Home
last modified time | relevance | path

Searched refs:asuint (Results 1 – 13 of 13) sorted by relevance

/glibc-2.36/sysdeps/ieee754/flt-32/
De_exp2f.c44 return asuint (x) >> 20; in top12()
60 if (asuint (x) == asuint (-INFINITY)) in __exp2f()
De_expf.c49 return asuint (x) >> 20; in top12()
65 if (asuint (x) == asuint (-INFINITY)) in __expf()
De_exp10f.c140 return asuint (x) >> 19; in top13()
155 if (asuint (x) == asuint (-INFINITY)) in __exp10f()
De_powf.c152 ix = asuint (x); in __powf()
153 iy = asuint (y); in __powf()
200 ix = asuint (x * 0x1p23f); in __powf()
De_log2f.c46 ix = asuint (x); in __log2f()
62 ix = asuint (x * 0x1p23f); in __log2f()
De_logf.c47 ix = asuint (x); in __logf()
63 ix = asuint (x * 0x1p23f); in __logf()
Dmath_config.h61 asuint (float f) in asuint() function
107 uint32_t ix = asuint (x); in issignalingf_inline()
Dreduce_aux.h32 h = reduce_large (asuint (x), n); in reduce_aux()
Ds_tanf.c39 uint32_t xi = asuint (x); in rem_pio2f()
Ds_cosf.c73 uint32_t xi = asuint (y); in COSF_FUNC()
Ds_sincosf.h39 return (asuint (x) >> 20) & 0x7ff; in abstop12()
Ds_sinf.c78 uint32_t xi = asuint (y); in SINF_FUNC()
Ds_sincosf.c80 uint32_t xi = asuint (y); in SINCOSF_FUNC()