HomeSort by relevance Sort by last modified time
    Searched refs:powf (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /device/samsung/tuna/libsensors/
LightSensor.cpp 45 mPendingEvent.light = powf(10, event->value * (125.0f / 1023.0f / 24.0f)) * 4;
  /external/clang/test/CodeGen/
libcall-declarations.c 58 float powf(float, float);
84 logf, log2, log2l, log2f, nearbyint, nearbyintl, nearbyintf, pow, powl, powf,
142 // CHECK-NOERRNO: declare float @powf(float, float) [[NUW]]
libcalls.c 34 // CHECK-YES: call float @powf
36 float l0 = powf(a0, a0);
47 // CHECK-YES: declare float @powf(float, float)
  /external/skia/legacy/src/ports/
SkFontHost_gamma.cpp 42 x = powf(x, ee);
  /external/webkit/Source/WebCore/platform/graphics/
ImageBuffer.cpp 60 color = (powf(color, 1.0f / 2.4f) * 1.055f) - 0.055f;
  /frameworks/base/core/jni/
android_util_FloatMath.cpp 33 static float PowF(JNIEnv* env, jobject clazz, float x, float y) {
34 return powf(x, y);
49 {"pow", "(FF)F", (void*) MathUtilsGlue::PowF},
  /external/skia/legacy/src/effects/
SkTableMaskFilter.cpp 100 float ee = powf(x, g) * 255;
101 table[i] = SkPin32(sk_float_round2int(powf(x, g) * 255), 0, 255);
  /external/skia/include/core/
SkFloatingPoint.h 23 return powf(base, exp);
  /external/skia/src/effects/
SkTableMaskFilter.cpp 90 // float ee = powf(x, g) * 255;
91 table[i] = SkPin32(sk_float_round2int(powf(x, g) * 255), 0, 255);
  /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/cpu_ref/
rsCpuRuntimeMath.cpp 147 EXPORT_F32_FN_F32_F32(powf)
218 { "_Z3powff", (void *)&powf, true },
  /external/webkit/Source/WebCore/platform/graphics/filters/
SpotLightSource.cpp 101 lightStrength = powf(-cosineOfAngle, m_specularExponent);
  /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);
  /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);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 333 float powf(float, float);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h 333 float powf(float, float);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
math.h 333 float powf(float, float);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
math.h 333 float powf(float, float);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
math.h 333 float powf(float, float);
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
math.h 333 float powf(float, float);

Completed in 138 milliseconds

1 2 3 4 5