Searched refs:_cos (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | sincos.ll | 60 ; NOOPT: bl _cos 72 ; SINCOS: bl _cos 80 ; NOOPT: bl _cos
|
/external/llvm/test/CodeGen/AArch64/ |
D | fast-isel-runtime-libcall.ll | 61 ; 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/ |
D | fast-isel-runtime-libcall.ll | 61 ; SMALL: bl _cos 63 ; LARGE: adrp [[REG:x[0-9]+]], _cos@GOTPAGE 64 ; LARGE: ldr [[REG]], {{\[}}[[REG]], _cos@GOTPAGEOFF{{\]}}
|
D | arm64-sincos.ll | 59 ; CHECK-IOS: bl _cos
|
/external/lmfit/lib/ |
D | lmmin.c | 965 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/ |
D | sincos-opt.ll | 82 ; OSX_NOOPT: callq _cos 101 ; OSX_SINCOS: callq _cos 105 ; OSX_NOOPT: callq _cos
|
D | fops-windows-itanium.ll | 28 ; CHECK: calll _cos{{$}}
|
D | sincos.ll | 82 ; CHECK-NEXT: calll _cos
|
/external/python/cpython3/Lib/ |
D | random.py | 42 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/ |
D | random.py | 46 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/ |
D | sincos.ll | 42 ; NOOPT: bl _cos
|
/external/llvm/test/CodeGen/X86/ |
D | sincos-opt.ll | 63 ; OSX_NOOPT: callq _cos
|