HomeSort by: relevance | last modified time | path
    Searched defs:fix16_exp (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/i2c/
sensirion_voc_algorithm.c 69 static fix16_t fix16_exp(fix16_t inValue);
252 static fix16_t fix16_exp(fix16_t x) { function in typeref:typename:fix16_t
683 (F16(1.) + fix16_exp(x))));
740 (F16(1.) + fix16_exp(x)))) -
747 (F16(1.) + fix16_exp(x))))));
797 F1 = fix16_exp((fix16_mul(F16(VocAlgorithm_LP_ALPHA), abs_delta)));

Completed in 12 milliseconds