HomeSort by relevance Sort by last modified time
    Searched refs:sin_a0 (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/core/src/
mathfuncs.cpp 483 static const double sin_a0 = -0.166630293345647*k2*k2*k2; local
504 __m128d v_sin_a0 = _mm_set1_pd(sin_a0);
568 double sin_b = (sin_a0*t*t + sin_a2)*t;
    [all...]
  /external/opencv/cxcore/src/
cxmathfuncs.cpp 519 static const double sin_a0 = -0.166630293345647*k2*k2*k2; local
541 double sin_b = (sin_a0*t*t + sin_a2)*t;
    [all...]

Completed in 92 milliseconds