HomeSort by relevance Sort by last modified time
    Searched refs:four (Results 26 - 50 of 168) sorted by null

12 3 4 5 6 7

  /external/libcxx/test/std/utilities/utility/forward/
forward_03.pass.cpp 26 struct four {one _[4];}; struct
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/array/
PrimitiveArrayTest.java 196 ArrayLongArr four = new ArrayLongArr(); local
197 four.setContents(new LongArr[] { new LongArr(new long[] { 1, 2, 3, 4 }),
199 Object result = cycle(four);
200 assertEquals(four, (ArrayLongArr) result);
  /art/test/ti-agent/
ti_utf.h 51 // Four-byte encoding: needs to be converted into a surrogate
85 // Four byte encodings need special handling. We'll have
87 const uint8_t four = *(*utf8_data_in)++; local
95 | ((three & 0x3f) << 6) | (four & 0x3f);
  /external/tensorflow/tensorflow/compiler/xla/tests/
literal_test_util_test.cc 62 auto four = LiteralUtil::CreateR0<float>(4);
64 CHECK(LiteralTestUtil::Near(two, four, error)) << "two is not near four";
76 ASSERT_DEATH(dummy_lambda(), "two is not near four");
  /external/icu/icu4c/source/samples/ustring/
ustring.cpp 481 UnicodeString four(writeable, UPRV_LENGTHOF(writeable), UPRV_LENGTHOF(writeable));
482 printUnicodeString("writeable-alias string: ", four);
484 four.setCharAt(1, 0x39);
485 for(i=0; i<four.length(); ++i) {
491 two=four;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
test_runner.py 27 test.addCleanup(cleanup1, 1, 2, 3, four='hello', five='goodbye')
31 [(cleanup1, (1, 2, 3), dict(four='hello', five='goodbye')),
38 dict(four='hello', five='goodbye'))])
  /external/libmpeg2/common/arm/
ideint_cac_a9.s 94 @ Both q0 and q1 have four 32 bit sums corresponding to first 4 rows
121 @ Both q2 and q3 have four 32 bit sums corresponding to last 4 rows
144 @ d20 has four adj values for two sub-blocks
  /external/python/cpython2/Lib/unittest/test/
test_runner.py 28 test.addCleanup(cleanup1, 1, 2, 3, four='hello', five='goodbye')
32 [(cleanup1, (1, 2, 3), dict(four='hello', five='goodbye')),
39 dict(four='hello', five='goodbye'))])
  /device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
Stacks.s 31 # Save four registers: eax, ebx, ecx, edx
  /external/boringssl/ios-arm/crypto/fipsmodule/
sha512-armv4.S 33 @ This code is ~4.5 (four and a half) times faster than code generated
    [all...]
  /external/boringssl/linux-arm/crypto/fipsmodule/
sha512-armv4.S 34 @ This code is ~4.5 (four and a half) times faster than code generated
    [all...]
  /external/libvpx/libvpx/vp8/encoder/mips/msa/
denoising_msa.c 46 v8i16 four = __msa_ldi_h(4); local
100 temp0_h = temp0_h & four;
103 temp1_h = temp1_h & four;
148 temp0_h = temp0_h & four;
151 temp1_h = temp1_h & four;
333 v8i16 four = __msa_ldi_h(4); local
407 temp0_h = temp0_h & four;
439 temp0_h = temp0_h & four;
  /external/python/cpython3/Lib/unittest/test/
test_runner.py 32 test.addCleanup(cleanup1, 1, 2, 3, four='hello', five='goodbye')
36 [(cleanup1, (1, 2, 3), dict(four='hello', five='goodbye')),
40 self.assertEqual(cleanups, [(2, (), {}), (1, (1, 2, 3), dict(four='hello', five='goodbye'))])
  /external/clang/test/Parser/
cxx-template-decl.cpp 175 char four[4];
  /external/libcxx/test/libcxx/algorithms/
debug_less.pass.cpp 94 MT1 four(4);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP521R1Point.java 304 protected ECFieldElement four(ECFieldElement x) method in class:SecP521R1Point
311 return four(two(x));
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/custom/sec/
SecP521R1Point.java 308 protected ECFieldElement four(ECFieldElement x) method in class:SecP521R1Point
315 return four(two(x));
  /external/curl/packages/vms/
build_gnv_curl_release_notes.com 5 $! Build the release note file from the four components:
  /external/icu/icu4c/source/test/cintltst/
chashtst.c 164 static const UChar four[6] = {0x0066, 0x006F, 0x0075, 0x0072, 0}; /* L"four" */ local
189 uhash_puti(hash, (void*)four, 4, &status);
  /external/libaom/libaom/aom_dsp/x86/
highbd_intrapred_sse2.c 323 const __m128i four = _mm_cvtsi32_si128(4); local
324 const __m128i dc = _mm_srli_epi16(_mm_add_epi16(sum, four), 3);
369 const __m128i four = _mm_cvtsi32_si128(4); local
371 const __m128i dc = _mm_srli_epi16(_mm_add_epi16(sum, four), 3);
416 const __m128i four = _mm_cvtsi32_si128(4); local
418 const __m128i dc = _mm_srli_epi16(_mm_add_epi16(sum, four), 3);
496 const __m128i four = _mm_cvtsi32_si128(4); local
498 const __m128i dc = _mm_srli_epi16(_mm_add_epi16(sum, four), 3);
    [all...]
intrapred_sse2.c 363 const __m128i four = _mm_set1_epi16((uint16_t)4); local
364 sum_above = _mm_add_epi16(sum_above, four);
375 const __m128i four = _mm_set1_epi16((uint16_t)4); local
376 sum_above = _mm_add_epi16(sum_above, four);
387 const __m128i four = _mm_set1_epi16((uint16_t)4); local
388 sum_above = _mm_add_epi16(sum_above, four);
539 const __m128i four = _mm_set1_epi16((uint16_t)4); local
540 sum_left = _mm_add_epi16(sum_left, four);
621 const __m128i four = _mm_set1_epi16((uint16_t)4); local
622 sum_left = _mm_add_epi16(sum_left, four);
663 const __m128i four = _mm_set1_epi16((uint16_t)4); local
    [all...]
  /art/test/046-reflect/src/
Main.java 66 String one, two, three, four; local
204 String four; local
206 four = (String) field.get(instance);
208 + four);
230 String four; local
  /external/libavc/common/arm/
ih264_default_weighted_pred_a9q.s 122 loop_4: @each iteration processes four rows
146 loop_8: @each iteration processes four rows
330 loop_8_uv: @each iteration processes four rows
  /external/tensorflow/tensorflow/python/eager/
def_function_test.py 196 four = two * two
197 two_again = math_ops.sqrt(four)
198 state.append(variables.Variable(two_again + four))
  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DfpField.java 605 Dfp four = two.add(two); local
623 two2kp3 = two2kp3.multiply(four);

Completed in 1327 milliseconds

12 3 4 5 6 7