HomeSort by relevance Sort by last modified time
    Searched defs:res1 (Results 26 - 50 of 159) sorted by null

12 3 4 5 6 7

  /external/skia/src/opts/
SkBitmapProcState_arm_neon.cpp 483 uint8x8_t res0, res1, res2, res3; local
491 PACK_RESULT(accum1, res1);
496 vst1_lane_u32(reinterpret_cast<uint32_t*>(outRow[1]), vreinterpret_u32_u8(res1), 0);
  /external/valgrind/none/tests/amd64/
bmi.c 57 void do_mulx64 ( /*OUT*/ULong* res1, /*OUT*/ULong* res2,
77 *res1 = tem1;
91 if (*res1 != tem1 || *res2 != tem2)
98 void do_mulx32 ( /*OUT*/ULong* res1, /*OUT*/ULong* res2,
118 *res1 = tem1;
132 if (*res1 != tem1 || *res2 != tem2)
377 void do_rorx64 ( /*OUT*/ULong* res1, /*OUT*/ULong* res2, ULong arg )
393 *res1 = tem;
413 void do_rorx32 ( /*OUT*/ULong* res1, /*OUT*/ULong* res2, UInt arg )
429 *res1 = tem
887 ULong res1, res2; local
898 ULong res1, res2; local
974 ULong res1, res2; local
983 ULong res1, res2; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
LocaleTest.java 354 String res1 = "\u0069".toUpperCase(); local
357 assertEquals("Wrong toUppercase conversion", "\u0130", res1);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
fib_rules.h 24 __u8 res1; /* reserved */ member in struct:fib_rule_hdr
tcp.h 30 __u16 res1:4, member in struct:tcphdr
42 res1:4, member in struct:tcphdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fib_rules.h 25 __u8 res1; /* reserved */ member in struct:fib_rule_hdr
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
fib_rules.h 40 __u8 res1; member in struct:fib_rule_hdr
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
fib_rules.h 40 __u8 res1; member in struct:fib_rule_hdr
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
fib_rules.h 40 __u8 res1; member in struct:fib_rule_hdr
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
fib_rules.h 40 __u8 res1; member in struct:fib_rule_hdr
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
fib_rules.h 40 __u8 res1; member in struct:fib_rule_hdr
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
fib_rules.h 40 __u8 res1; member in struct:fib_rule_hdr
  /external/deqp/modules/gles31/functional/
es31fShaderPackingFunctionTests.cpp 218 const deUint16 res1 = (deUint16)(res >> 16); local
220 const int diff1 = de::abs((int)ref1 - (int)res1);
306 const float res1 = outputs[valNdx].y(); local
309 const deUint32 diff1 = getUlpDiff(ref1, res1);
318 << ", got vec2(" << HexFloat(res0) << ", " << HexFloat(res1) << ")"
409 const deUint16 res1 = (deUint16)(res >> 16); local
411 const int diff1 = de::abs((int)ref1 - (int)res1);
497 const float res1 = outputs[valNdx].y(); local
500 const deUint32 diff1 = getUlpDiff(ref1, res1);
509 << ", got vec2(" << HexFloat(res0) << ", " << HexFloat(res1) << ")"
605 const deUint16 res1 = (deUint16)(res >> 16); local
708 const float res1 = outputs[valNdx].y(); local
822 const deUint16 res1 = (deUint8)((res >> 8) & 0xff); local
918 const float res1 = outputs[valNdx].y(); local
1031 const deUint16 res1 = (deUint8)((res >> 8) & 0xff); local
1127 const float res1 = outputs[valNdx].y(); local
    [all...]
  /external/eigen/Eigen/src/Core/arch/NEON/
PacketMath.h 262 float32x4x2_t vtrn1, vtrn2, res1, res2; local
269 res1 = vzipq_f32(vtrn1.val[0], vtrn2.val[0]);
273 sum1 = vaddq_f32(res1.val[0], res1.val[1]);
293 int32x4x2_t vtrn1, vtrn2, res1, res2; local
300 res1 = vzipq_s32(vtrn1.val[0], vtrn2.val[0]);
304 sum1 = vaddq_s32(res1.val[0], res1.val[1]);
  /external/icu/icu4c/source/test/intltest/
tchcfmt.cpp 50 UnicodeString res1, res2; local
61 res1 = form->format(i, str, fpos, status );
66 //form->parse(res1, f, parse_pos);
68 it_logln(UnicodeString("") + ix + UnicodeString(" -> ") + res1 + UnicodeString(" -> ") + res2);
173 UnicodeString res1, res2; local
174 pattform->toPattern( res1 );
175 it_logln("MessageFormat toPattern: " + res1);
176 fileform->toPattern( res1 );
177 it_logln("ChoiceFormat toPattern: " + res1);
178 if (res1 == "-1#are corrupted files|0#are no files|1#is one file|2#are {2} files")
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDecimalFormatAPI.java 140 StringBuffer res1 = new StringBuffer(); local
149 res1 = def.format(d, res1, pos1);
150 logln("" + d + " formatted to " + res1);
IntlTestDecimalFormatAPIC.java 81 StringBuffer res1 = new StringBuffer(); local
90 res1 = def.format(d, res1, pos1);
91 logln("" + Double.toString(d) + " formatted to " + res1);
  /bionic/libc/kernel/uapi/asm-x86/asm/
hyperv.h 142 __u32 res1; member in struct:_HV_REFERENCE_TSC_PAGE
  /development/ndk/platforms/android-21/arch-x86/include/asm/
hyperv.h 142 __u32 res1; member in struct:_HV_REFERENCE_TSC_PAGE
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
hyperv.h 142 __u32 res1; member in struct:_HV_REFERENCE_TSC_PAGE
  /development/ndk/platforms/android-3/include/linux/
tcp.h 24 __u16 res1:4, member in struct:tcphdr
36 res1:4, member in struct:tcphdr
  /external/icu/icu4c/source/i18n/
udat.cpp 638 UnicodeString res1; local
642 res1.setTo(result, 0, resultLength);
644 syms->getLocalPatternChars(res1);
645 return res1.extract(result, resultLength, *status);
    [all...]
  /external/ipsec-tools/src/racoon/
eaytest.c 600 vchar_t *buf, *iv, *res1, *res2; local
616 res1 = (encrypt)(buf, key, iv);
617 if (res1 == NULL) {
622 PVDUMP(res1);
625 res2 = (decrypt)(res1, key, iv);
639 vfree(res1);
  /external/kernel-headers/original/uapi/asm-x86/asm/
hyperv.h 221 __u32 res1; member in struct:_HV_REFERENCE_TSC_PAGE
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
tcp.h 24 __u16 res1:4, member in struct:tcphdr
36 res1:4, member in struct:tcphdr

Completed in 1499 milliseconds

12 3 4 5 6 7