HomeSort by relevance Sort by last modified time
    Searched refs:frexpf (Results 26 - 37 of 37) sorted by null

12

  /prebuilt/ndk/android-ndk-r5/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...]
  /prebuilt/ndk/android-ndk-r6/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...]
  /prebuilt/ndk/android-ndk-r6/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...]
  /prebuilt/ndk/android-ndk-r6/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...]
  /external/mesa3d/src/mesa/main/
imports.h 260 *** FREXPF: extract mantissa and exponent from value
270 #define FREXPF(x,y) frexpf(x,y)
278 #define FREXPF(x,y) ((GLfloat) frexp(x,y))
  /prebuilt/linux-x86/toolchain/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...]
  /frameworks/base/libs/rs/driver/
rsdRuntimeMath.cpp 400 { "_Z5frexpfPi", (void *)&frexpf, true },
  /external/clang/lib/Headers/
tgmath.h 812 __tg_frexp(float __x, int* __y) {return frexpf(__x, __y);}
  /prebuilt/sdk/11/renderscript/clang-include/
tgmath.h 812 __tg_frexp(float __x, int* __y) {return frexpf(__x, __y);}
  /prebuilt/sdk/12/renderscript/clang-include/
tgmath.h 812 __tg_frexp(float __x, int* __y) {return frexpf(__x, __y);}
  /prebuilt/sdk/13/renderscript/clang-include/
tgmath.h 812 __tg_frexp(float __x, int* __y) {return frexpf(__x, __y);}
  /prebuilt/sdk/14/renderscript/clang-include/
tgmath.h 812 __tg_frexp(float __x, int* __y) {return frexpf(__x, __y);}

Completed in 1046 milliseconds

12