Searched refs:_asfloat (Results 1 – 4 of 4) sorted by relevance
37 return _asfloat(ix & mask); in truncf()
194 _asfloat(int32_t i) in _asfloat() function
153 # define ASFLOAT(x) _asfloat(x)
259 #define _asdouble(x) ((double) _asfloat(x))