/external/llvm/test/Transforms/InstCombine/ |
D | sqrt.ll | 8 ; CHECK: sqrtf( 23 ; CHECK: sqrtf( 33 ; Can't fold (fptrunc (sqrt (fpext x))) -> (sqrtf x) since there is another 39 ; CHECK-NOT: sqrtf(
|
D | fold-sqrt-sqrtf.ll | 4 ; Instcombine tries to fold (fptrunc (sqrt (fpext x))) -> (sqrtf x), but this 5 ; shouldn't fold when sqrtf isn't available.
|
/external/clang/test/CodeGen/ |
D | 2005-07-20-SqrtNoErrno.c | 4 float sqrtf(float x); 9 return sqrtf(X); in foo()
|
D | 2009-09-24-SqrtErrno.c | 5 float sqrtf(float x); 11 return sqrtf(X); in foo()
|
D | libcall-declarations.c | 70 float sqrtf(float); 86 sqrtf, tan, tanl, tanf, trunc, truncl, truncf
|
D | libcalls.c | 13 float l0 = sqrtf(a0); in test_sqrt()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | ContextShadow.cpp | 196 const float xAxisScale = sqrtf(xUnitChange.width() * xUnitChange.width() in adjustBlurDistance() 201 const float yAxisScale = sqrtf(yUnitChange.width() * yUnitChange.width() in adjustBlurDistance() 205 const float scale = sqrtf(xAxisScale * yAxisScale); in adjustBlurDistance()
|
D | FloatSize.cpp | 42 return sqrtf(diagonalLengthSquared()); in diagonalLength()
|
D | FloatPoint.cpp | 55 return sqrtf(lengthSquared()); in length()
|
/external/llvm/test/CodeGen/X86/ |
D | 2012-10-02-DAGCycle.ll | 35 %call.i.i.i = tail call float @sqrtf(float 0.000000e+00) nounwind readnone 52 declare float @sqrtf(float) nounwind readnone
|
/external/llvm/test/CodeGen/XCore/ |
D | float-intrinsics.ll | 166 define float @sqrtf(float %F) { 167 ; CHECK: sqrtf: 168 ; CHECK: bl sqrtf
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
D | LoopBlinnTextureCoords.cpp | 55 …float t1 = sqrtf(9.0f * classification.d2 * classification.d2 - 12 * classification.d1 * classific… in compute() 80 …float t1 = sqrtf(4.0f * classification.d1 * classification.d3 - 3.0f * classification.d2 * classif… in compute()
|
/external/llvm/test/Transforms/SimplifyLibCalls/ |
D | win-math.ll | 216 ; WIN32-NOT: float @sqrtf 219 ; WIN64: float @sqrtf 222 ; MINGW32: float @sqrtf 225 ; MINGW64: float @sqrtf
|
/external/llvm/test/Transforms/ConstProp/ |
D | calls.ll | 92 ; FNOBUILTIN: %1 = call float @sqrtf(float 3.000000e+00) 93 %1 = call float @sqrtf(float 3.000000e+00) 96 declare float @sqrtf(float)
|
/external/webkit/Source/WebCore/svg/ |
D | SVGAnimateTransformElement.cpp | 228 return sqrtf(diff.width() * diff.width() + diff.height() * diff.height()); in calculateDistance() 234 return sqrtf(diff.width() * diff.width() + diff.height() * diff.height()); in calculateDistance()
|
D | SVGPathParser.cpp | 422 rx *= sqrtf(radiiScale); in decomposeArcToCubic() 423 ry *= sqrtf(radiiScale); in decomposeArcToCubic() 437 float scaleFactor = sqrtf(scaleFactorSquared); in decomposeArcToCubic()
|
D | ColorDistance.cpp | 88 return sqrtf(m_redDiff * m_redDiff + m_blueDiff * m_blueDiff + m_greenDiff * m_greenDiff); in distance()
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | PathQt.cpp | 201 float p1p0_length = sqrtf(p1p0.x() * p1p0.x() + p1p0.y() * p1p0.y()); in addArcTo() 202 float p1p2_length = sqrtf(p1p2.x() * p1p2.x() + p1p2.y() * p1p2.y()); in addArcTo() 241 float orth_p1p2_length = sqrtf(orth_p1p2.x() * orth_p1p2.x() + orth_p1p2.y() * orth_p1p2.y()); in addArcTo()
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | PathCairo.cpp | 199 float p1p0_length = sqrtf(p1p0.x() * p1p0.x() + p1p0.y() * p1p0.y()); in addArcTo() 200 float p1p2_length = sqrtf(p1p2.x() * p1p2.x() + p1p2.y() * p1p2.y()); in addArcTo() 244 float orth_p1p2_length = sqrtf(orth_p1p2.x() * orth_p1p2.x() + orth_p1p2.y() * orth_p1p2.y()); in addArcTo()
|
/external/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 491 sqrtf, enumerator 679 case LibFunc::sqrt: case LibFunc::sqrtf: case LibFunc::sqrtl: in hasOptimizedCodeGen()
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | WebTiledLayer.cpp | 164 const float cSqrtMaxTileCount = sqrtf(cMaxTileCount); in constrainedSize() 182 tileRows = ceilf(sqrtf(cMaxTileCount * constrainedSize.height / constrainedSize.width)); in constrainedSize()
|
/external/stlport/stlport/stl/config/ |
D | _como.h | 127 # define sqrtf sqrt macro
|
/external/llvm/test/CodeGen/ARM/ |
D | 2009-11-13-VRRewriterCrash.ll | 44 %19 = call arm_aapcs_vfpcc float @sqrtf(float %18) readnone ; <float> [#uses=2] 113 declare arm_aapcs_vfpcc float @sqrtf(float) readnone
|
D | 2009-11-13-ScavengerAssert2.ll | 54 %29 = call arm_aapcs_vfpcc float @sqrtf(float %28) readnone ; <float> [#uses=1] 123 declare arm_aapcs_vfpcc float @sqrtf(float) readnone
|
/external/webrtc/src/modules/audio_processing/aec/ |
D | aec_core.c | 271 absEf = sqrtf(ef[0][i] * ef[0][i] + ef[1][i] * ef[1][i]); in ScaleErrorSignal() 707 abs_far_spectrum[i] = sqrtf(far_spectrum); in ProcessBlock() 712 abs_near_spectrum[i] = sqrtf(near_spectrum); in ProcessBlock() 1228 noise = sqrtf(noisePow[i]); in ComfortNoise() 1236 tmp = sqrtf(WEBRTC_SPL_MAX(1 - lambda[i] * lambda[i], 0)); in ComfortNoise() 1254 noiseAvg += sqrtf(noisePow[i]); in ComfortNoise() 1264 tmpAvg += sqrtf(WEBRTC_SPL_MAX(1 - lambda[i] * lambda[i], 0)); in ComfortNoise()
|