Home
last modified time | relevance | path

Searched refs:roundtoint (Results 1 – 21 of 21) sorted by relevance

/third_party/musl/src/math/
Dexpf.c60 kd = roundtoint(z); in expf()
Dexp.c102 kd = roundtoint(z); in exp()
Dpowf.c79 kd = roundtoint(xd); /* k */ in exp2_inline()
Dpow.c197 kd = roundtoint(z); in exp_inline()
/third_party/musl/porting/liteos_a/kernel/src/math/
Dexpf.c60 kd = roundtoint(z); in expf()
Dexp.c102 kd = roundtoint(z); in exp()
Dpowf.c79 kd = roundtoint(xd); /* k */ in exp2_inline()
Dpow.c197 kd = roundtoint(z); in exp_inline()
/third_party/optimized-routines/math/
Dexpf.c67 kd = roundtoint (z); in expf()
Dsincosf.h113 return x - roundtoint (r) * p->hpi; in reduce_fast()
Dexp.c113 kd = roundtoint (z); in exp_inline()
Dpowf.c83 kd = roundtoint (xd); /* k */ in exp2_inline()
Dv_powf.c209 kd = roundtoint (ylogx); /* k */ in V_NAME()
Dmath_config.h104 roundtoint (double_t x) in roundtoint() function
Dpow.c206 kd = roundtoint (z); in exp_inline()
/third_party/musl/porting/uniproton/kernel/src/internal/
Dlibm.h83 static double_t roundtoint(double_t);
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dlibm.h82 static double_t roundtoint(double_t);
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dlibm.h83 static double_t roundtoint(double_t);
/third_party/musl/src/internal/
Dlibm.h82 static double_t roundtoint(double_t);
/third_party/musl/porting/uniproton/kernel/src/math/
Dpow.c197 kd = roundtoint(z); in exp_inline()
/third_party/musl/porting/liteos_m/kernel/src/math/
Dpow.c197 kd = roundtoint(z); in exp_inline()