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

12 3 4 5 6 7

  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 154 /// float powf(float x, float y);
155 powf, enumerator in enum:llvm::LibFunc::Func
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 93 "powf",
228 TLI.setUnavailable(LibFunc::powf);
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGInlineText.cpp 206 float distance = powf(fragmentRect.x() - absolutePoint.x(), 2) +
207 powf(fragmentRect.y() + fragmentRect.height() / 2 - absolutePoint.y(), 2);
  /frameworks/rs/driver/
rsdRuntimeMath.cpp 53 return powf(v, (float)p);
57 return powf(v, p);
437 { "_Z3powff", (void *)&powf, true },
  /external/webkit/Source/WebCore/platform/graphics/filters/
FELighting.cpp 199 lightStrength = m_specularConstant * powf(halfwayVector.z() / halfwayVectorLength, m_specularExponent);
217 lightStrength = m_specularConstant * powf((normalVector * halfwayVector) / (normalVectorLength * halfwayVectorLength), m_specularExponent);
372 // Calling a powf function from the assembly code would require to save
374 // and only 8 bit precision is required, we use our own powf function.
SpotLightSource.cpp 101 lightStrength = powf(-cosineOfAngle, m_specularExponent);
  /external/mesa3d/src/mesa/main/
imports.h 138 #define powf(x,y) ((float) pow(x,y))
151 static INLINE float exp2f(float x) { return powf(2.0f, x); }
  /bionic/libm/src/
math_private.h 241 #define __ieee754_powf powf
  /device/samsung/crespo/libsensors/
sensors.cpp 85 SENSOR_TYPE_LIGHT, powf(10, (280.0f / 47.0f)) * 4, 1.0f, 0.75f, 0, { } },
  /external/llvm/lib/Analysis/
CodeMetrics.cpp 43 if (Name == "pow" || Name == "powf" || Name == "powl" ||
  /device/samsung/tuna/libsensors/
sensors.cpp 83 SENSOR_TYPE_LIGHT, powf(10, 125.0f/ 24.0f) * 4, 1.0f, 0.75f, 0, { } },
  /external/llvm/test/Transforms/SimplifyLibCalls/
win-math.ll 182 ; WIN32-NOT: float @powf
  /external/skia/samplecode/
SampleText.cpp 169 x = powf(x, ee);
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 144 EnsureFPIntrinsicsExist(M, I, "powf", "pow", "powl");
520 ReplaceFPIntrinsicWithCall(CI, "powf", "pow", "powl");
  /bionic/libm/
Makefile-orig 116 exp.3 expm1f.3 exp.3 logf.3 exp.3 powf.3 \
  /bionic/libm/include/
math.h 334 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/webrtc/src/modules/audio_processing/aec/
aec_core_sse2.c 398 hNl[i] = powf(hNl[i], aec->overDriveSm * WebRtcAec_overDriveCurve[i]);
  /frameworks/wilhelm/src/itf/
IOutputMixExt.c 444 float playerGain = powf(10.0f, level / 2000.0f);
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
math.h 333 float powf(float, float);
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
math.h 333 float powf(float, float);
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
math.h 333 float powf(float, float);
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
math.h 333 float powf(float, float);
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
math.h 333 float powf(float, float);

Completed in 1055 milliseconds

12 3 4 5 6 7