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

  /external/libvpx/libvpx/vpx_dsp/mips/
intrapred4_dspr2.c 87 int32_t resl; local
93 "ulw %[resl], (%[above]) \n\t"
102 "preceu.ph.qbl %[abovel], %[resl] \n\t"
103 "preceu.ph.qbr %[abover], %[resl] \n\t"
112 "addu.ph %[resl], %[abovel], %[left0] \n\t"
113 "subu.ph %[resl], %[resl], %[top_left] \n\t"
126 "sll %[res0], %[resl], 16 \n\t"
131 "sra %[res1], %[resl], 16 \n\t"
134 "addu.ph %[resl], %[abovel], %[left1] \n\t
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldNumberFormatTest.java 269 Locale[] resl = Locale.getAvailableLocales(); local
271 l.length == resl.length);
273 for (int i = 0; i < resl.length; i++) {
274 assertEquals("elements " + i + " are not equal: ", resl[i], l[i]);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 937 LLVMValueRef xl, xh, v0l, v0h, v1l, v1h, resl, resh; local
973 resl = lp_build_lerp_simple(&wide_bld, xl, v0l, v1l);
976 res = lp_build_pack2(bld->gallivm, wide_type, type, resl, resh);
    [all...]

Completed in 331 milliseconds