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

  /external/opencv3/modules/hal/src/
mathfuncs.cpp 468 static const __m128 mA1 = _mm_set1_ps(A1);
536 __m128 zf0 = _mm_add_ps(xf0, mA1);
537 __m128 zf1 = _mm_add_ps(xf1, mA1);
667 static const __m128d mA1 = _mm_set1_pd(A1);
705 __m128d zf0 = _mm_add_pd(_mm_mul_pd(mA0, xf0), mA1);
706 __m128d zf1 = _mm_add_pd(_mm_mul_pd(mA0, xf1), mA1);
    [all...]
  /external/v8/test/unittests/compiler/
scheduler-unittest.cc 772 Node* mA1 = graph()->NewNode(common()->Merge(2), tA1, fA1);
774 common()->Phi(MachineRepresentation::kTagged, 2), p0, p1, mA1);
783 Node* brA2 = graph()->NewNode(common()->Branch(), phiB1, mA1);
    [all...]

Completed in 66 milliseconds