Searched defs:four (Results 1 - 25 of 26) sorted by relevance

12

/external/clang/test/SemaCXX/
H A Dgnu-case-ranges.cpp8 four enumerator in enum:E
20 case four:
H A Dconstant-expression-cxx11.cpp133 const int four = 4; member in namespace:DefaultArguments
138 static_assert(Sum(1, four) == 5, "");
140 static_assert(Sum(1, 2, &four, eight) == 15, "");
H A Dtype-traits.cpp1133 int four; member in struct:CppStructStandard
1137 int four; member in struct:CppStructNonStandardByBase
/external/icu/icu4c/source/test/intltest/
H A Dlistformattertest.h47 UnicodeString four,
54 UnicodeString four,
63 const UnicodeString four; member in class:ListFormatterTest
H A Dlistformattertest.cpp23 three("Charlie", -1, US_INV), four("Delta", -1, US_INV) {
38 UnicodeString three, UnicodeString four, UnicodeString results[4]) {
54 UnicodeString input4[] = {one, two, three, four};
59 UnicodeString three, UnicodeString four, UnicodeString results[4]) {
72 UnicodeString input4[] = {one, two, three, four};
86 one + ", " + two + ", " + three + ", " + four
89 CheckFourCases("", one, two, three, four, results);
95 if (RecordFourCases(Locale::getDefault(), one, two, three, four, results)) {
96 CheckFourCases("ex_PY", one, two, three, four, results);
107 one + ", " + two + ", " + three + ", and " + four
37 CheckFourCases(const char* locale_string, UnicodeString one, UnicodeString two, UnicodeString three, UnicodeString four, UnicodeString results[4]) argument
58 RecordFourCases(const Locale& locale, UnicodeString one, UnicodeString two, UnicodeString three, UnicodeString four, UnicodeString results[4]) argument
[all...]
/external/v8/test/mjsunit/
H A Dsmi-negative-zero.js34 var four = 4; variable
52 assertEquals(Infinity, one / (four % two), "foo3");
53 assertEquals(Infinity, one / (four % minus_two), "foo4");
82 assertEquals(Infinity, one / (four % 2), "buzz5");
83 assertEquals(Infinity, one / (four % -2), "buzz6");
H A Dkeyed-call-ic.js133 f.four = function() { return 'four'; }
136 key = 'four';
/external/clang/test/CodeGenCXX/
H A Dcp-blocks-linetables.cpp17 zero, one, two, three, four enumerator in enum:numbers
51 return (enum numbers) four;
/external/libcxx/test/std/utilities/utility/forward/
H A Dforward.pass.cpp24 struct four {one _[4];}; struct
32 four test(A&&);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
H A DSecP521R1Point.java304 protected ECFieldElement four(ECFieldElement x) method in class:SecP521R1Point
311 return four(two(x));
/external/lldb/test/lang/c/bitfields/
H A Dmain.c25 four : 4; member in struct:Bits
47 bits.four = i; //// break $source:$line
/external/icu/icu4c/source/test/cintltst/
H A Dchashtst.c162 static const UChar four[6] = {0x0066, 0x006F, 0x0075, 0x0072, 0}; /* L"four" */ local
187 uhash_puti(hash, (void*)four, 4, &status);
/external/valgrind/exp-bbv/tests/amd64-linux/
H A Dll.S564 four: .ascii "Four\0" label
/external/valgrind/exp-bbv/tests/x86-linux/
H A Dll.S564 four: .ascii "Four\0" label
/external/libvpx/libvpx/vp8/encoder/mips/msa/
H A Ddenoising_msa.c48 v8i16 four = __msa_ldi_h(4); local
105 temp0_h = temp0_h & four;
108 temp1_h = temp1_h & four;
155 temp0_h = temp0_h & four;
158 temp1_h = temp1_h & four;
367 v8i16 four = __msa_ldi_h(4); local
446 temp0_h = temp0_h & four;
479 temp0_h = temp0_h & four;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECPoint.java848 // X3 = four(X3);
930 ECFieldElement _4B = four(B);
960 S = four(Y1Squared.multiply(X1));
984 S = four(X1.multiply(Y1Squared));
1247 protected ECFieldElement four(ECFieldElement x) method in class:ECPoint.Fp
1254 return four(two(x));
/external/libogg/src/
H A Dbitwise.c628 static int four[38]={18,6,163,252,97,194,104,131,32,1,7,82,137,42,129,11,72, local
683 cliptest(testbuffer1,test1size,7,four,foursize);
/external/tremolo/Tremolo/
H A Dbitwise.c573 static int four[38]={18,6,163,252,97,194,104,131,32,1,7,82,137,42,129,11,72, local
630 cliptest(testbuffer1,test1size,7,four,foursize);
/external/crcalc/src/com/hp/creals/
H A DCR.java444 static CR four = valueOf(4); field in class:CR
869 public static CR PI = four.multiply(four.multiply(atan_reciprocal(5))
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJSR166TestCase.java609 public static final Integer four = new Integer(4); field in class:JSR166TestCase
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dhighbd_loopfilter_sse2.c76 __m128i eight, four; local
271 four = _mm_set1_epi16(4);
285 pixetFilter_p2p1p0 = _mm_add_epi16(four,
547 const __m128i four = _mm_set1_epi16(4); local
654 workp_a = _mm_add_epi16(_mm_add_epi16(workp_a, four), p0);
H A Dloopfilter_avx2.c181 const __m128i four = _mm_set1_epi16(4); local
219 pixetFilter_p2p1p0 = _mm_add_epi16(four,
612 const __m256i four = _mm256_set1_epi16(4); local
652 pixetFilter_p2p1p0 = _mm256_add_epi16(four,
H A Dloopfilter_sse2.c160 const __m128i four = _mm_set1_epi16(4); local
196 pixetFilter_p2p1p0 = _mm_add_epi16(four,
534 const __m128i four = _mm_set1_epi16(4); local
554 f8_lo = _mm_add_epi16(_mm_add_epi16(p3_lo, four),
560 f8_hi = _mm_add_epi16(_mm_add_epi16(p3_hi, four),
804 const __m128i four = _mm_set1_epi16(4); local
818 workp_a = _mm_add_epi16(_mm_add_epi16(workp_a, four), p0);
1037 const __m128i four = _mm_set1_epi16(4); local
1053 workp_a = _mm_add_epi16(_mm_add_epi16(workp_a, four), p0);
/external/webp/src/dsp/
H A Ddec_sse2.c139 const __m128i four = _mm_set1_epi16(4); local
140 const __m128i dc = _mm_add_epi16(T0, four);
209 // Load four bytes/pixels per line.
238 // Store four bytes/pixels per line.
H A Denc_sse2.c215 const __m128i four = _mm_set1_epi16(4); local
216 const __m128i dc = _mm_add_epi16(T0, four);
285 // Load four bytes/pixels per line.
314 // Store four bytes/pixels per line.
525 // unpack (only four operations, instead of eight)

Completed in 827 milliseconds

12