OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sin_a2
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/core/src/
mathfuncs.cpp
484
static const double
sin_a2
= k2;
local
505
__m128d v_sin_a2 = _mm_set1_pd(
sin_a2
);
568
double sin_b = (sin_a0*t*t +
sin_a2
)*t;
[
all
...]
/external/opencv/cxcore/src/
cxmathfuncs.cpp
520
static const double
sin_a2
= k2;
local
541
double sin_b = (sin_a0*t*t +
sin_a2
)*t;
[
all
...]
Completed in 61 milliseconds