Home
last modified time | relevance | path

Searched refs:_cos (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dsincos.ll60 ; NOOPT: bl _cos
72 ; SINCOS: bl _cos
80 ; NOOPT: bl _cos
/external/llvm/test/CodeGen/AArch64/
Dfast-isel-runtime-libcall.ll61 ; SMALL: bl _cos
63 ; LARGE: adrp [[REG:x[0-9]+]], _cos@GOTPAGE
64 ; LARGE: ldr [[REG]], {{\[}}[[REG]], _cos@GOTPAGEOFF{{\]}}
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dfast-isel-runtime-libcall.ll61 ; SMALL: bl _cos
63 ; LARGE: adrp [[REG:x[0-9]+]], _cos@GOTPAGE
64 ; LARGE: ldr [[REG]], {{\[}}[[REG]], _cos@GOTPAGEOFF{{\]}}
Darm64-sincos.ll59 ; CHECK-IOS: bl _cos
/external/lmfit/lib/
Dlmmin.c965 double _sin, _cos, _tan, _cot; /* local variables, not functions */ in lm_qrsolv() local
1004 _cos = _sin * _cot; in lm_qrsolv()
1007 _cos = 1 / hypot(1, _tan); 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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dsincos-opt.ll82 ; OSX_NOOPT: callq _cos
101 ; OSX_SINCOS: callq _cos
105 ; OSX_NOOPT: callq _cos
Dfops-windows-itanium.ll28 ; CHECK: calll _cos{{$}}
Dsincos.ll82 ; CHECK-NEXT: calll _cos
/external/python/cpython3/Lib/
Drandom.py42 from math import sqrt as _sqrt, acos as _acos, cos as _cos, sin as _sin unknown
528 z = _cos(_pi * u1)
650 z = _cos(x2pi) * g2rad
/external/python/cpython2/Lib/
Drandom.py46 from math import sqrt as _sqrt, acos as _acos, cos as _cos, sin as _sin unknown
473 z = _cos(_pi * u1)
598 z = _cos(x2pi) * g2rad
/external/llvm/test/CodeGen/ARM/
Dsincos.ll42 ; NOOPT: bl _cos
/external/llvm/test/CodeGen/X86/
Dsincos-opt.ll63 ; OSX_NOOPT: callq _cos