Searched defs:scalbn (Results 1 – 2 of 2) sorted by relevance
19 double scalbn(double x, int n) in scalbn() function
260 #define scalbn(x,y) __tg_real_2_1(scalbn, (x), (y)) macro