Searched refs:_u128_to_ld (Results 1 – 3 of 3) sorted by relevance
112 long double flt = _u128_to_ld(m10); in __atold_engine()
279 #define _u128_to_ld(a) ((long double) (a)) macro288 #define _u128_to_ld(a) ((long double) (a)) macro327 _u128_to_ld(_u128 a) in _u128_to_ld() function
125 # define TOFLOAT(x) _u128_to_ld(x)