Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/common/
Dsf_pow.c68 k = (int32_t) top >> (23 - POWF_SCALE_BITS); /* arithmetic shift */ in log2_inline()
Dmath_config.h1117 # define POWF_SCALE_BITS EXP2F_TABLE_BITS macro
1119 # define POWF_SCALE_BITS 0 macro
1121 #define POWF_SCALE ((double) (1 << POWF_SCALE_BITS))