HomeSort by relevance Sort by last modified time
    Searched full:scalbn (Results 26 - 50 of 234) sorted by null

12 3 4 5 6 7 8 910

  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/lib/
libm.so 
  /development/ndk/platforms/android-3/arch-arm/symbols/
libm.so.functions.txt 202 scalbn
  /development/ndk/platforms/android-9/arch-mips/symbols/
libm.so.functions.txt 154 scalbn
  /development/ndk/platforms/android-9/arch-x86/symbols/
libm.so.functions.txt 167 scalbn
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_scalbln.c 45 return (scalbn(x, in));
s_scalbnl.c 27 * for scalbn(), so we don't use this routine.
e_rem_pio2f.c 77 /* set z = scalbn(|x|,ilogb(|x|)-23) */
k_exp.c 99 * compensate for scalbn being horrendously slow.
k_rem_pio2.c 42 * z = scalbn(z,-e0)
75 * double scalbn(), floor();
327 z = scalbn(z,q0); /* actual value of z */
360 if(carry!=0) z -= scalbn(one,q0);
386 z = scalbn(z,-q0);
396 fw = scalbn(one,q0);
  /bionic/libm/
fake_long_double.c 65 long double scalbnl(long double a1, int a2) { return scalbn(a1, a2); }
  /cts/tests/tests/bionic/
bionic-unit-tests-cts_list.txt 402 scalbn
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 158 #define scalbn(x,y) __TGMATH_REAL_1_2(x, y, scalbn) macro
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 158 #define scalbn(x,y) __TGMATH_REAL_1_2(x, y, scalbn) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 169 #define scalbn(x,y) __TGMATH_REAL_1_2(x, y, scalbn) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 169 #define scalbn(x,y) __TGMATH_REAL_1_2(x, y, scalbn) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 158 #define scalbn(x,y) __TGMATH_REAL_1_2(x, y, scalbn) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 158 #define scalbn(x,y) __TGMATH_REAL_1_2(x, y, scalbn) macro

Completed in 1065 milliseconds

12 3 4 5 6 7 8 910