Home
last modified time | relevance | path

Searched refs:cosf (Results 1 – 25 of 122) sorted by relevance

12345

/external/arm-optimized-routines/test/testcases/directed/
Dcosf.tst1 ; 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/
Dmandoline.cpp167 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/
Dmandoline.cpp167 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/
Dsincos-expansion.ll6 %cos = call float @cosf(float %f) readnone
15 %cos = call float @cosf(float %f)
17 ; CHECK: bl cosf
63 declare float @cosf(float)
Darm64-sincos.ll19 %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/
Dsincos-expansion.ll5 %cos = call float @cosf(float %f) readnone
7 ; CHECK: bl cosf
33 declare float @cosf(float) readonly
Darm64-sincos.ll15 ; 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/
Dsincos.ll25 %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/
Dmathlib.h9 float cosf (float);
17 float cosf (float);
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dfp-sincos-01.ll12 %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/
Dmathbench.c134 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/
Dsincos-opt.ll36 %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)
Dlegalize-libcalls.ll9 %call = call float @cosf(float %theta.079) nounwind readnone
33 declare float @cosf(float) nounwind readnone
Dcode_placement_eh.ll17 %tmp2021 = invoke float @cosf(float 0.000000e+00) readonly
43 declare float @cosf(float) readonly
/external/llvm/test/CodeGen/ARM/
Dsincos.ll24 ; 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/
Dfp-sincos-01.ll14 ; CHECK-NOOPT: brasl %r14, cosf@PLT
16 %tmp2 = call float @cosf(float %x)
53 declare float @cosf(float) readonly
/external/llvm/test/CodeGen/X86/
Dsincos-opt.ll25 ; GNU_NOOPT: callq cosf
36 %call1 = tail call float @cosf(float %x) nounwind readnone
94 declare float @cosf(float) readonly
Dlegalize-libcalls.ll9 %call = call float @cosf(float %theta.079) nounwind readnone
33 declare float @cosf(float) nounwind readnone
Dcode_placement_eh.ll17 %tmp2021 = invoke float @cosf(float 0.000000e+00) readonly
43 declare float @cosf(float) readonly
/external/llvm/test/CodeGen/Generic/
Dintrinsics.ll30 declare float @cosf(float) readonly
35 %G = call float @cosf( float %F ) ; <float> [#uses=1]
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
Dintrinsics.ll30 declare float @cosf(float) readonly
35 %G = call float @cosf( float %F ) ; <float> [#uses=1]
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dsincos.ll28 declare float @cosf(float) readonly
35 %Y = call float @cosf(float %X) readonly
Dcode_placement_eh.ll17 %tmp2021 = invoke float @cosf(float 0.000000e+00) readonly
43 declare float @cosf(float) readonly
/external/eigen/test/
Dhalf_float.cpp213 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/
Dintrinsics.ll31 declare float @cosf(float) readonly
36 %G = call float @cosf( float %F ) ; <float> [#uses=1]

12345