OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_sin
(Results
1 - 4
of
4
) sorted by null
/external/llvm/test/CodeGen/X86/
sibcall-5.ll
10
; X32: jmp
_sin
$stub
13
; X64: jmp
_sin
/external/llvm/test/CodeGen/ARM/
call-tc.ll
44
; CHECKV6: b
_sin
/external/opencv/cvaux/src/
cvlee.cpp
2140
float
_sin
, _cos;
local
2300
float
_sin
, _cos;
local
[
all
...]
/external/opencv/cv/src/
cvhough.cpp
55
#define
_sin
(x) ((((((a6*(x) + a5)*(x) + a4)*(x) + a3)*(x) + a2)*(x) + a1)*(x) + a0)
macro
56
#define _cos(x)
_sin
(halfPi - (x))
[
all
...]
Completed in 1172 milliseconds