Home
last modified time | relevance | path

Searched defs:asuint64 (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/porting/uniproton/kernel/src/internal/
Dlibm.h193 #define asuint64(f) ((union{double _f; uint64_t _i;}){f})._i macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dlibm.h192 #define asuint64(f) ((union{double _f; uint64_t _i;}){f})._i macro
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dlibm.h193 #define asuint64(f) ((union{double _f; uint64_t _i;}){f})._i macro
/third_party/musl/src/internal/
Dlibm.h192 #define asuint64(f) ((union{double _f; uint64_t _i;}){f})._i macro
/third_party/optimized-routines/math/
Dmath_config.h146 asuint64 (double f) in asuint64() function
/third_party/optimized-routines/math/test/
Dulp.c32 asuint64 (double f) in asuint64() function