Home
last modified time | relevance | path

Searched defs:asfloat (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_helpers.h154 static inline float asfloat(DWORD value) in asfloat() function
/third_party/musl/libc-test/src/math/gen/
Drnd.c230 #define asfloat(x) ((union{uint64_t af_i; double af_f;}){.af_i=x}.af_f) macro
/third_party/musl/porting/uniproton/kernel/src/internal/
Dlibm.h192 #define asfloat(i) ((union{uint32_t _i; float _f;}){i})._f macro
/third_party/musl/src/internal/
Dlibm.h191 #define asfloat(i) ((union{uint32_t _i; float _f;}){i})._f macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dlibm.h191 #define asfloat(i) ((union{uint32_t _i; float _f;}){i})._f macro
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dlibm.h192 #define asfloat(i) ((union{uint32_t _i; float _f;}){i})._f macro
/third_party/optimized-routines/math/
Dmath_config.h135 asfloat (uint32_t i) in asfloat() function
/third_party/optimized-routines/math/test/
Dulp.c65 asfloat (uint32_t i) in asfloat() function