Searched defs:asuint (Results 1 – 7 of 7) sorted by relevance
46 if (RT(asuint) (got) == RT(asuint) (want)) in RT() local275 if (RT(asuint) (ygot) != RT(asuint) (ygot2)) in T() local
54 asuint (float f) in asuint() function
191 #define asuint(f) ((union{float _f; uint32_t _i;}){f})._i macro
190 #define asuint(f) ((union{float _f; uint32_t _i;}){f})._i macro
124 asuint (float f) in asuint() function