HomeSort by relevance Sort by last modified time
    Searched full:powl (Results 101 - 125 of 338) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
c++config.h 769 /* Define to 1 if you have the `powl' function. */
1583 # define powl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
c++config.h 769 /* Define to 1 if you have the `powl' function. */
1583 # define powl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips64/include/bits/
c++config.h 769 /* Define to 1 if you have the `powl' function. */
1583 # define powl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
c++config.h 769 /* Define to 1 if you have the `powl' function. */
1583 # define powl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86_64/include/bits/
c++config.h 769 /* Define to 1 if you have the `powl' function. */
1583 # define powl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
c++config.h 773 /* Define to 1 if you have the `powl' function. */
1591 # define powl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
c++config.h 773 /* Define to 1 if you have the `powl' function. */
1591 # define powl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
c++config.h 773 /* Define to 1 if you have the `powl' function. */
1591 # define powl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
c++config.h 773 /* Define to 1 if you have the `powl' function. */
1591 # define powl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
c++config.h 773 /* Define to 1 if you have the `powl' function. */
1591 # define powl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
c++config.h 773 /* Define to 1 if you have the `powl' function. */
1591 # define powl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
c++config.h 773 /* Define to 1 if you have the `powl' function. */
1591 # define powl macro
    [all...]
  /development/ndk/platforms/android-13/include/
math.h 470 long double powl(long double, long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 473 long double powl(long double, long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 465 long double powl(long double, long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 465 long double powl(long double, long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-L/include/
math.h 448 long double powl(long double, long double) __NDK_FPABI_MATH__;
  /external/clang/lib/Headers/
tgmath.h 481 __tg_pow(long double __x, long double __y) {return powl(__x, __y);}
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 474 if (Name == "pow" || Name == "powf" || Name == "powl" || Name == "exp2" ||
  /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)); }
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
tgmath.h 481 __tg_pow(long double __x, long double __y) {return powl(__x, __y);}
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
tgmath.h 481 __tg_pow(long double __x, long double __y) {return powl(__x, __y);}
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
tgmath.h 481 __tg_pow(long double __x, long double __y) {return powl(__x, __y);}
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
tgmath.h 481 __tg_pow(long double __x, long double __y) {return powl(__x, __y);}

Completed in 765 milliseconds

1 2 3 45 6 7 8 91011>>