Searched defs:scalbn (Results 1 – 2 of 2) sorted by relevance
105 double SDL_NAME(scalbn) (double x, int n) in SDL_NAME() argument
1156 #define scalbn(__x, __y) __tg_scalbn(__tg_promote1((__x))(__x), __y) macro