Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_csc.c211 (*matrix)[0][1] = c * (*cstd)[0][1] * s * cosf(h) - c * (*cstd)[0][2] * s * sinf(h); in vl_csc_get_matrix()
212 (*matrix)[0][2] = c * (*cstd)[0][2] * s * cosf(h) + c * (*cstd)[0][1] * s * sinf(h); in vl_csc_get_matrix()
214 (*cstd)[0][1] * (c * cbbias * s * cosf(h) + c * crbias * s * sinf(h)) + in vl_csc_get_matrix()
215 (*cstd)[0][2] * (c * crbias * s * cosf(h) - c * cbbias * s * sinf(h)); in vl_csc_get_matrix()
218 (*matrix)[1][1] = c * (*cstd)[1][1] * s * cosf(h) - c * (*cstd)[1][2] * s * sinf(h); in vl_csc_get_matrix()
219 (*matrix)[1][2] = c * (*cstd)[1][2] * s * cosf(h) + c * (*cstd)[1][1] * s * sinf(h); in vl_csc_get_matrix()
221 (*cstd)[1][1] * (c * cbbias * s * cosf(h) + c * crbias * s * sinf(h)) + in vl_csc_get_matrix()
222 (*cstd)[1][2] * (c * crbias * s * cosf(h) - c * cbbias * s * sinf(h)); in vl_csc_get_matrix()
225 (*matrix)[2][1] = c * (*cstd)[2][1] * s * cosf(h) - c * (*cstd)[2][2] * s * sinf(h); in vl_csc_get_matrix()
226 (*matrix)[2][2] = c * (*cstd)[2][2] * s * cosf(h) + c * (*cstd)[2][1] * s * sinf(h); in vl_csc_get_matrix()
[all …]
/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/llvm/test/CodeGen/Generic/
Dintrinsics.ll30 declare float @cosf(float) readonly
35 %G = call float @cosf( float %F ) ; <float> [#uses=1]
/external/llvm/test/CodeGen/X86/
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
Dsincos.ll45 declare float @cosf(float) readonly
55 %Y = call float @cosf(float %X) readonly
Dsincos-opt.ll25 %call1 = tail call float @cosf(float %x) nounwind readnone
64 declare float @cosf(float) readonly
/external/llvm/test/CodeGen/ARM/
Dsincos.ll16 %call1 = tail call float @cosf(float %x) nounwind readnone
37 declare float @cosf(float) readonly
D2011-11-29-128bitArithmetics.ll37 ; CHECK: bl {{.*}}cosf
40 ; CHECK: bl {{.*}}cosf
43 ; CHECK: bl {{.*}}cosf
46 ; CHECK: bl {{.*}}cosf
/external/llvm/test/CodeGen/XCore/
Dfloat-intrinsics.ll22 ; CHECK-LABEL: cosf:
23 ; CHECK: bl cosf
24 define float @cosf(float %F) {
/external/llvm/lib/Support/Windows/
Dexplicit_symbols.inc80 INLINE_DEF_FLOAT_SYMBOL(cosf, 1)
/external/llvm/test/Transforms/InstCombine/
Dcos-1.ll26 ; DO-FLOAT-SHRINK: call float @cosf(float %f)
/external/llvm/test/CodeGen/Mips/
Dfp16instrinsmc.ll140 %call = call float @cosf(float %0) #3
141 ;pic: lw ${{[0-9]+}}, %call16(cosf)(${{[0-9]+}})
148 declare float @cosf(float) #0
/external/webrtc/src/modules/audio_processing/aec/
Daec_rdft.c130 rdft_w[nwh] = cosf(delta * nwh); in makewt_32()
133 x = cosf(delta * j); in makewt_32()
202 c[0] = cosf(delta * nch); in makect_32()
205 c[j] = 0.5f * cosf(delta * j); in makect_32()
/external/clang/test/CodeGen/
Dlibcall-declarations.c65 float cosf(float);
275 F(cosf), F(cosl), F(cosh), F(coshf), F(coshl),
/external/valgrind/memcheck/tests/
Dvcpu_fnfns.c63 printf(" cosF(%+20.4e) = %+20.4e\n", (double)f, (double)cosf(f)); in main()
/external/bison/linux-lib/
Dmath.h798 # undef cosf
799 _GL_FUNCDECL_SYS (cosf, float, (float x));
801 _GL_CXXALIAS_SYS (cosf, float, (float x));
802 _GL_CXXALIASWARN (cosf);
804 # undef cosf
806 _GL_WARN_ON_USE (cosf, "cosf is unportable - "
/external/bison/lib/
Dmath.in.h486 # undef cosf
487 _GL_FUNCDECL_SYS (cosf, float, (float x));
489 _GL_CXXALIAS_SYS (cosf, float, (float x));
490 _GL_CXXALIASWARN (cosf);
492 # undef cosf
494 _GL_WARN_ON_USE (cosf, "cosf is unportable - "
/external/bison/darwin-lib/
Dmath.h798 # undef cosf
799 _GL_FUNCDECL_SYS (cosf, float, (float x));
801 _GL_CXXALIAS_SYS (cosf, float, (float x));
802 _GL_CXXALIASWARN (cosf);
804 # undef cosf
806 _GL_WARN_ON_USE (cosf, "cosf is unportable - "
/external/skia/include/core/
DSkFloatingPoint.h76 #define sk_float_cos(x) cosf(x)
/external/llvm/test/CodeGen/Thumb2/
Dfloat-intrinsics-float.ll38 ; SOFT: bl cosf
39 ; HARD: b cosf
/external/llvm/include/llvm/Transforms/Utils/
DVectorUtils.h131 case LibFunc::cosf: in getIntrinsicIDForCall()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_arit.c236 {"cos", &lp_build_cos, &cosf, sincos_values, Elements(sincos_values), 20.0 },
/external/llvm/test/CodeGen/SPARC/
D64abi.ll446 ; CHECK: call cosf
455 %0 = tail call inreg float @cosf(float %arg1)
461 declare inreg float @cosf(float %arg) readnone nounwind

12