HomeSort by relevance Sort by last modified time
    Searched full:powl (Results 26 - 50 of 87) sorted by null

12 3 4

  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/
math.h 465 long double powl(long double, long double);
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/
math.h 465 long double powl(long double, long double);
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/
math.h 465 long double powl(long double, long double);
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/
math.h 465 long double powl(long double, long double);
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/
math.h 465 long double powl(long double, long double);
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/
math.h 465 long double powl(long double, long double);
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/
math.h 465 long double powl(long double, long double);
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/
math.h 465 long double powl(long double, long double);
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/
math.h 465 long double powl(long double, long double);
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
math.h 465 long double powl(long double, long double);
  /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 601 /* Define to 1 if you have the `powl' function. */
1348 # define powl 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 719 /* Define to 1 if you have the `powl' function. */
1486 # define powl 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 719 /* Define to 1 if you have the `powl' function. */
1486 # define powl macro
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 601 /* Define to 1 if you have the `powl' function. */
1348 # define powl macro
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 601 /* Define to 1 if you have the `powl' function. */
1348 # define powl macro
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 601 /* Define to 1 if you have the `powl' function. */
1348 # define powl macro
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 601 /* Define to 1 if you have the `powl' function. */
1348 # define powl macro
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 601 /* Define to 1 if you have the `powl' function. */
1348 # define powl macro
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 601 /* Define to 1 if you have the `powl' function. */
1348 # define powl macro
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 601 /* Define to 1 if you have the `powl' function. */
1348 # define powl macro
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 601 /* Define to 1 if you have the `powl' function. */
1348 # define powl macro
    [all...]
  /external/clang/lib/Headers/
tgmath.h 481 __tg_pow(long double __x, long double __y) {return powl(__x, __y);}
  /external/stlport/stlport/stl/
_cmath.h 469 inline long double pow(long double __x, int __y) { return _STLP_CMATH_FUNC_NAMESPACE::powl(__x, __STATIC_CAST(long double,__y)); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 469 inline long double pow(long double __x, int __y) { return _STLP_CMATH_FUNC_NAMESPACE::powl(__x, __STATIC_CAST(long double,__y)); }
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
builtins.def 365 DEF_C99_C90RES_BUILTIN (BUILT_IN_POWL, "powl", BT_FN_LONGDOUBLE_LONGDOUBLE_LONGDOUBLE, ATTR_MATHFN_FPROUNDING_ERRNO)
    [all...]

Completed in 1532 milliseconds

12 3 4