Home
last modified time | relevance | path

Searched refs:__math_uflowf (Results 1 – 23 of 23) sorted by relevance

/third_party/musl/porting/uniproton/kernel/src/math/
D__math_uflowf.c3 float __math_uflowf(uint32_t sign) in __math_uflowf() function
/third_party/musl/porting/liteos_a/kernel/src/math/
D__math_uflowf.c3 float __math_uflowf(uint32_t sign) in __math_uflowf() function
Dexp2f.c50 return __math_uflowf(0); in exp2f()
Dexpf.c50 return __math_uflowf(0); in expf()
Dpowf.c182 return __math_uflowf(sign_bias); in powf()
/third_party/musl/src/math/
D__math_uflowf.c3 float __math_uflowf(uint32_t sign) in __math_uflowf() function
Dexp2f.c50 return __math_uflowf(0); in exp2f()
Dexpf.c50 return __math_uflowf(0); in expf()
Dpowf.c182 return __math_uflowf(sign_bias); in powf()
/third_party/musl/porting/liteos_m/kernel/src/math/
D__math_uflowf.c3 float __math_uflowf(uint32_t sign) in __math_uflowf() function
/third_party/optimized-routines/math/
Dmath_errf.c33 __math_uflowf (uint32_t sign) in __math_uflowf() function
Dexp2f.c53 return __math_uflowf (0); in exp2f()
Dexpf.c53 return __math_uflowf (0); in expf()
Dpowf.c210 return __math_uflowf (sign_bias); in powf()
Dmath_config.h259 HIDDEN float __math_uflowf (uint32_t);
/third_party/musl/porting/uniproton/kernel/src/internal/
Dlibm.h262 hidden float __math_uflowf(uint32_t);
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dlibm.h261 hidden float __math_uflowf(uint32_t);
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dlibm.h262 hidden float __math_uflowf(uint32_t);
/third_party/musl/src/internal/
Dlibm.h261 hidden float __math_uflowf(uint32_t);
/third_party/musl/porting/liteos_m/kernel/
Dmusl.gni186 "$MUSLPORTINGDIR/src/math/__math_uflowf.c",
/third_party/musl/porting/uniproton/kernel/
Dmusl.gni183 "$MUSLPORTINGDIR/src/math/__math_uflowf.c",
/third_party/musl/porting/liteos_a/kernel/
Dmusl.gni70 "$MUSLPORTINGDIR/src/math/__math_uflowf.c",
/third_party/musl/
Dmusl_src.gni537 "src/math/__math_uflowf.c",