Home
last modified time | relevance | path

Searched defs:SIGN_BIAS (Results 1 - 8 of 8) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dpowf.c66 #define SIGN_BIAS (1 << (EXP2F_TABLE_BITS + 11)) macro
H A Dpow.c162 #define SIGN_BIAS (0x800 << EXP_TABLE_BITS) macro
/third_party/musl/src/math/
H A Dpowf.c66 #define SIGN_BIAS (1 << (EXP2F_TABLE_BITS + 11)) macro
H A Dpow.c162 #define SIGN_BIAS (0x800 << EXP_TABLE_BITS) macro
/third_party/optimized-routines/math/
H A Dpowf.c68 #define SIGN_BIAS (1 << (EXP2F_TABLE_BITS + 11)) macro
H A Dpow.c168 #define SIGN_BIAS (0x800 << EXP_TABLE_BITS) macro
/third_party/musl/porting/uniproton/kernel/src/math/
H A Dpow.c162 #define SIGN_BIAS (0x800 << EXP_TABLE_BITS) macro
/third_party/musl/porting/liteos_m/kernel/src/math/
H A Dpow.c162 #define SIGN_BIAS (0x800 << EXP_TABLE_BITS) macro

Completed in 9 milliseconds