Home
last modified time | relevance | path

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

/external/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()
/external/arm-optimized-routines/pl/math/
Dmath_errf.c33 __math_uflowf (uint32_t sign) in __math_uflowf() function
Dexpf.c53 return __math_uflowf (0); in optr_aor_exp_f32()
Derfcf_2u.c123 return __math_uflowf (0); in erfcf()
Dv_erfcf_1u.c155 return sign ? boring_zone : __math_uflowf (boring_zone); in V_NAME()
Dmath_config.h260 HIDDEN float __math_uflowf (uint32_t);
/external/arm-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);
/external/musl/src/internal/
Dlibm.h261 hidden float __math_uflowf(uint32_t);
/external/musl/
Dsources.bp336 "src/math/__math_uflowf.c",