Home
last modified time | relevance | path

Searched refs:asuint (Results 1 - 25 of 30) sorted by relevance

12

/third_party/musl/src/math/
H A Dexp2f.c30 return asuint(x) >> 20; in top12()
43 if (asuint(x) == asuint(-INFINITY)) in exp2f()
H A Dexpf.c30 return asuint(x) >> 20; in top12()
43 if (asuint(x) == asuint(-INFINITY)) in expf()
H A Dlogf.c33 ix = asuint(x); in logf()
46 ix = asuint(x * 0x1p23f); in logf()
H A Dpowf.c130 ix = asuint(x); in powf()
131 iy = asuint(y); in powf()
169 ix = asuint(x * 0x1p23f); in powf()
H A Dsqrtf.c19 ix = asuint(x); in sqrtf()
29 ix = asuint(x * 0x1p23f); in sqrtf()
H A Dlog2f.c32 ix = asuint(x); in log2f()
45 ix = asuint(x * 0x1p23f); in log2f()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dexp2f.c30 return asuint(x) >> 20; in top12()
43 if (asuint(x) == asuint(-INFINITY)) in exp2f()
H A Dexpf.c30 return asuint(x) >> 20; in top12()
43 if (asuint(x) == asuint(-INFINITY)) in expf()
H A Dlogf.c33 ix = asuint(x); in logf()
46 ix = asuint(x * 0x1p23f); in logf()
H A Dpowf.c130 ix = asuint(x); in powf()
131 iy = asuint(y); in powf()
169 ix = asuint(x * 0x1p23f); in powf()
H A Dlog2f.c32 ix = asuint(x); in log2f()
45 ix = asuint(x * 0x1p23f); in log2f()
H A Dsqrtf.c19 ix = asuint(x); in sqrtf()
29 ix = asuint(x * 0x1p23f); in sqrtf()
/third_party/optimized-routines/math/
H A Dexpf.c30 return asuint (x) >> 20; in top12()
46 if (asuint (x) == asuint (-INFINITY)) in expf()
H A Dexp2f.c30 return asuint (x) >> 20; in top12()
46 if (asuint (x) == asuint (-INFINITY)) in exp2f()
H A Derff.c20 return asuint (x) >> 20; in top12()
33 uint32_t ix = asuint (x); in erff()
H A Dlog2f.c33 ix = asuint (x); in log2f()
49 ix = asuint (x * 0x1p23f); in log2f()
H A Dlogf.c34 ix = asuint (x); in logf()
50 ix = asuint (x * 0x1p23f); in logf()
H A Dpowf.c137 ix = asuint (x); in powf()
138 iy = asuint (y); in powf()
186 ix = asuint (x * 0x1p23f); in powf()
H A Dmath_config.h124 asuint (float f) in asuint() function
173 uint32_t ix = asuint (x); in issignalingf_inline()
/third_party/optimized-routines/math/test/
H A Dulp.h46 if (RT(asuint) (got) == RT(asuint) (want))
92 return RT(asuint) (ygot) == RT(asuint) (ywant)
98 return RT(asuint) (ygot) == RT(asuint) (ywant);
275 if (RT(asuint) (ygot) != RT(asuint) (ygot2)) in cmp()
H A Dulp.c54 asuint (float f) in asuint() function
409 int e = asuint (x) >> 23 & 0xff; in ulpscale_f()
521 uint32_t ix = asuint (x); in issignaling_f()
600 #define asuint_f asuint
700 | (singleprec ? asuint (strtof (s, 0)) : asuint64 (strtod (s, 0))); in getnum()
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dlibm.h191 #define asuint(f) ((union{float _f; uint32_t _i;}){f})._i macro
226 (w) = asuint(d); \
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dlibm.h191 #define asuint(f) ((union{float _f; uint32_t _i;}){f})._i macro
226 (w) = asuint(d); \
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dlibm.h190 #define asuint(f) ((union{float _f; uint32_t _i;}){f})._i macro
225 (w) = asuint(d); \
/third_party/musl/src/internal/
H A Dlibm.h190 #define asuint(f) ((union{float _f; uint32_t _i;}){f})._i macro
225 (w) = asuint(d); \

Completed in 10 milliseconds

12