Searched defs:log2 (Results 1 – 6 of 6) sorted by relevance
52 const uint32_t log2 = (integer << kLogScaleLog2) + fraction; in Log() local
177 def log2(x): function
93 mp_float_t MICROPY_FLOAT_C_FUN(log2)(mp_float_t x) { in MICROPY_FLOAT_C_FUN() argument
2501 function log2(a) function
4355 bf_t log2_s, *log2 = &log2_s; in check_exp_underflow_overflow() local
741 #define log2(x) ((1./M_LN2)*log(x)) macro
Completed in 25 milliseconds