Home
last modified time | relevance | path

Searched defs:asuint (Results 1 - 6 of 6) sorted by relevance

/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
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dlibm.h191 #define asuint(f) ((union{float _f; uint32_t _i;}){f})._i macro
/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
/third_party/musl/src/internal/
H A Dlibm.h190 #define asuint(f) ((union{float _f; uint32_t _i;}){f})._i macro
/third_party/optimized-routines/math/
H A Dmath_config.h124 asuint (float f) in asuint() function
/third_party/optimized-routines/math/test/
H A Dulp.c54 asuint (float f) in asuint() function

Completed in 5 milliseconds