/external/llvm/test/Transforms/InstCombine/ |
D | pow-1.ll | 9 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/ |
D | libcall-declarations.c | 58 float powf(float, float); 84 logf, log2, log2l, log2f, nearbyint, nearbyintl, nearbyintf, pow, powl, powf,
|
D | libcalls.c | 36 float l0 = powf(a0, a0); in test_pow()
|
/external/skia/legacy/src/effects/ |
D | SkTableMaskFilter.cpp | 100 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/ |
D | float-intrinsics.ll | 118 define float @powf(float %F, float %power) { 119 ; CHECK: powf: 120 ; CHECK: bl powf
|
/external/llvm/test/CodeGen/ARM/ |
D | 2011-11-29-128bitArithmetics.ll | 224 ; CHECK: bl {{.*}}powf 227 ; CHECK: bl {{.*}}powf 230 ; CHECK: bl {{.*}}powf 233 ; CHECK: bl {{.*}}powf
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | ImageBuffer.cpp | 60 color = (powf(color, 1.0f / 2.4f) * 1.055f) - 0.055f; in transformColorSpace()
|
/external/skia/legacy/src/ports/ |
D | SkFontHost_gamma.cpp | 42 x = powf(x, ee); in build_power_table()
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | RenderSVGInlineText.cpp | 206 float distance = powf(fragmentRect.x() - absolutePoint.x(), 2) + in positionForPoint() 207 … powf(fragmentRect.y() + fragmentRect.height() / 2 - absolutePoint.y(), 2); in positionForPoint()
|
/external/skia/src/effects/ |
D | SkTableMaskFilter.cpp | 91 table[i] = SkPin32(sk_float_round2int(powf(x, g) * 255), 0, 255); in MakeGammaTable()
|
/external/skia/include/core/ |
D | SkFloatingPoint.h | 23 return powf(base, exp); in sk_float_pow()
|
/external/webkit/Source/WebCore/platform/graphics/filters/ |
D | SpotLightSource.cpp | 101 lightStrength = powf(-cosineOfAngle, m_specularExponent); in updatePaintingData()
|
D | FELighting.cpp | 199 …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/ |
D | math.h | 1934 # 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/ |
D | math.in.h | 1622 # 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/ |
D | math.h | 1934 # 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/ |
D | TargetLibraryInfo.h | 412 powf, enumerator
|
/external/llvm/test/CodeGen/AArch64/ |
D | illegal-float-ops.ll | 170 ; CHECK: bl powf
|
/external/llvm/lib/Target/ |
D | TargetLibraryInfo.cpp | 458 TLI.setUnavailable(LibFunc::powf); in initialize()
|
/external/llvm/test/Transforms/SimplifyLibCalls/ |
D | win-math.ll | 182 ; WIN32-NOT: float @powf
|
/external/webrtc/src/modules/audio_processing/aec/ |
D | aec_core_sse2.c | 398 hNl[i] = powf(hNl[i], aec->overDriveSm * WebRtcAec_overDriveCurve[i]); in OverdriveAndSuppressSSE2()
|
/external/bison/m4/ |
D | math_h.m4 | 50 modf modff modfl powf
|
/external/stlport/stlport/stl/ |
D | _cmath.h | 458 inline float pow(float __x, int __y) { return _STLP_CMATH_FUNC_NAMESPACE::powf(__x, __STATIC_CAST(f…
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 1121 TLI->has(LibFunc::powf)) { in callOptimizer() 1825 case LibFunc::powf: in lookupOptimization()
|
/external/clang/lib/Headers/ |
D | tgmath.h | 473 __tg_pow(float __x, float __y) {return powf(__x, __y);} in __tg_pow()
|