HomeSort by relevance Sort by last modified time
    Searched defs:v23 (Results 1 - 6 of 6) sorted by null

  /external/skia/src/pathops/
SkPathOpsCubic.h 40 SkDVector v23 = fPts[2] - fPts[3]; local
41 return v03.dot(v01) > 0 && v03.dot(v02) > 0 && v03.dot(v13) > 0 && v03.dot(v23) > 0;
  /external/compiler-rt/lib/tsan/rtl/
tsan_ppc_regs.h 88 #define v23 23 macro
  /external/opencv3/3rdparty/libwebp/dsp/
enc_sse2.c 409 const __m128i v23 = _mm_unpackhi_epi32(s_lo, s_hi); local
411 v32 = _mm_shuffle_epi32(v23, _MM_SHUFFLE(1, 0, 3, 2)); // 3 2 3 2 3 2..
    [all...]
  /ndk/tests/device/test-stlport_shared-exception/jni/
pr29166.cpp 20 register int v21=OFF+21,v22=OFF+22,v23=OFF+23,v24=OFF+24,v25=OFF+25,v26=OFF+26,v27=OFF+27,v28=OFF+28,v29=OFF+29,v30=OFF+30; local
51 sum +=v21+v22+v23+v24+v25+v26+v27+v28+v29+v30;
94 register int v21=OFF+21,v22=OFF+22,v23=OFF+23,v24=OFF+24,v25=OFF+25,v26=OFF+26,v27=OFF+27,v28=OFF+28,v29=OFF+29,v30=OFF+30; local
128 sum +=v21+v22+v23+v24+v25+v26+v27+v28+v29+v30;
165 sum +=v21+v22+v23+v24+v25+v26+v27+v28+v29+v30;
  /ndk/tests/device/test-stlport_static-exception/jni/
pr29166.cpp 20 register int v21=OFF+21,v22=OFF+22,v23=OFF+23,v24=OFF+24,v25=OFF+25,v26=OFF+26,v27=OFF+27,v28=OFF+28,v29=OFF+29,v30=OFF+30; local
51 sum +=v21+v22+v23+v24+v25+v26+v27+v28+v29+v30;
94 register int v21=OFF+21,v22=OFF+22,v23=OFF+23,v24=OFF+24,v25=OFF+25,v26=OFF+26,v27=OFF+27,v28=OFF+28,v29=OFF+29,v30=OFF+30; local
128 sum +=v21+v22+v23+v24+v25+v26+v27+v28+v29+v30;
165 sum +=v21+v22+v23+v24+v25+v26+v27+v28+v29+v30;
  /external/webp/src/dsp/
enc_sse2.c 317 const __m128i v23 = _mm_unpackhi_epi32(s_lo, s_hi); local
319 *out32 = _mm_shuffle_epi32(v23, _MM_SHUFFLE(1, 0, 3, 2)); // 3 2 3 2 3 2..
    [all...]

Completed in 395 milliseconds