Searched refs:sinf (Results 1 – 25 of 62) sorted by relevance
123
/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 | 4 %sin = call float @sinf(float %f) readnone 6 ; CHECK: bl sinf 30 declare float @sinf(float) readonly
|
D | arm64-sincos.ll | 14 ; CHECK-LINUX: bl sinf 17 %call = tail call float @sinf(float %x) nounwind readnone 39 declare float @sinf(float) readonly
|
D | arm64-call-tailcalls.ll | 34 %tmp = tail call float @sinf(float %a) nounwind readonly 85 declare float @sinf(float) nounwind readonly
|
/external/llvm/test/CodeGen/X86/ |
D | legalize-libcalls.ll | 10 %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
|
D | code_placement_eh.ll | 21 %tmp2019 = invoke float @sinf(float 0.000000e+00) readonly 41 declare float @sinf(float) readonly
|
D | sibcall-5.ll | 26 %0 = tail call float @sinf(float %a) nounwind readonly 35 declare float @sinf(float) nounwind readonly
|
D | sincos.ll | 6 declare float @sinf(float) readonly 14 %Y = call float @sinf(float %X) readonly
|
D | sincos-opt.ll | 24 %call = tail call float @sinf(float %x) nounwind readnone 62 declare float @sinf(float) readonly
|
/external/llvm/test/CodeGen/SPARC/ |
D | 2007-07-05-LiveIntervalAssert.ll | 4 declare float @sinf(float) 7 %G = call float @sinf( float %F ) ; <float> [#uses=1]
|
/external/llvm/test/CodeGen/Generic/ |
D | intrinsics.ll | 17 declare float @sinf(float) readonly 22 %G = call float @sinf( float %F ) ; <float> [#uses=1]
|
/external/llvm/test/CodeGen/ARM/ |
D | sincos.ll | 15 %call = tail call float @sinf(float %x) nounwind readnone 35 declare float @sinf(float) readonly
|
D | 2011-11-29-128bitArithmetics.ll | 281 ; CHECK: bl {{.*}}sinf 284 ; CHECK: bl {{.*}}sinf 287 ; CHECK: bl {{.*}}sinf 290 ; CHECK: bl {{.*}}sinf
|
D | call-tc.ll | 60 ; 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/ |
D | float-intrinsics.ll | 150 define float @sinf(float %F) { 151 ; CHECK-LABEL: sinf: 152 ; CHECK: bl sinf
|
/external/llvm/test/Transforms/ConstProp/ |
D | calls.ll | 101 ; 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/ |
D | explicit_symbols.inc | 87 INLINE_DEF_FLOAT_SYMBOL(sinf, 1)
|
/external/freetype/src/autofit/ |
D | afstyles.h | 64 STYLE_LATIN( s, S, sinf, SINF, ds, \
|
/external/skia/gm/ |
D | textblobshader.cpp | 54 run->pos[i * 2 + 1] = 150 + 5 * sinf((float)i * 8 / glyphCount); in onOnceBeforeDraw()
|
/external/llvm/test/CodeGen/Mips/ |
D | fp16instrinsmc.ll | 112 %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/ |
D | libcall-declarations.c | 161 float sinf(float); 294 F(sin), F(sinf), F(sinl), F(sinh), F(sinhf),
|
/external/valgrind/memcheck/tests/ |
D | vcpu_fnfns.c | 51 printf(" sinF(%+20.4e) = %+20.4e\n", (double)f, (double)sinf(f)); in main()
|
/external/bison/linux-lib/ |
D | math.h | 2135 # 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/ |
D | math.in.h | 1823 # 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/ |
D | math.h | 2135 # 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