HomeSort by relevance Sort by last modified time
    Searched refs:powf (Results 101 - 125 of 267) sorted by null

1 2 3 45 6 7 8 91011

  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
c++config.h 770 /* Define to 1 if you have the `powf' function. */
1592 # define powf macro
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
c++config.h 770 /* Define to 1 if you have the `powf' function. */
1592 # define powf macro
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/32/bits/
c++config.h 770 /* Define to 1 if you have the `powf' function. */
1592 # define powf macro
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
c++config.h 770 /* Define to 1 if you have the `powf' function. */
1592 # define powf macro
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/x32/bits/
c++config.h 770 /* Define to 1 if you have the `powf' function. */
1592 # define powf macro
    [all...]
  /prebuilts/ndk/r13/sources/android/support/src/msun/
math_private.h 708 #define __ieee754_powf powf
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
c++config.h 770 /* Define to 1 if you have the `powf' function. */
1592 # define powf macro
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
c++config.h 770 /* Define to 1 if you have the `powf' function. */
1592 # define powf macro
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
c++config.h 770 /* Define to 1 if you have the `powf' function. */
1592 # define powf macro
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
c++config.h 770 /* Define to 1 if you have the `powf' function. */
1592 # define powf macro
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
c++config.h 770 /* Define to 1 if you have the `powf' function. */
1592 # define powf macro
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
c++config.h 770 /* Define to 1 if you have the `powf' function. */
1592 # define powf macro
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
c++config.h 770 /* Define to 1 if you have the `powf' function. */
1592 # define powf macro
    [all...]
  /external/mesa3d/src/mesa/main/
rastpos.c 175 GLfloat spot = powf(PV_dot_dir, light->SpotExponent);
226 spec_coef = powf(n_dot_h, shine);
  /device/google/contexthub/firmware/external/freebsd/lib/msun/src/
math_private.h 712 #define __ieee754_powf powf
  /device/google/contexthub/util/common/
JSONObject.cpp 336 x += (float)fraction * powf(10.0f, exponent - (int32_t)numFracDigits);
  /external/skia/src/core/
SkColorSpace.cpp 595 inv.fA = powf(1.f / fA, fG);
SkICC.cpp 56 tablePtr[i] = clamp_0_1(powf(fn.fA * x + fn.fB, fn.fG) + fn.fE);
  /frameworks/native/libs/ui/
ColorSpace.cpp 54 return powf(x < 0.0f ? 0.0f : x, e);
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBlur.cpp 88 mFp[r + mIradius] = coeff1 * powf(e, floatR * floatR * coeff2);
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
math.h 333 float powf(float, float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
math.h 333 float powf(float, float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
math.h 333 float powf(float, float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
math.h 334 float powf(float, float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/
math.h 334 float powf(float, float) __NDK_FPABI_MATH__;

Completed in 1262 milliseconds

1 2 3 45 6 7 8 91011