Searched refs:mMax (Results 1 – 2 of 2) sorted by relevance
55 private final int mMax; field in SocketTunnelClient.IdRegistry64 mMax = maxId; in IdRegistry()97 for (int id = mMin; id != mMax; id++) { in generate()109 if (id < mMin || id > mMax) { in toIndex()
603 __m128 mMax = _mm_setzero_ps();611 mMax = _mm_max_ps(mMax, source);616 const float* groupMaxP = reinterpret_cast<float*>(&mMax);