HomeSort by relevance Sort by last modified time
    Searched refs:powf (Results 1 - 25 of 103) 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) nounwind readnone
libcalls.c 34 // CHECK-YES: call float @powf
36 float l0 = powf(a0, a0);
47 // CHECK-YES: declare float @powf(float, float)
  /external/skia/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/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/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);
  /bionic/libm/src/
math_private.h 241 #define __ieee754_powf powf
  /external/webkit/Source/WebCore/platform/graphics/filters/
SpotLightSource.cpp 101 lightStrength = powf(-cosineOfAngle, m_specularExponent);
  /frameworks/support/renderscript/v8/rs_support/driver/
rsdRuntimeMath.cpp 52 return powf(v, (float)p);
56 return powf(v, p);
538 return powf(x, y);
676 { "_Z3powff", (void *)&powf, true },
rsdIntrinsicBlur.cpp 62 cp->fp[r + cp->iradius] = coeff1 * powf(e, floatR * floatR * coeff2);
  /frameworks/rs/driver/
rsdRuntimeMath.cpp 49 return powf(v, (float)p);
53 return powf(v, p);
419 { "_Z3powff", (void *)&powf, true },
rsdIntrinsicBlur.cpp 62 cp->fp[r + cp->iradius] = coeff1 * powf(e, floatR * floatR * coeff2);
  /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/llvm/include/llvm/Target/
TargetLibraryInfo.h 235 /// float powf(float x, float y);
236 powf, enumerator in enum:llvm::LibFunc::Func
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 133 "powf",
305 TLI.setUnavailable(LibFunc::powf);
  /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);

Completed in 982 milliseconds

1 2 3 4 5