Home
last modified time | relevance | path

Searched refs:SIGN_BIAS (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/math/
Dpowf.c66 #define SIGN_BIAS (1 << (EXP2F_TABLE_BITS + 11)) macro
164 sign_bias = SIGN_BIAS; in powf()
Dpow.c162 #define SIGN_BIAS (0x800 << EXP_TABLE_BITS) macro
300 sign_bias = SIGN_BIAS; in pow()
/third_party/musl/src/math/
Dpowf.c66 #define SIGN_BIAS (1 << (EXP2F_TABLE_BITS + 11)) macro
164 sign_bias = SIGN_BIAS; in powf()
Dpow.c162 #define SIGN_BIAS (0x800 << EXP_TABLE_BITS) macro
300 sign_bias = SIGN_BIAS; in pow()
/third_party/optimized-routines/math/
Dpowf.c68 #define SIGN_BIAS (1 << (EXP2F_TABLE_BITS + 11)) macro
180 sign_bias = SIGN_BIAS; in powf()
Dpow.c168 #define SIGN_BIAS (0x800 << EXP_TABLE_BITS) macro
327 sign_bias = SIGN_BIAS; in pow()
/third_party/musl/porting/uniproton/kernel/src/math/
Dpow.c162 #define SIGN_BIAS (0x800 << EXP_TABLE_BITS) macro
300 sign_bias = SIGN_BIAS; in pow()
/third_party/musl/porting/liteos_m/kernel/src/math/
Dpow.c162 #define SIGN_BIAS (0x800 << EXP_TABLE_BITS) macro
300 sign_bias = SIGN_BIAS; in pow()