Searched defs:scalbnl (Results 1 – 4 of 4) sorted by relevance
11 .global scalbnl symbol13 scalbnl: label
4 long double scalbnl(long double x, int n) in scalbnl() function9 long double scalbnl(long double x, int n) in scalbnl() function
79 #define scalbnl(_a, _i) ldexpl(_a, _i) macro
309 #define scalbnl(_a, _i) ldexpl(_a, _i) macro