Home
last modified time | relevance | path

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

/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/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dsibcall-5.ll10 ; X32: jmp _sin$stub
13 ; X64: jmp _sin
/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/test/CodeGen/X86/
Dsibcall-5.ll11 ; X32: jmp _sin
14 ; X64: jmp _sin
Dsincos-opt.ll62 ; OSX_NOOPT: callq _sin
/external/llvm/test/CodeGen/ARM/
Dsincos.ll41 ; NOOPT: bl _sin
Dcall-tc.ll48 ; CHECKV6: b _sin
/external/opencv/cvaux/src/
Dcvlee.cpp2140 float _sin, _cos; in _cvConstructExtSites() local
2192 _sin = (delta_y_rc* delta_x_cl - delta_x_rc* delta_y_cl)/mult_cl_rc; in _cvConstructExtSites()
2195 if((_sin > angl_eps) || (_sin > 0 && _cos > 0)) in _cvConstructExtSites()
2201 else if((_sin < -angl_eps) || (_sin < 0 && _cos > 0)) in _cvConstructExtSites()
2300 float _sin, _cos; in _cvConstructIntSites() local
2350 _sin = (delta_y_rc* delta_x_cl - delta_x_rc* delta_y_cl)/mult_cl_rc; in _cvConstructIntSites()
2352 if((_sin > angl_eps) || (_sin > 0 && _cos > 0)) in _cvConstructIntSites()
2358 … else if((_sin < -angl_eps) || (_sin < 0 && _cos > 0) || (_sin == 0 && CurrContourSeq->total == 2)) in _cvConstructIntSites()
/external/python/cpython3/Lib/
Drandom.py43 from math import sqrt as _sqrt, acos as _acos, cos as _cos, sin as _sin unknown
605 self.gauss_next = _sin(x2pi) * g2rad
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
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
597 self.gauss_next = _sin(x2pi) * g2rad
/external/opencv/cv/src/
Dcvhough.cpp55 #define _sin(x) ((((((a6*(x) + a5)*(x) + a4)*(x) + a3)*(x) + a2)*(x) + a1)*(x) + a0) macro
56 #define _cos(x) _sin(halfPi - (x))
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js2906 var _sin=Math.sin; variable
4492 …v._fseek;var cq=env._sqrt;var cr=env._write;var cs=env._rewind;var ct=env._sin;var cu=env._stat;va…
4501 …k": _fseek, "_sqrt": _sqrt, "_write": _write, "_rewind": _rewind, "_sin": _sin, "_stat": _stat, "_…