Home
last modified time | relevance | path

Searched refs:POWF_SCALE_BITS (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/src/math/
Dpowf_data.h14 #define POWF_SCALE_BITS EXP2F_TABLE_BITS macro
16 #define POWF_SCALE_BITS 0 macro
18 #define POWF_SCALE ((double)(1 << POWF_SCALE_BITS))
Dpowf.c42 k = (int32_t)top >> (23 - POWF_SCALE_BITS); /* arithmetic shift */ in log2_inline()
/third_party/musl/porting/liteos_a/kernel/src/math/
Dpowf_data.h14 #define POWF_SCALE_BITS EXP2F_TABLE_BITS macro
16 #define POWF_SCALE_BITS 0 macro
18 #define POWF_SCALE ((double)(1 << POWF_SCALE_BITS))
Dpowf.c42 k = (int32_t)top >> (23 - POWF_SCALE_BITS); /* arithmetic shift */ in log2_inline()
/third_party/optimized-routines/math/
Dmath_config.h359 # define POWF_SCALE_BITS EXP2F_TABLE_BITS macro
361 # define POWF_SCALE_BITS 0 macro
363 #define POWF_SCALE ((double) (1 << POWF_SCALE_BITS))
Dpowf.c44 k = (int32_t) top >> (23 - POWF_SCALE_BITS); /* arithmetic shift */ in log2_inline()