Home
last modified time | relevance | path

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

/external/llvm-project/libc/AOR_v20.02/math/
Dmath_config.h342 # define POWF_SCALE_BITS EXP2F_TABLE_BITS macro
344 # define POWF_SCALE_BITS 0 macro
346 #define POWF_SCALE ((double) (1 << POWF_SCALE_BITS))
Dpowf.c45 k = (int32_t) top >> (23 - POWF_SCALE_BITS); /* arithmetic shift */ in log2_inline()
/external/arm-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()