HomeSort by relevance Sort by last modified time
    Searched refs:scalbn (Results 1 - 25 of 132) sorted by null

1 2 3 4 5 6

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_scalb.c 20 * should use scalbn() instead.
35 return scalbn(x,fn);
43 if ( fn > 65000.0) return scalbn(x, 65000);
44 if (-fn > 65000.0) return scalbn(x,-65000);
45 return scalbn(x,(int)fn);
s_scalbn.c 18 * scalbn (double x, int n)
19 * scalbn(x,n) returns x* 2**n computed by exponent
37 scalbn (double x, int n) function
64 __weak_reference(scalbn, ldexpl);
65 __weak_reference(scalbn, scalbnl);
s_scalbln.c 45 return (scalbn(x, in));
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);
  /ndk/sources/android/support/src/musl-math/
scalbln.c 10 return scalbn(x, n);
scalbnl.c 6 return scalbn(x, n);
  /external/v8/third_party/fdlibm/
fdlibm.cc 26 inline double scalbn(double x, int y) { return _scalb(x, y); } function in namespace:v8::fdlibm
149 z = scalbn(z, q0);
186 if (carry != 0) z -= scalbn(one, q0);
214 z = scalbn(z, -q0);
226 fw = scalbn(one, q0);
  /external/harfbuzz_ng/util/
helper-cairo.cc 459 l->glyphs[i].x = scalbn ( hb_position->x_offset + x, scale_bits);
460 l->glyphs[i].y = scalbn (-hb_position->y_offset + y, scale_bits);
467 l->glyphs[i].x = scalbn (x, scale_bits);
468 l->glyphs[i].y = scalbn (y, scale_bits);
  /ndk/sources/android/support/src/wcstox/
floatscan.c 292 bias = copysignl(scalbn(1, 2*LDBL_MANT_DIG-bits-1), y);
293 frac = fmodl(y, scalbn(1, LDBL_MANT_DIG-bits));
432 bias = copysignl(scalbn(1, 32+LDBL_MANT_DIG-bits-1), sign);
  /external/llvm/include/llvm/ADT/
APFloat.h 516 friend APFloat scalbn(APFloat X, int Exp);
644 APFloat scalbn(APFloat X, int Exp);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/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.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 158 #define scalbn(x,y) __TGMATH_REAL_1_2(x, y, scalbn) macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
tgmath.h 158 #define scalbn(x,y) __TGMATH_REAL_1_2(x, y, scalbn) macro
  /external/clang/test/CodeGen/
libcall-declarations.c 157 double scalbn(double, int exp);
293 F(scalblnf), F(scalblnl), F(scalbn), F(scalbnf), F(scalbnl),
456 // CHECK-NOERRNO: declare double @scalbn(double, i32) [[NUW]]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
mathcalls.h 293 __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tgmath.h 411 #define scalbn(Val1, Val2) __TGMATH_BINARY_FIRST_REAL_ONLY (Val1, Val2, scalbn) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mathcalls.h 294 __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tgmath.h 411 #define scalbn(Val1, Val2) __TGMATH_BINARY_FIRST_REAL_ONLY (Val1, Val2, scalbn) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
mathcalls.h 294 __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
math.h 83 using std::tr1::scalbn;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
math.h 83 using std::tr1::scalbn;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
math.h 83 using std::tr1::scalbn;
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 282 double scalbn(double, int);

Completed in 307 milliseconds

1 2 3 4 5 6