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

12

  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/arm-linux-androideabi/armv7-a/thumb/bits/
c++config.h 529 /* Define to 1 if you have the `ldexpf' function. */
1298 # define ldexpf macro
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/arm-linux-androideabi/bits/
c++config.h 529 /* Define to 1 if you have the `ldexpf' function. */
1298 # define ldexpf macro
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/arm-linux-androideabi/thumb/bits/
c++config.h 529 /* Define to 1 if you have the `ldexpf' function. */
1298 # define ldexpf macro
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 529 /* Define to 1 if you have the `ldexpf' function. */
1298 # define ldexpf macro
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 529 /* Define to 1 if you have the `ldexpf' function. */
1298 # define ldexpf macro
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 529 /* Define to 1 if you have the `ldexpf' function. */
1298 # define ldexpf macro
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 529 /* Define to 1 if you have the `ldexpf' function. */
1298 # define ldexpf macro
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 529 /* Define to 1 if you have the `ldexpf' function. */
1298 # define ldexpf macro
    [all...]
  /external/mesa3d/src/mesa/main/
imports.h 259 *** LDEXPF: multiply value by an integral power of two
269 #define LDEXPF(x,y) ldexpf(x,y)
277 #define LDEXPF(x,y) ((GLfloat) ldexp(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 529 /* Define to 1 if you have the `ldexpf' function. */
1298 # define ldexpf macro
    [all...]
  /frameworks/base/libs/rs/driver/
rsdRuntimeMath.cpp 403 { "_Z5ldexpfi", (void *)&ldexpf, true },
  /external/clang/lib/Headers/
tgmath.h 864 __tg_ldexp(float __x, int __y) {return ldexpf(__x, __y);}
  /prebuilt/sdk/11/renderscript/clang-include/
tgmath.h 864 __tg_ldexp(float __x, int __y) {return ldexpf(__x, __y);}
  /prebuilt/sdk/12/renderscript/clang-include/
tgmath.h 864 __tg_ldexp(float __x, int __y) {return ldexpf(__x, __y);}
  /prebuilt/sdk/13/renderscript/clang-include/
tgmath.h 864 __tg_ldexp(float __x, int __y) {return ldexpf(__x, __y);}
  /prebuilt/sdk/14/renderscript/clang-include/
tgmath.h 864 __tg_ldexp(float __x, int __y) {return ldexpf(__x, __y);}

Completed in 2379 milliseconds

12