Home
last modified time | relevance | path

Searched defs:asuint (Results 1 – 7 of 7) sorted by relevance

/third_party/optimized-routines/math/test/
Dulp.h46 if (RT(asuint) (got) == RT(asuint) (want)) in RT() local
275 if (RT(asuint) (ygot) != RT(asuint) (ygot2)) in T() local
Dulp.c54 asuint (float f) in asuint() function
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dlibm.h191 #define asuint(f) ((union{float _f; uint32_t _i;}){f})._i macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dlibm.h190 #define asuint(f) ((union{float _f; uint32_t _i;}){f})._i macro
/third_party/musl/src/internal/
Dlibm.h190 #define asuint(f) ((union{float _f; uint32_t _i;}){f})._i macro
/third_party/musl/porting/uniproton/kernel/src/internal/
Dlibm.h191 #define asuint(f) ((union{float _f; uint32_t _i;}){f})._i macro
/third_party/optimized-routines/math/
Dmath_config.h124 asuint (float f) in asuint() function