Searched refs:factorial (Results 1 – 2 of 2) sorted by relevance
52 0x08 (RW) : factorial computation53 The stored value is taken and factorial of it is put back here.54 This happens only after factorial bit in the status register (0x2061 computing factorial (RO)63 raise interrupt after finishing factorial computation
104 u32 factorial, divider, xmax; in sgp40_exp() local118 factorial = 1; in sgp40_exp()124 factorial *= i; in sgp40_exp()125 y += (xp >> divider) / factorial; in sgp40_exp()