Searched refs:scalbn (Results 1 - 9 of 9) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/
H A De_sqrt.h105 double SDL_NAME(scalbn) (double x, int n) function
107 double SDL_NAME(scalbn) (x,n)
H A De_pow.h299 if((j>>20)<=0) z = SDL_NAME(scalbn)(z,n); /* subnormal output */
/external/clang/lib/Headers/
H A Dtgmath.h1157 // scalbn
1165 __tg_scalbn(double __x, int __y) {return scalbn(__x, __y);}
1171 #undef scalbn macro
1172 #define scalbn(__x, __y) __tg_scalbn(__tg_promote1((__x))(__x), __y) macro
/external/clang/lib/include/
H A Dtgmath.h1157 // scalbn
1165 __tg_scalbn(double __x, int __y) {return scalbn(__x, __y);}
1171 #undef scalbn macro
1172 #define scalbn(__x, __y) __tg_scalbn(__tg_promote1((__x))(__x), __y) macro
/external/qemu/fpu/
H A Dsoftfloat-native.h411 return scalbn(a, n);
/external/compiler-rt/test/Unit/ppc/
H A Dqdiv_test.c756 double ulpError = scalbn(error, 106 - exponent);
H A Dqmul_test.c754 double ulpError = scalbn(error, 106 - exponent);
H A Dqadd_test.c1833 double ulpError = scalbn(error, 106 - exponent);
H A Dqsub_test.c1835 double ulpError = scalbn(error, 106 - exponent);

Completed in 1003 milliseconds