/external/arm-optimized-routines/test/testcases/directed/ |
D | sinf.tst | 1 ; sinf.tst - Directed test cases for SP sine 7 func=sinf op1=7fc00001 result=7fc00001 errno=0 8 func=sinf op1=ffc00001 result=7fc00001 errno=0 9 func=sinf op1=7f800001 result=7fc00001 errno=0 status=i 10 func=sinf op1=ff800001 result=7fc00001 errno=0 status=i 11 func=sinf op1=7f800000 result=7fc00001 errno=EDOM status=i 12 func=sinf op1=ff800000 result=7fc00001 errno=EDOM status=i 13 func=sinf op1=00000000 result=00000000 errno=0 14 func=sinf op1=80000000 result=80000000 errno=0 16 func=sinf op1=c70d39a1 result=be37fad5.7ed errno=0 [all …]
|
/external/skia/gm/ |
D | mandoline.cpp | 167 mandoline.reset({-cosf(SkDegreesToRadians(-60)), sinf(SkDegreesToRadians(-60))}); in onDraw() 169 {-cosf(SkDegreesToRadians(60)), sinf(SkDegreesToRadians(60))}, .5f); in onDraw() 170 mandoline.sliceConic({-cosf(SkDegreesToRadians(120))*2, sinf(SkDegreesToRadians(120))*2}, in onDraw() 173 mandoline.sliceLine({-cosf(SkDegreesToRadians(-60)), sinf(SkDegreesToRadians(-60))}); in onDraw() 185 mandoline.sliceQuadratic({cosf(theta1)*2, sinf(theta1)*2}, in onDraw() 186 {cosf(theta2), sinf(theta2)}); in onDraw()
|
/external/skqp/gm/ |
D | mandoline.cpp | 167 mandoline.reset({-cosf(SkDegreesToRadians(-60)), sinf(SkDegreesToRadians(-60))}); in onDraw() 169 {-cosf(SkDegreesToRadians(60)), sinf(SkDegreesToRadians(60))}, .5f); in onDraw() 170 mandoline.sliceConic({-cosf(SkDegreesToRadians(120))*2, sinf(SkDegreesToRadians(120))*2}, in onDraw() 173 mandoline.sliceLine({-cosf(SkDegreesToRadians(-60)), sinf(SkDegreesToRadians(-60))}); in onDraw() 185 mandoline.sliceQuadratic({cosf(theta1)*2, sinf(theta1)*2}, in onDraw() 186 {cosf(theta2), sinf(theta2)}); in onDraw()
|
/external/webrtc/webrtc/base/ |
D | latebindingsymboltable_unittest.cc | 25 X(sinf) \ 44 EXPECT_EQ(table.sinf()(0.5f), sinf(0.5f)); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | sincos-expansion.ll | 5 %sin = call float @sinf(float %f) readnone 14 %sin = call float @sinf(float %f) 16 ; CHECK: bl sinf 60 declare float @sinf(float)
|
D | arm64-sincos.ll | 18 %call = tail call float @sinf(float %x) readnone 31 ; CHECK-LINUX: bl sinf 34 %call = tail call float @sinf(float %x) 71 declare float @sinf(float)
|
/external/llvm/test/CodeGen/AArch64/ |
D | sincos-expansion.ll | 4 %sin = call float @sinf(float %f) readnone 6 ; CHECK: bl sinf 30 declare float @sinf(float) readonly
|
D | arm64-sincos.ll | 14 ; CHECK-LINUX: bl sinf 17 %call = tail call float @sinf(float %x) nounwind readnone 39 declare float @sinf(float) readonly
|
/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-opt.ll | 24 ; GNU_NOOPT: callq sinf 35 %call = tail call float @sinf(float %x) nounwind readnone 92 declare float @sinf(float) readonly
|
/external/swiftshader/third_party/llvm-7.0/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-opt.ll | 35 %call = tail call float @sinf(float %x) readnone 44 ; GNU_SINCOS: callq sinf 48 ; GNU_SINCOS_FASTMATH: callq sinf 58 %call = tail call float @sinf(float %x) 146 declare float @sinf(float)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | sincos.ll | 24 %call = tail call float @sinf(float %x) readnone 37 ; SINCOS-GNU: bl sinf 44 %call = tail call float @sinf(float %x) 88 declare float @sinf(float)
|
/external/arm-optimized-routines/math/include/ |
D | mathlib.h | 8 float sinf (float); 16 float sinf (float);
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | fp-sincos-01.ll | 11 %tmp1 = call float @sinf(float %x) readnone 19 ; CHECK-OPT: brasl %r14, sinf@PLT 23 %tmp1 = call float @sinf(float %x) 73 declare float @sinf(float)
|
/external/arm-optimized-routines/test/ |
D | mathbench.c | 128 F (sinf, 0.1, 0.7) 129 F (sinf, 0.8, 3.1) 130 F (sinf, -3.1, 3.1) 131 F (sinf, 3.3, 33.3) 132 F (sinf, 100, 1000) 133 F (sinf, 1e6, 1e32)
|
/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/swiftshader/third_party/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/swiftshader/third_party/llvm-7.0/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/llvm/test/CodeGen/ARM/ |
D | sincos.ll | 23 ; NOOPT-GNU: bl sinf 26 %call = tail call float @sinf(float %x) nounwind readnone 53 declare float @sinf(float) readonly
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-sincos-01.ll | 13 ; CHECK-NOOPT: brasl %r14, sinf@PLT 15 %tmp1 = call float @sinf(float %x) 50 declare float @sinf(float) readonly
|
/external/eigen/test/ |
D | half_float.cpp | 220 VERIFY_IS_APPROX(numext::sin(half(0.0f)), half(sinf(0.0f))); in test_trigonometric_functions() 221 VERIFY_IS_APPROX(sin(half(0.0f)), half(sinf(0.0f))); in test_trigonometric_functions() 223 VERIFY_IS_APPROX(numext::sin(half(EIGEN_PI/2)), half(sinf(EIGEN_PI/2))); in test_trigonometric_functions() 224 VERIFY_IS_APPROX(numext::sin(half(3*EIGEN_PI/2)), half(sinf(3*EIGEN_PI/2))); in test_trigonometric_functions() 225 VERIFY_IS_APPROX(numext::sin(half(3.5f)), half(sinf(3.5f))); in test_trigonometric_functions()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | sibcall-5.ll | 25 %0 = tail call float @sinf(float %a) nounwind readonly 29 declare float @sinf(float) nounwind readonly
|
/external/swiftshader/third_party/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
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | intrinsics.ll | 17 declare float @sinf(float) readonly 22 %G = call float @sinf( float %F ) ; <float> [#uses=1]
|