HomeSort by relevance Sort by last modified time
    Searched full:powf (Results 51 - 75 of 297) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/auxiliary/util/
u_format_srgb.h 66 return float_to_ubyte(1.055f * powf(x, 0.41666f) - 0.055f);
  /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]]
  /external/chromium_org/third_party/skia/include/core/
SkFloatingPoint.h 23 return powf(base, exp);
  /external/llvm/test/CodeGen/ARM/
2011-11-29-128bitArithmetics.ll 224 ; CHECK: bl {{.*}}powf
227 ; CHECK: bl {{.*}}powf
230 ; CHECK: bl {{.*}}powf
233 ; CHECK: bl {{.*}}powf
  /external/skia/include/core/
SkFloatingPoint.h 23 return powf(base, exp);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGInlineText.cpp 193 float distance = powf(fragmentRect.x() - absolutePoint.x(), 2) +
194 powf(fragmentRect.y() + fragmentRect.height() / 2 - absolutePoint.y(), 2);
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 151 EXPORT_F32_FN_F32_F32(powf)
222 { "_Z3powff", (void *)&powf, true },
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioParamTimeline.cpp 248 float multiplier = powf(value2 / value1, 1 / numSampleFrames);
253 value = value1 * powf(value2 / value1,
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
SpotLightSource.cpp 100 lightStrength = powf(-cosineOfAngle, m_specularExponent);
FELighting.cpp 200 lightStrength = m_specularConstant * powf(halfwayVector.z() / halfwayVectorLength, m_specularExponent);
218 lightStrength = m_specularConstant * powf((normalVector * halfwayVector) / (normalVectorLength * halfwayVectorLength), m_specularExponent);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
forgetting_curve_utils.cpp 149 const int probability = static_cast<int>(powf(static_cast<float>(MAX_COMPUTED_PROBABILITY),
  /external/bison/darwin-lib/
math.h 1940 # undef powf macro
    [all...]
  /external/bison/lib/
math.in.h 1622 # undef powf macro
1626 _GL_CXXALIASWARN (powf); variable
1628 # undef powf macro
    [all...]
  /external/bison/linux-lib/
math.h 1940 # undef powf macro
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
DynamicsCompressorKernel.cpp 238 fullRangeMakeupGain = powf(fullRangeMakeupGain, 0.6f);
358 envelopeRate = 1 - powf(x, 1 / attackFrames);
Reverb.cpp 80 scale *= powf(10, GainCalibration * 0.05f); // calibrate to make perceived volume same as unprocessed
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_rasterpos.c 168 GLfloat spot = powf(PV_dot_dir, light->SpotExponent);
219 spec_coef = powf(n_dot_h, shine);
t_vb_lighttmp.h 150 GLfloat spot = powf(PV_dot_dir, light->SpotExponent);
328 GLfloat spot = powf(PV_dot_dir, light->SpotExponent);
  /external/mesa3d/src/mesa/tnl/
t_rasterpos.c 168 GLfloat spot = powf(PV_dot_dir, light->SpotExponent);
219 spec_coef = powf(n_dot_h, shine);
t_vb_lighttmp.h 150 GLfloat spot = powf(PV_dot_dir, light->SpotExponent);
328 GLfloat spot = powf(PV_dot_dir, light->SpotExponent);
  /hardware/qcom/display/msm8974/liboverlay/
overlayUtils.cpp 267 horDscale = powf(2.0f, ceilf(log2f(horDscale)));
268 verDscale = powf(2.0f, ceilf(log2f(verDscale)));
  /external/bison/m4/
math_h.m4 50 modf modff modfl powf
  /external/llvm/test/CodeGen/AArch64/
illegal-float-ops.ll 170 ; CHECK: bl powf
  /external/llvm/test/Transforms/InstCombine/
win-math.ll 182 ; WIN32-NOT: float @powf
  /bionic/tests/
math_test.cpp 491 TEST(math, powf) {
492 ASSERT_FLOAT_EQ(8.0f, powf(2.0f, 3.0f));

Completed in 1456 milliseconds

1 23 4 5 6 7 8 91011>>