Searched refs:cosf (Results 1 – 25 of 50) sorted by relevance
12
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_csc.c | 211 (*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/ |
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/llvm/test/CodeGen/Generic/ |
D | intrinsics.ll | 30 declare float @cosf(float) readonly 35 %G = call float @cosf( float %F ) ; <float> [#uses=1]
|
/external/llvm/test/CodeGen/X86/ |
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
|
D | sincos.ll | 45 declare float @cosf(float) readonly 55 %Y = call float @cosf(float %X) readonly
|
D | sincos-opt.ll | 25 %call1 = tail call float @cosf(float %x) nounwind readnone 64 declare float @cosf(float) readonly
|
/external/llvm/test/CodeGen/ARM/ |
D | sincos.ll | 16 %call1 = tail call float @cosf(float %x) nounwind readnone 37 declare float @cosf(float) readonly
|
D | 2011-11-29-128bitArithmetics.ll | 37 ; CHECK: bl {{.*}}cosf 40 ; CHECK: bl {{.*}}cosf 43 ; CHECK: bl {{.*}}cosf 46 ; CHECK: bl {{.*}}cosf
|
/external/llvm/test/CodeGen/XCore/ |
D | float-intrinsics.ll | 22 ; CHECK-LABEL: cosf: 23 ; CHECK: bl cosf 24 define float @cosf(float %F) {
|
/external/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 80 INLINE_DEF_FLOAT_SYMBOL(cosf, 1)
|
/external/llvm/test/Transforms/InstCombine/ |
D | cos-1.ll | 26 ; DO-FLOAT-SHRINK: call float @cosf(float %f)
|
/external/llvm/test/CodeGen/Mips/ |
D | fp16instrinsmc.ll | 140 %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/ |
D | aec_rdft.c | 130 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/ |
D | libcall-declarations.c | 65 float cosf(float); 275 F(cosf), F(cosl), F(cosh), F(coshf), F(coshl),
|
/external/valgrind/memcheck/tests/ |
D | vcpu_fnfns.c | 63 printf(" cosF(%+20.4e) = %+20.4e\n", (double)f, (double)cosf(f)); in main()
|
/external/bison/linux-lib/ |
D | math.h | 798 # 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/ |
D | math.in.h | 486 # 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/ |
D | math.h | 798 # 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/ |
D | SkFloatingPoint.h | 76 #define sk_float_cos(x) cosf(x)
|
/external/llvm/test/CodeGen/Thumb2/ |
D | float-intrinsics-float.ll | 38 ; SOFT: bl cosf 39 ; HARD: b cosf
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | VectorUtils.h | 131 case LibFunc::cosf: in getIntrinsicIDForCall()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_arit.c | 236 {"cos", &lp_build_cos, &cosf, sincos_values, Elements(sincos_values), 20.0 },
|
/external/llvm/test/CodeGen/SPARC/ |
D | 64abi.ll | 446 ; CHECK: call cosf 455 %0 = tail call inreg float @cosf(float %arg1) 461 declare inreg float @cosf(float %arg) readnone nounwind
|
12