Home
last modified time | relevance | path

Searched refs:_sin (Results 1 – 9 of 9) 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/test/CodeGen/X86/
Dsibcall-5.ll14 ; X64: jmp _sin
31 ; X32-NEXT: .indirect_symbol _sin
Dsincos-opt.ll42 ; OSX_NOOPT: callq _sin
/external/llvm/test/CodeGen/ARM/
Dsincos.ll27 ; 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/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, "_…