HomeSort by relevance Sort by last modified time
    Searched refs:frexpf (Results 51 - 75 of 104) sorted by null

1 23 4 5

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
math.h 325 float frexpf(float, int *); /* fundamentally !__pure2 */
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
math.h 325 float frexpf(float, int *); /* fundamentally !__pure2 */
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
math.h 325 float frexpf(float, int *); /* fundamentally !__pure2 */
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
math.h 325 float frexpf(float, int *); /* fundamentally !__pure2 */
  /bionic/libm/include/
math.h 315 float frexpf(float, int *); /* fundamentally !__pure2 */
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 264 /// float frexpf(float num, int *exp);
265 frexpf, enumerator in enum:llvm::LibFunc::Func
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 465 /* Define to 1 if you have the `frexpf' function. */
1243 # define frexpf macro
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 465 /* Define to 1 if you have the `frexpf' function. */
1243 # define frexpf macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 465 /* Define to 1 if you have the `frexpf' function. */
1243 # define frexpf macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 465 /* Define to 1 if you have the `frexpf' function. */
1243 # define frexpf macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 465 /* Define to 1 if you have the `frexpf' function. */
1243 # define frexpf macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 465 /* Define to 1 if you have the `frexpf' function. */
1243 # define frexpf macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 465 /* Define to 1 if you have the `frexpf' function. */
1243 # define frexpf macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 465 /* Define to 1 if you have the `frexpf' function. */
1243 # define frexpf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
c++config.h 465 /* Define to 1 if you have the `frexpf' function. */
1243 # define frexpf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/
c++config.h 465 /* Define to 1 if you have the `frexpf' function. */
1243 # define frexpf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
c++config.h 465 /* Define to 1 if you have the `frexpf' function. */
1243 # define frexpf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/x86/include/bits/
c++config.h 465 /* Define to 1 if you have the `frexpf' function. */
1243 # define frexpf macro
    [all...]
  /bionic/tests/
math_test.cpp 1117 TEST(math, frexpf) {
1119 float fr = frexpf(1024.0f, &exp);
1174 float fr = frexpf(14.1f, &exp);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 258 *** FREXPF: extract mantissa and exponent from value
268 #define FREXPF(x,y) frexpf(x,y)
276 #define FREXPF(x,y) ((GLfloat) frexp(x,y))
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 148 "frexpf",
533 TLI.setUnavailable(LibFunc::frexpf);
  /external/mesa3d/src/mesa/main/
imports.h 258 *** FREXPF: extract mantissa and exponent from value
268 #define FREXPF(x,y) frexpf(x,y)
276 #define FREXPF(x,y) ((GLfloat) frexp(x,y))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
c++config.h 465 /* Define to 1 if you have the `frexpf' function. */
1243 # define frexpf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
c++config.h 583 /* Define to 1 if you have the `frexpf' function. */
1381 # define frexpf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
c++config.h 583 /* Define to 1 if you have the `frexpf' function. */
1381 # define frexpf macro
    [all...]

Completed in 1578 milliseconds

1 23 4 5