Searched refs:cosf (Results 1 – 25 of 122) sorted by relevance
12345
/external/arm-optimized-routines/test/testcases/directed/ |
D | cosf.tst | 1 ; cosf.tst - Directed test cases for SP cosine 6 func=cosf op1=7fc00001 result=7fc00001 errno=0 7 func=cosf op1=ffc00001 result=7fc00001 errno=0 8 func=cosf op1=7f800001 result=7fc00001 errno=0 status=i 9 func=cosf op1=ff800001 result=7fc00001 errno=0 status=i 10 func=cosf op1=7f800000 result=7fc00001 errno=EDOM status=i 11 func=cosf op1=ff800000 result=7fc00001 errno=EDOM status=i 12 func=cosf op1=00000000 result=3f800000 errno=0 13 func=cosf op1=80000000 result=3f800000 errno=0 14 ; SDCOMP-26094: check cosf in the cases for which the range reducer [all …]
|
/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/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | sincos-expansion.ll | 6 %cos = call float @cosf(float %f) readnone 15 %cos = call float @cosf(float %f) 17 ; CHECK: bl cosf 63 declare float @cosf(float)
|
D | arm64-sincos.ll | 19 %call1 = tail call float @cosf(float %x) readnone 32 ; CHECK-LINUX: bl cosf 35 %call1 = tail call float @cosf(float %x) 73 declare float @cosf(float)
|
/external/llvm/test/CodeGen/AArch64/ |
D | sincos-expansion.ll | 5 %cos = call float @cosf(float %f) readnone 7 ; CHECK: bl cosf 33 declare float @cosf(float) readonly
|
D | arm64-sincos.ll | 15 ; CHECK-LINUX: bl cosf 18 %call1 = tail call float @cosf(float %x) nounwind readnone 41 declare float @cosf(float) readonly
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | sincos.ll | 25 %call1 = tail call float @cosf(float %x) readnone 38 ; SINCOS-GNU: bl cosf 45 %call1 = tail call float @cosf(float %x) 90 declare float @cosf(float)
|
/external/arm-optimized-routines/math/include/ |
D | mathlib.h | 9 float cosf (float); 17 float cosf (float);
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | fp-sincos-01.ll | 12 %tmp2 = call float @cosf(float %x) readnone 21 ; CHECK-OPT: brasl %r14, cosf@PLT 24 %tmp2 = call float @cosf(float %x) 76 declare float @cosf(float)
|
/external/arm-optimized-routines/test/ |
D | mathbench.c | 134 F (cosf, 0.1, 0.7) 135 F (cosf, 0.8, 3.1) 136 F (cosf, -3.1, 3.1) 137 F (cosf, 3.3, 33.3) 138 F (cosf, 100, 1000) 139 F (cosf, 1e6, 1e32)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | sincos-opt.ll | 36 %call1 = tail call float @cosf(float %x) readnone 45 ; GNU_SINCOS: callq cosf 49 ; GNU_SINCOS_FASTMATH: callq cosf 59 %call1 = tail call float @cosf(float %x) 148 declare float @cosf(float)
|
D | legalize-libcalls.ll | 9 %call = call float @cosf(float %theta.079) nounwind readnone 33 declare float @cosf(float) nounwind readnone
|
D | code_placement_eh.ll | 17 %tmp2021 = invoke float @cosf(float 0.000000e+00) readonly 43 declare float @cosf(float) readonly
|
/external/llvm/test/CodeGen/ARM/ |
D | sincos.ll | 24 ; NOOPT-GNU: bl cosf 27 %call1 = tail call float @cosf(float %x) nounwind readnone 55 declare float @cosf(float) readonly
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-sincos-01.ll | 14 ; CHECK-NOOPT: brasl %r14, cosf@PLT 16 %tmp2 = call float @cosf(float %x) 53 declare float @cosf(float) readonly
|
/external/llvm/test/CodeGen/X86/ |
D | sincos-opt.ll | 25 ; GNU_NOOPT: callq cosf 36 %call1 = tail call float @cosf(float %x) nounwind readnone 94 declare float @cosf(float) readonly
|
D | legalize-libcalls.ll | 9 %call = call float @cosf(float %theta.079) nounwind readnone 33 declare float @cosf(float) nounwind readnone
|
D | code_placement_eh.ll | 17 %tmp2021 = invoke float @cosf(float 0.000000e+00) readonly 43 declare float @cosf(float) readonly
|
/external/llvm/test/CodeGen/Generic/ |
D | intrinsics.ll | 30 declare float @cosf(float) readonly 35 %G = call float @cosf( float %F ) ; <float> [#uses=1]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | intrinsics.ll | 30 declare float @cosf(float) readonly 35 %G = call float @cosf( float %F ) ; <float> [#uses=1]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | sincos.ll | 28 declare float @cosf(float) readonly 35 %Y = call float @cosf(float %X) readonly
|
D | code_placement_eh.ll | 17 %tmp2021 = invoke float @cosf(float 0.000000e+00) readonly 43 declare float @cosf(float) readonly
|
/external/eigen/test/ |
D | half_float.cpp | 213 VERIFY_IS_APPROX(numext::cos(half(0.0f)), half(cosf(0.0f))); in test_trigonometric_functions() 214 VERIFY_IS_APPROX(cos(half(0.0f)), half(cosf(0.0f))); in test_trigonometric_functions() 215 VERIFY_IS_APPROX(numext::cos(half(EIGEN_PI)), half(cosf(EIGEN_PI))); in test_trigonometric_functions() 218 VERIFY_IS_APPROX(numext::cos(half(3.5f)), half(cosf(3.5f))); in test_trigonometric_functions()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Generic/ |
D | intrinsics.ll | 31 declare float @cosf(float) readonly 36 %G = call float @cosf( float %F ) ; <float> [#uses=1]
|
12345