HomeSort by relevance Sort by last modified time
    Searched full:powf (Results 76 - 100 of 299) sorted by null

1 2 34 5 6 7 8 91011>>

  /bionic/tests/
math_test.cpp 491 TEST(math, powf) {
492 ASSERT_FLOAT_EQ(8.0f, powf(2.0f, 3.0f));
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FELighting.cpp 196 lightStrength = m_specularConstant * powf(halfwayVector.z() / halfwayVectorLength, m_specularExponent);
214 lightStrength = m_specularConstant * powf((normalVector * halfwayVector) / (normalVectorLength * halfwayVectorLength), m_specularExponent);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 136 #define powf(x,y) ((float) pow(x,y)) macro
149 static inline float exp2f(float x) { return powf(2.0f, x); }
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 423 /// float powf(float x, float y);
424 powf, enumerator in enum:llvm::LibFunc::Func
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 144 EnsureFPIntrinsicsExist(M, I, "powf", "pow", "powl");
526 ReplaceFPIntrinsicWithCall(CI, "powf", "pow", "powl");
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 227 "powf",
464 TLI.setUnavailable(LibFunc::powf);
  /external/mesa3d/src/mesa/main/
imports.h 136 #define powf(x,y) ((float) pow(x,y)) macro
149 static inline float exp2f(float x) { return powf(2.0f, x); }
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 115 float powf(float x, float y);
942 using ::powf;
947 inline _LIBCPP_INLINE_VISIBILITY float pow(float __x, float __y) _NOEXCEPT {return powf(__x, __y);}
    [all...]
  /bionic/libm/include/
math.h 324 float powf(float, float);
  /development/ndk/platforms/android-3/include/
math.h 333 float powf(float, float);
  /development/ndk/platforms/android-9/include/
math.h 333 float powf(float, float);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageBuffer.cpp 237 color = (powf(color, 1.0f / 2.4f) * 1.055f) - 0.055f;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_math.h 88 static INLINE float powf( float f, float g ) function
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_light.c 282 return powf(dp, tab->shininess);
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 451 if (Name == "pow" || Name == "powf" || Name == "powl" || Name == "exp2" ||
  /external/mesa3d/src/gallium/auxiliary/util/
u_math.h 88 static INLINE float powf( float f, float g ) function
  /external/mesa3d/src/mesa/tnl/
t_vb_light.c 282 return powf(dp, tab->shininess);
  /external/webrtc/src/modules/audio_processing/aec/
aec_core_sse2.c 398 hNl[i] = powf(hNl[i], aec->overDriveSm * WebRtcAec_overDriveCurve[i]);
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBlur.cpp 90 mFp[r + mIradius] = coeff1 * powf(e, floatR * floatR * coeff2);
  /frameworks/wilhelm/src/itf/
IOutputMixExt.c 444 float playerGain = powf(10.0f, level / 2000.0f);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 333 float powf(float, float);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 333 float powf(float, float);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 333 float powf(float, float);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 333 float powf(float, float);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 333 float powf(float, float);

Completed in 447 milliseconds

1 2 34 5 6 7 8 91011>>