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

1 2 3

  /bionic/libm/src/
s_frexp.c 19 * x = frexp(arg,&exp);
23 * If arg is inf, 0.0, or NaN, then frexp(arg,&exp) returns arg
37 frexp(double x, int *eptr) function
57 __weak_reference(frexp, frexpl);
s_fma.c 68 /* Results of frexp() are undefined for these cases. */
72 xs = frexp(x, &ex);
73 ys = frexp(y, &ey);
74 zs = frexp(z, &ez);
  /system/extras/tests/bionic/libstdc++/
test_cmath.cpp 56 using ::frexp;
  /bionic/libstdc++/include/
cmath 58 using ::frexp;
  /ndk/sources/cxx-stl/gabi++/include/
cmath 58 using ::frexp;
  /ndk/sources/cxx-stl/system/include/
cmath 58 using ::frexp;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
cmath 56 using ::frexp;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
cmath 56 using ::frexp;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/system/include/
cmath 58 using ::frexp;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/system/include/
cmath 58 using ::frexp;
  /external/stlport/test/unit/
cmath_test.cpp 98 double_val = std::frexp(8.0, &int_val);
123 float_val = std::frexp(8.0f, &int_val);
149 long_double_val = std::frexp(8.0l, &int_val);
  /ndk/tests/device/test-gnustl-full/unit/
cmath_test.cpp 98 double_val = std::frexp(8.0, &int_val);
123 float_val = std::frexp(8.0f, &int_val);
149 long_double_val = std::frexp(8.0l, &int_val);
  /ndk/tests/device/test-stlport/unit/
cmath_test.cpp 98 double_val = std::frexp(8.0, &int_val);
123 float_val = std::frexp(8.0f, &int_val);
149 long_double_val = std::frexp(8.0l, &int_val);
  /external/stlport/stlport/stl/
_cmath.h 372 _STLP_MATH_INLINE2X(double, int*, frexp, frexp)
443 _STLP_DEF_MATH_INLINE2PI(frexp, frexp)
565 using ::frexp;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 372 _STLP_MATH_INLINE2X(double, int*, frexp, frexp)
443 _STLP_DEF_MATH_INLINE2PI(frexp, frexp)
565 using ::frexp;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 372 _STLP_MATH_INLINE2X(double, int*, frexp, frexp)
443 _STLP_DEF_MATH_INLINE2PI(frexp, frexp)
565 using ::frexp;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 372 _STLP_MATH_INLINE2X(double, int*, frexp, frexp)
443 _STLP_DEF_MATH_INLINE2PI(frexp, frexp)
565 using ::frexp;
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
tgmath.h 141 #define frexp(x,y) __TGMATH_REAL_1_2(x, y, frexp) macro
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
tgmath.h 138 #define frexp(x,y) __TGMATH_REAL_1_2(x, y, frexp) macro
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
tgmath.h 138 #define frexp(x,y) __TGMATH_REAL_1_2(x, y, frexp) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
tgmath.h 141 #define frexp(x,y) __TGMATH_REAL_1_2(x, y, frexp) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
tgmath.h 138 #define frexp(x,y) __TGMATH_REAL_1_2(x, y, frexp) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
tgmath.h 138 #define frexp(x,y) __TGMATH_REAL_1_2(x, y, frexp) macro
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 104 __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 287 #define frexp(Val1, Val2) __TGMATH_BINARY_FIRST_REAL_ONLY (Val1, Val2, frexp) macro

Completed in 1322 milliseconds

1 2 3