Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/
H A Dexpf.c69 kd = roundtoint (z); in expf()
H A Dexp10.c91 kd = roundtoint (z); in exp10()
H A Dsincosf.h110 return x - roundtoint (r) * p->hpi; in reduce_fast()
H A Dexp.c115 kd = roundtoint (z); in exp_inline()
H A Dpowf.c84 kd = roundtoint (xd); /* k */ in exp2_inline()
H A Dpow.c207 kd = roundtoint (z); in exp_inline()
H A Dmath_config.h182 roundtoint (double_t x) in roundtoint() function
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Dexp_inline.h116 kd = roundtoint (z); in exp_inline()