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/
H A Dpowf.c66 #define SIGN_BIAS (1 << (EXP2F_TABLE_BITS + 11)) macro
164 sign_bias = SIGN_BIAS; in powf()
H A Dpow.c162 #define SIGN_BIAS (0x800 << EXP_TABLE_BITS) macro
165 The sign_bias argument is SIGN_BIAS or 0 and sets the sign to -1 or 1. */
300 sign_bias = SIGN_BIAS; in pow()
/third_party/musl/src/math/
H A Dpowf.c66 #define SIGN_BIAS (1 << (EXP2F_TABLE_BITS + 11)) macro
164 sign_bias = SIGN_BIAS; in powf()
H A Dpow.c162 #define SIGN_BIAS (0x800 << EXP_TABLE_BITS) macro
165 The sign_bias argument is SIGN_BIAS or 0 and sets the sign to -1 or 1. */
300 sign_bias = SIGN_BIAS; in pow()
/third_party/optimized-routines/math/
H A Dpowf.c68 #define SIGN_BIAS (1 << (EXP2F_TABLE_BITS + 11)) macro
180 sign_bias = SIGN_BIAS; in powf()
H A Dpow.c168 #define SIGN_BIAS (0x800 << EXP_TABLE_BITS) macro
171 The sign_bias argument is SIGN_BIAS or 0 and sets the sign to -1 or 1. */
327 sign_bias = SIGN_BIAS; in pow()
/third_party/musl/porting/uniproton/kernel/src/math/
H A Dpow.c162 #define SIGN_BIAS (0x800 << EXP_TABLE_BITS) macro
165 The sign_bias argument is SIGN_BIAS or 0 and sets the sign to -1 or 1. */
300 sign_bias = SIGN_BIAS; in pow()
/third_party/musl/porting/liteos_m/kernel/src/math/
H A Dpow.c162 #define SIGN_BIAS (0x800 << EXP_TABLE_BITS) macro
165 The sign_bias argument is SIGN_BIAS or 0 and sets the sign to -1 or 1. */
300 sign_bias = SIGN_BIAS; in pow()

Completed in 5 milliseconds