Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_math.c32 #define LOG2f 0.69314718055994530941f macro
306 if(!fisneg(x)) return logf( x )+LOG2f; // 1/x^2 << 1 in WRAPPER_FUNC()
307 else return fneg(logf(fneg(x))+LOG2f); // 1/x^2 << 1 in WRAPPER_FUNC()
318 if(e>=16+0x7f) return logf(x)+LOG2f; // |x|>=2^16? in WRAPPER_FUNC()
/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_math.c34 #define LOG2f 0.69314718055994530941f macro