Home
last modified time | relevance | path

Searched refs:powf (Results 1 – 25 of 41) sorted by relevance

12

/external/llvm/test/Transforms/InstCombine/
Dpow-1.ll9 declare float @powf(float, float) nounwind readonly
16 %retval = call float @powf(float 1.0, float %x)
32 %retval = call float @powf(float 2.0, float %x)
50 %retval = call float @powf(float %x, float 0.0)
66 %retval = call float @powf(float %x, float 0.5)
90 %retval = call float @powf(float 0xFFF0000000000000, float 0.5)
106 %retval = call float @powf(float %x, float 1.0)
122 %retval = call float @powf(float %x, float 2.0)
140 %retval = call float @powf(float %x, float -1.0)
/external/clang/test/CodeGen/
Dlibcall-declarations.c58 float powf(float, float);
84 logf, log2, log2l, log2f, nearbyint, nearbyintl, nearbyintf, pow, powl, powf,
Dlibcalls.c36 float l0 = powf(a0, a0); in test_pow()
/external/skia/legacy/src/effects/
DSkTableMaskFilter.cpp100 float ee = powf(x, g) * 255; in MakeGammaTable()
101 table[i] = SkPin32(sk_float_round2int(powf(x, g) * 255), 0, 255); in MakeGammaTable()
/external/llvm/test/CodeGen/XCore/
Dfloat-intrinsics.ll118 define float @powf(float %F, float %power) {
119 ; CHECK: powf:
120 ; CHECK: bl powf
/external/llvm/test/CodeGen/ARM/
D2011-11-29-128bitArithmetics.ll224 ; CHECK: bl {{.*}}powf
227 ; CHECK: bl {{.*}}powf
230 ; CHECK: bl {{.*}}powf
233 ; CHECK: bl {{.*}}powf
/external/webkit/Source/WebCore/platform/graphics/
DImageBuffer.cpp60 color = (powf(color, 1.0f / 2.4f) * 1.055f) - 0.055f; in transformColorSpace()
/external/skia/legacy/src/ports/
DSkFontHost_gamma.cpp42 x = powf(x, ee); in build_power_table()
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGInlineText.cpp206 float distance = powf(fragmentRect.x() - absolutePoint.x(), 2) + in positionForPoint()
207powf(fragmentRect.y() + fragmentRect.height() / 2 - absolutePoint.y(), 2); in positionForPoint()
/external/skia/src/effects/
DSkTableMaskFilter.cpp91 table[i] = SkPin32(sk_float_round2int(powf(x, g) * 255), 0, 255); in MakeGammaTable()
/external/skia/include/core/
DSkFloatingPoint.h23 return powf(base, exp); in sk_float_pow()
/external/webkit/Source/WebCore/platform/graphics/filters/
DSpotLightSource.cpp101 lightStrength = powf(-cosineOfAngle, m_specularExponent); in updatePaintingData()
DFELighting.cpp199 …lightStrength = m_specularConstant * powf(halfwayVector.z() / halfwayVectorLength, m_specularExpon… in inlineSetPixel()
217 …lightStrength = m_specularConstant * powf((normalVector * halfwayVector) / (normalVectorLength * h… in inlineSetPixel()
/external/bison/linux-lib/
Dmath.h1934 # undef powf
1935 _GL_FUNCDECL_SYS (powf, float, (float x, float y));
1937 _GL_CXXALIAS_SYS (powf, float, (float x, float y));
1938 _GL_CXXALIASWARN (powf);
1940 # undef powf
1942 _GL_WARN_ON_USE (powf, "powf is unportable - "
/external/bison/lib/
Dmath.in.h1622 # undef powf
1623 _GL_FUNCDECL_SYS (powf, float, (float x, float y));
1625 _GL_CXXALIAS_SYS (powf, float, (float x, float y));
1626 _GL_CXXALIASWARN (powf);
1628 # undef powf
1630 _GL_WARN_ON_USE (powf, "powf is unportable - "
/external/bison/darwin-lib/
Dmath.h1934 # undef powf
1935 _GL_FUNCDECL_SYS (powf, float, (float x, float y));
1937 _GL_CXXALIAS_SYS (powf, float, (float x, float y));
1938 _GL_CXXALIASWARN (powf);
1940 # undef powf
1942 _GL_WARN_ON_USE (powf, "powf is unportable - "
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h412 powf, enumerator
/external/llvm/test/CodeGen/AArch64/
Dillegal-float-ops.ll170 ; CHECK: bl powf
/external/llvm/lib/Target/
DTargetLibraryInfo.cpp458 TLI.setUnavailable(LibFunc::powf); in initialize()
/external/llvm/test/Transforms/SimplifyLibCalls/
Dwin-math.ll182 ; WIN32-NOT: float @powf
/external/webrtc/src/modules/audio_processing/aec/
Daec_core_sse2.c398 hNl[i] = powf(hNl[i], aec->overDriveSm * WebRtcAec_overDriveCurve[i]); in OverdriveAndSuppressSSE2()
/external/bison/m4/
Dmath_h.m450 modf modff modfl powf
/external/stlport/stlport/stl/
D_cmath.h458 inline float pow(float __x, int __y) { return _STLP_CMATH_FUNC_NAMESPACE::powf(__x, __STATIC_CAST(f…
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1121 TLI->has(LibFunc::powf)) { in callOptimizer()
1825 case LibFunc::powf: in lookupOptimization()
/external/clang/lib/Headers/
Dtgmath.h473 __tg_pow(float __x, float __y) {return powf(__x, __y);} in __tg_pow()

12