/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/lib/ |
libm.so | |
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/lib/ |
libm.so | |
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/lib/ |
libm.so | |
/prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/lib/ |
libm.so | |
/prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/lib/ |
libm.so | |
/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 | 598 /* Define to 1 if you have the `powf' function. */ 1343 # define powf 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 | 716 /* Define to 1 if you have the `powf' function. */ 1481 # define powf 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 | 716 /* Define to 1 if you have the `powf' function. */ 1481 # define powf macro [all...] |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
c++config.h | 598 /* Define to 1 if you have the `powf' function. */ 1343 # define powf macro [all...] |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
c++config.h | 598 /* Define to 1 if you have the `powf' function. */ 1343 # define powf macro [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
c++config.h | 598 /* Define to 1 if you have the `powf' function. */ 1343 # define powf macro [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
c++config.h | 598 /* Define to 1 if you have the `powf' function. */ 1343 # define powf macro [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/ |
c++config.h | 598 /* Define to 1 if you have the `powf' function. */ 1343 # define powf macro [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
c++config.h | 598 /* Define to 1 if you have the `powf' function. */ 1343 # define powf macro [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
c++config.h | 598 /* Define to 1 if you have the `powf' function. */ 1343 # define powf macro [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/ |
c++config.h | 598 /* Define to 1 if you have the `powf' function. */ 1343 # define powf macro [all...] |
/external/clang/lib/Headers/ |
tgmath.h | 473 __tg_pow(float __x, float __y) {return powf(__x, __y);}
|
/external/llvm/device/include/llvm/Config/ |
config.h | 280 /* Define to 1 if you have the `powf' function. */
|
/external/llvm/host/include/llvm/Config/ |
config.h | 271 /* Define to 1 if you have the `powf' function. */
|
/external/llvm/include/llvm/Config/ |
config.h.cmake | 282 /* Define to 1 if you have the `powf' function. */
|
config.h.in | 283 /* Define to 1 if you have the `powf' function. */
|
/external/mesa3d/docs/ |
relnotes-7.9.1.html | 378 <li>svga/drm: Optionally resolve calls to powf during link-time</li>
|
/external/stlport/stlport/stl/ |
_cmath.h | 458 inline float pow(float __x, int __y) { return _STLP_CMATH_FUNC_NAMESPACE::powf(__x, __STATIC_CAST(float,__y)); }
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 458 inline float pow(float __x, int __y) { return _STLP_CMATH_FUNC_NAMESPACE::powf(__x, __STATIC_CAST(float,__y)); }
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
builtins.def | 361 DEF_C99_C90RES_BUILTIN (BUILT_IN_POWF, "powf", BT_FN_FLOAT_FLOAT_FLOAT, ATTR_MATHFN_FPROUNDING_ERRNO) [all...] |