Home
last modified time | relevance | path

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

/lk-master/external/platform/pico/rp2_common/pico_float/
A Dfloat_math.c29 #define LOG2f 0.69314718055994530941f macro
289 if(!fisneg(x)) return logf( x )+LOG2f; // 1/x^2 << 1 in WRAPPER_FUNC()
290 else return fneg(logf(fneg(x))+LOG2f); // 1/x^2 << 1 in WRAPPER_FUNC()
301 if(e>=16+0x7f) return logf(x)+LOG2f; // |x|>=2^16? in WRAPPER_FUNC()
/lk-master/external/platform/pico/rp2_common/pico_double/
A Ddouble_math.c31 #define LOG2f 0.69314718055994530941f macro

Completed in 4 milliseconds