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

  /external/opencv3/modules/hal/src/
mathfuncs.cpp 469 static const __m128 mA2 = _mm_set1_ps(A2);
539 zf0 = _mm_add_ps(_mm_mul_ps(zf0, xf0), mA2);
540 zf1 = _mm_add_ps(_mm_mul_ps(zf1, xf1), mA2);
668 static const __m128d mA2 = _mm_set1_pd(A2);
708 zf0 = _mm_add_pd(_mm_mul_pd(zf0, xf0), mA2);
709 zf1 = _mm_add_pd(_mm_mul_pd(zf1, xf1), mA2);
    [all...]
  /external/v8/test/unittests/compiler/
scheduler-unittest.cc 786 Node* mA2 = graph()->NewNode(common()->Merge(2), tA2, fA2);
788 common()->Phi(MachineRepresentation::kTagged, 2), phiB1, c, mA2);
    [all...]

Completed in 547 milliseconds