Home
last modified time | relevance | path

Searched refs:sinf (Results 1 – 25 of 62) sorted by relevance

123

/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.ll4 %sin = call float @sinf(float %f) readnone
6 ; CHECK: bl sinf
30 declare float @sinf(float) readonly
Darm64-sincos.ll14 ; CHECK-LINUX: bl sinf
17 %call = tail call float @sinf(float %x) nounwind readnone
39 declare float @sinf(float) readonly
Darm64-call-tailcalls.ll34 %tmp = tail call float @sinf(float %a) nounwind readonly
85 declare float @sinf(float) nounwind readonly
/external/llvm/test/CodeGen/X86/
Dlegalize-libcalls.ll10 %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
Dcode_placement_eh.ll21 %tmp2019 = invoke float @sinf(float 0.000000e+00) readonly
41 declare float @sinf(float) readonly
Dsibcall-5.ll26 %0 = tail call float @sinf(float %a) nounwind readonly
35 declare float @sinf(float) nounwind readonly
Dsincos.ll6 declare float @sinf(float) readonly
14 %Y = call float @sinf(float %X) readonly
Dsincos-opt.ll24 %call = tail call float @sinf(float %x) nounwind readnone
62 declare float @sinf(float) readonly
/external/llvm/test/CodeGen/SPARC/
D2007-07-05-LiveIntervalAssert.ll4 declare float @sinf(float)
7 %G = call float @sinf( float %F ) ; <float> [#uses=1]
/external/llvm/test/CodeGen/Generic/
Dintrinsics.ll17 declare float @sinf(float) readonly
22 %G = call float @sinf( float %F ) ; <float> [#uses=1]
/external/llvm/test/CodeGen/ARM/
Dsincos.ll15 %call = tail call float @sinf(float %x) nounwind readnone
35 declare float @sinf(float) readonly
D2011-11-29-128bitArithmetics.ll281 ; CHECK: bl {{.*}}sinf
284 ; CHECK: bl {{.*}}sinf
287 ; CHECK: bl {{.*}}sinf
290 ; CHECK: bl {{.*}}sinf
Dcall-tc.ll60 ; 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/llvm/test/CodeGen/XCore/
Dfloat-intrinsics.ll150 define float @sinf(float %F) {
151 ; CHECK-LABEL: sinf:
152 ; CHECK: bl sinf
/external/llvm/test/Transforms/ConstProp/
Dcalls.ll101 ; FNOBUILTIN: %1 = call float @sinf(float 3.000000e+00)
102 %1 = call float @sinf(float 3.000000e+00)
105 declare float @sinf(float)
/external/llvm/lib/Support/Windows/
Dexplicit_symbols.inc87 INLINE_DEF_FLOAT_SYMBOL(sinf, 1)
/external/freetype/src/autofit/
Dafstyles.h64 STYLE_LATIN( s, S, sinf, SINF, ds, \
/external/skia/gm/
Dtextblobshader.cpp54 run->pos[i * 2 + 1] = 150 + 5 * sinf((float)i * 8 / glyphCount); in onOnceBeforeDraw()
/external/llvm/test/CodeGen/Mips/
Dfp16instrinsmc.ll112 %call = call float @sinf(float %0) #3
113 ;pic: lw ${{[0-9]+}}, %call16(sinf)(${{[0-9]+}})
120 declare float @sinf(float) #0
/external/clang/test/CodeGen/
Dlibcall-declarations.c161 float sinf(float);
294 F(sin), F(sinf), F(sinl), F(sinh), F(sinhf),
/external/valgrind/memcheck/tests/
Dvcpu_fnfns.c51 printf(" sinF(%+20.4e) = %+20.4e\n", (double)f, (double)sinf(f)); in main()
/external/bison/linux-lib/
Dmath.h2135 # undef sinf
2136 _GL_FUNCDECL_SYS (sinf, float, (float x));
2138 _GL_CXXALIAS_SYS (sinf, float, (float x));
2139 _GL_CXXALIASWARN (sinf);
2141 # undef sinf
2143 _GL_WARN_ON_USE (sinf, "sinf is unportable - "
/external/bison/lib/
Dmath.in.h1823 # undef sinf
1824 _GL_FUNCDECL_SYS (sinf, float, (float x));
1826 _GL_CXXALIAS_SYS (sinf, float, (float x));
1827 _GL_CXXALIASWARN (sinf);
1829 # undef sinf
1831 _GL_WARN_ON_USE (sinf, "sinf is unportable - "
/external/bison/darwin-lib/
Dmath.h2135 # undef sinf
2136 _GL_FUNCDECL_SYS (sinf, float, (float x));
2138 _GL_CXXALIAS_SYS (sinf, float, (float x));
2139 _GL_CXXALIASWARN (sinf);
2141 # undef sinf
2143 _GL_WARN_ON_USE (sinf, "sinf is unportable - "

123