Home
last modified time | relevance | path

Searched refs:GET_LOW_WORD (Results 1 – 14 of 14) sorted by relevance

/picolibc-latest/newlib/libm/math/
Ds_hypot.c80 GET_LOW_WORD(low, a); in hypot64()
83 GET_LOW_WORD(low, b); in hypot64()
98 GET_LOW_WORD(low, b); in hypot64()
Ds_cosh.c78 GET_LOW_WORD(lx, x); in cosh64()
Ds_sinh.c72 GET_LOW_WORD(lx, x); in sinh64()
Ds_atan.c112 GET_LOW_WORD(low, x); in atan64()
Ds_exp.c116 GET_LOW_WORD(lx, x); in exp64()
Ds_asin.c75 GET_LOW_WORD(lx, x); in asin64()
Ds_acos.c67 GET_LOW_WORD(lx, x); in acos64()
Dk_tan.c82 GET_LOW_WORD(low, x); in __kernel_tan()
Ds_rem_pio2.c161 GET_LOW_WORD(low, x); in __rem_pio2()
Dsr_lgamma.c187 GET_LOW_WORD(n, z); in sin_pi()
Ds_j1.c128 GET_LOW_WORD(lx, x); in j164()
/picolibc-latest/newlib/libm/common/
Ds_cbrt.c69 GET_LOW_WORD(low,x); in cbrt64()
Ds_expm1.c181 GET_LOW_WORD(low,x); in _NAME_64()
Dfdlibm.h258 #define GET_LOW_WORD(i,d) \ macro