Searched refs:TOFLOAT (Results 1 – 1 of 1) sorted by relevance
120 # define TOFLOAT(x) _u128_to_ld(x) macro123 # define TOFLOAT(x) ((long double) (x)) macro126 # define TOFLOAT(x) ((long double) (x)) macro136 # define TOFLOAT(x) ((double) (x)) macro149 # define TOFLOAT(x) ((float) (x)) macro487 flt = scalbnl(TOFLOAT(uint), exp - (FLOAT_MANT_DIG-1)); in conv_flt()