Home
last modified time | relevance | path

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

/third_party/musl/src/math/
H A Dexpf.c60 kd = roundtoint(z); in expf()
H A Dexp.c102 kd = roundtoint(z); in exp()
H A Dpowf.c79 kd = roundtoint(xd); /* k */ in exp2_inline()
H A Dpow.c197 kd = roundtoint(z); in exp_inline()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dexpf.c60 kd = roundtoint(z); in expf()
H A Dexp.c102 kd = roundtoint(z); in exp()
H A Dpowf.c79 kd = roundtoint(xd); /* k */ in exp2_inline()
H A Dpow.c197 kd = roundtoint(z); in exp_inline()
/third_party/optimized-routines/math/
H A Dexpf.c67 kd = roundtoint (z); in expf()
H A Dsincosf.h113 return x - roundtoint (r) * p->hpi; in reduce_fast()
H A Dexp.c113 kd = roundtoint (z); in exp_inline()
H A Dmath_config.h96 /* When set, the roundtoint and converttoint functions are provided with
104 roundtoint (double_t x) in roundtoint() function
110 consistently with roundtoint. If the result is not representible in an
H A Dpowf.c83 kd = roundtoint (xd); /* k */ in exp2_inline()
H A Dv_powf.c209 kd = roundtoint (ylogx); /* k */ in powf()
H A Dpow.c206 kd = roundtoint (z); in exp_inline()
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dlibm.h83 static double_t roundtoint(double_t);
86 consistently with roundtoint. If the result is not representible in an
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dlibm.h83 static double_t roundtoint(double_t);
86 consistently with roundtoint. If the result is not representible in an
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dlibm.h82 static double_t roundtoint(double_t);
85 consistently with roundtoint. If the result is not representible in an
/third_party/musl/src/internal/
H A Dlibm.h82 static double_t roundtoint(double_t);
85 consistently with roundtoint. If the result is not representible in an
/third_party/musl/porting/uniproton/kernel/src/math/
H A Dpow.c197 kd = roundtoint(z); in exp_inline()
/third_party/musl/porting/liteos_m/kernel/src/math/
H A Dpow.c197 kd = roundtoint(z); in exp_inline()

Completed in 11 milliseconds