/external/llvm/test/CodeGen/X86/ |
D | legalize-libcalls.ll | 10 %call45 = call float @sinf(float %theta.079) nounwind readnone 11 %call37 = call float @sinf(float %add36) nounwind readnone 34 declare float @sinf(float) nounwind readnone
|
D | sincos.ll | 7 declare float @sinf(float) readonly 14 %Y = call float @sinf(float %X) readonly
|
D | code_placement_eh.ll | 21 %tmp2019 = invoke float @sinf(float 0.000000e+00) readonly 41 declare float @sinf(float) readonly
|
D | sibcall-5.ll | 26 %0 = tail call float @sinf(float %a) nounwind readonly 30 declare float @sinf(float) nounwind readonly
|
/external/llvm/test/CodeGen/SPARC/ |
D | 2007-07-05-LiveIntervalAssert.ll | 4 declare float @sinf(float) 7 %G = call float @sinf( float %F ) ; <float> [#uses=1]
|
/external/webkit/Source/WebCore/platform/graphics/filters/ |
D | DistantLightSource.cpp | 45 paintingData.lightVector.setY(sinf(azimuth) * cosf(elevation)); in initPaintingData() 46 paintingData.lightVector.setZ(sinf(elevation)); in initPaintingData()
|
/external/llvm/test/CodeGen/Generic/ |
D | intrinsics.ll | 17 declare float @sinf(float) readonly 22 %G = call float @sinf( float %F ) ; <float> [#uses=1]
|
/external/quake/quake/src/WinQuake/ |
D | gl_rsurf.cpp | 589 *pPos++ = v[0] + 8*sinf(v[1]*0.05f+realtime)*sinf(v[2]*0.05f+realtime); in R_DrawSequentialPoly() 590 *pPos++ = v[1] + 8*sinf(v[0]*0.05f+realtime)*sinf(v[2]*0.05f+realtime); in R_DrawSequentialPoly() 660 pnv[0] = v[0] + 8*sinf(v[1]*0.05f+realtime)*sinf(v[2]*0.05f+realtime); in DrawGLWaterPoly() 661 pnv[1] = v[1] + 8*sinf(v[0]*0.05f+realtime)*sinf(v[2]*0.05f+realtime); in DrawGLWaterPoly() 703 pnv[0] = v[0] + 8*sinf(v[1]*0.05f+realtime)*sinf(v[2]*0.05f+realtime); in DrawGLWaterPolyLightmap() 704 pnv[1] = v[1] + 8*sinf(v[0]*0.05f+realtime)*sinf(v[2]*0.05f+realtime); in DrawGLWaterPolyLightmap()
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | PDFDocumentImage.cpp | 66 const float sina = sinf(-m_rotation); in size() 101 float sina = sinf(-m_rotation); in adjustCTM()
|
/external/llvm/test/CodeGen/ARM/ |
D | call-tc.ll | 60 ; CHECKELF: b sinf(PLT) 61 %0 = tail call float @sinf(float %a) nounwind readonly ; <float> [#uses=1] 65 declare float @sinf(float) nounwind readonly
|
D | 2011-11-29-128bitArithmetics.ll | 281 ; CHECK: bl {{.*}}sinf 284 ; CHECK: bl {{.*}}sinf 287 ; CHECK: bl {{.*}}sinf 290 ; CHECK: bl {{.*}}sinf
|
/external/llvm/test/CodeGen/XCore/ |
D | float-intrinsics.ll | 150 define float @sinf(float %F) { 151 ; CHECK: sinf: 152 ; CHECK: bl sinf
|
/external/stlport/src/ |
D | sincos.c | 48 *psin = sinf(x); in sincosf()
|
/external/llvm/test/Transforms/ConstProp/ |
D | calls.ll | 101 ; FNOBUILTIN: %1 = call float @sinf(float 3.000000e+00) 102 %1 = call float @sinf(float 3.000000e+00) 105 declare float @sinf(float)
|
/external/stlport/stlport/stl/config/ |
D | _como.h | 111 # define sinf sin macro
|
/external/skia/include/core/ |
D | SkFloatingPoint.h | 49 #define sk_float_sin(x) sinf(x)
|
/external/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 175 sinf, enumerator
|
/external/webkit/Source/WebCore/svg/ |
D | SVGPathParser.cpp | 468 float sinStartTheta = sinf(startTheta); in decomposeArcToCubic() 470 float sinEndTheta = sinf(endTheta); in decomposeArcToCubic()
|
D | SVGRadialGradientElement.cpp | 246 deltaY = sinf(angle) * radiusMax; in calculateFocalCenterPointsAndRadius()
|
/external/valgrind/main/memcheck/tests/ |
D | vcpu_fnfns.c | 51 printf(" sinF(%+20.4e) = %+20.4e\n", (double)f, (double)sinf(f)); in main()
|
/external/llvm/lib/Target/ |
D | TargetLibraryInfo.cpp | 229 TLI.setUnavailable(LibFunc::sinf); in initialize()
|
/external/webkit/Source/WebCore/webaudio/ |
D | AudioBufferSourceNode.cpp | 328 float grainEnvelope = sinf(piFloat * x); in readFromBufferWithGrainEnvelope()
|
/external/skia/src/core/ |
D | SkCordic.cpp | 212 float sine = sinf(radian);
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | Path.cpp | 78 traversalState.m_current.move(offset * cosf(slope), offset * sinf(slope)); in pathLengthApplierFunction()
|
/external/webrtc/src/modules/audio_processing/aec/ |
D | aec_rdft.c | 134 y = sinf(delta * j); in makewt_32() 206 c[nc - j] = 0.5f * sinf(delta * j); in makect_32()
|