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

  /cts/tests/tests/view/src/android/view/animation/cts/
CycleInterpolatorTest.java 226 final float out8 = cycleInterpolator.getInterpolation(0.875f); local
234 final float delta7 = out8 - out7;
235 final float delta8 = out9 - out8;
  /external/icu4c/test/cintltst/
custrtrn.c 685 char out8[10]; local
688 (err=U_ZERO_ERROR, u_strToUTF8(out8, LENGTHOF(out8), NULL, withLead16, LENGTHOF(withLead16), &err), err!=U_INVALID_CHAR_FOUND) ||
689 (err=U_ZERO_ERROR, u_strToUTF8(out8, LENGTHOF(out8), NULL, withTrail16, -1, &err), err!=U_INVALID_CHAR_FOUND) ||
744 out8[0]=(char)0xf5;
746 u_strToUTF8WithSub(out8, LENGTHOF(out8), &u8DestLen,
751 0!=uprv_memcmp((const char *)withTrail8SubFFFD, out8, u8DestLen+1) ||
    [all...]
  /external/webp/src/enc/
dsp_sse2.c 693 __m128i out0, out8; local
759 out8 = _mm_packs_epi32(out_08, out_12);
764 out8 = _mm_xor_si128(out8, sign8);
766 out8 = _mm_sub_epi16(out8, sign8);
770 in8 = _mm_mullo_epi16(out8, q8);
    [all...]

Completed in 98 milliseconds