Home
last modified time | relevance | path

Searched refs:_sin (Results 1 – 20 of 20) sorted by relevance

/external/llvm/test/CodeGen/AArch64/
Dfast-isel-runtime-libcall.ll39 ; SMALL: bl _sin
41 ; LARGE: adrp [[REG:x[0-9]+]], _sin@GOTPAGE
42 ; LARGE: ldr [[REG]], {{\[}}[[REG]], _sin@GOTPAGEOFF{{\]}}
Darm64-call-tailcalls.ll26 ; CHECK: b _sin
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dfast-isel-runtime-libcall.ll39 ; SMALL: bl _sin
41 ; LARGE: adrp [[REG:x[0-9]+]], _sin@GOTPAGE
42 ; LARGE: ldr [[REG]], {{\[}}[[REG]], _sin@GOTPAGEOFF{{\]}}
Darm64-sincos.ll59 ; CHECK-IOS: bl _sin
Darm64-call-tailcalls.ll27 ; CHECK: b _sin
/external/llvm-project/llvm/test/CodeGen/ARM/
Dsincos.ll69 ; NOOPT: bl _sin
85 ; SINCOS: bl _sin
93 ; NOOPT: bl _sin
Dcall-tc.ll48 ; CHECKV6: b _sin
/external/lmfit/lib/
Dlmmin.c965 double _sin, _cos, _tan, _cot; /* local variables, not functions */ in lm_qrsolv() local
1003 _sin = 1 / hypot(1, _cot); in lm_qrsolv()
1004 _cos = _sin * _cot; in lm_qrsolv()
1008 _sin = _cos * _tan; in lm_qrsolv()
1013 r[kk] = _cos * r[kk] + _sin * Sdiag[k]; in lm_qrsolv()
1014 temp = _cos * W[k] + _sin * qtbpj; in lm_qrsolv()
1015 qtbpj = -_sin * W[k] + _cos * qtbpj; in lm_qrsolv()
1020 temp = _cos * r[k*ldr+i] + _sin * Sdiag[i]; in lm_qrsolv()
1021 Sdiag[i] = -_sin * r[k*ldr+i] + _cos * Sdiag[i]; in lm_qrsolv()
/external/llvm/test/CodeGen/X86/
Dsibcall-5.ll11 ; X32: jmp _sin
14 ; X64: jmp _sin
Dsincos-opt.ll62 ; OSX_NOOPT: callq _sin
/external/llvm-project/llvm/test/CodeGen/X86/
Dsibcall-5.ll11 ; X32: jmp _sin
14 ; X64: jmp _sin
Dsincos-opt.ll91 ; OSX_NOOPT: callq _sin
115 ; OSX_SINCOS: callq _sin
119 ; OSX_NOOPT: callq _sin
Dfops-windows-itanium.ll91 ; CHECK: calll _sin{{$}}
Dsincos.ll33 ; CHECK-NEXT: calll _sin
Dfp-strict-libcalls-msvc32.ll153 ; CHECK-NEXT: calll _sin
/external/llvm/test/CodeGen/ARM/
Dsincos.ll41 ; NOOPT: bl _sin
Dcall-tc.ll48 ; CHECKV6: b _sin
/external/python/cpython2/Lib/
Drandom.py46 from math import sqrt as _sqrt, acos as _acos, cos as _cos, sin as _sin unknown
599 self.gauss_next = _sin(x2pi) * g2rad
/external/python/cpython3/Lib/
Drandom.py50 from math import sqrt as _sqrt, acos as _acos, cos as _cos, sin as _sin unknown
582 self.gauss_next = _sin(x2pi) * g2rad
/external/llvm-project/llvm/test/Transforms/Util/
Dadd-TLI-mappings.ll38 ; ACCELERATE-NOT: _ZGV_LLVM_{{.*}}_sin({{.*}})