Home
last modified time | relevance | path

Searched refs:factorial (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/docs/specs/
H A Dedu.rst52 0x08 (RW) : factorial computation
53 The stored value is taken and factorial of it is put back here.
54 This happens only after factorial bit in the status register (0x20
61 computing factorial (RO)
63 raise interrupt after finishing factorial computation
/openbmc/linux/drivers/iio/chemical/
H A Dsgp40.c104 u32 factorial, divider, xmax; in sgp40_exp() local
118 factorial = 1; in sgp40_exp()
124 factorial *= i; in sgp40_exp()
125 y += (xp >> divider) / factorial; in sgp40_exp()