Searched refs:four (Results 1 - 25 of 56) sorted by relevance

123

/external/mesa3d/src/glsl/glcpp/tests/
H A D000-content-with-spaces.c1 this is four tokens
/external/clang/test/SemaCXX/
H A Dgnu-case-ranges.cpp7 four enumerator in enum:E
19 case four:
/external/srec/config/en.us/tcp/
H A Dchange_sample_rate2.tcp12 recognize_nist dallas/0000/S072.nwf 0 0 oh eight four zero nine two five one eight five
15 recognize_nist dallas/0000/S076.nwf 0 0 five zero two seven four nine three three zero zero
21 recognize_nist dallas/0000/S088.nwf 0 0 four two zero eight five nine oh nine four zero
25 recognize_nist dallas/0300/S057.nwf 0 0 eight four zero five six five four one four six
37 recognize_nist dallas-8kHz/0301/S079.nwf 0 0 zero seven nine six five one four eight one eight
40 recognize_nist dallas-8kHz/0301/S083.nwf 0 0 seven six zero eight three three zero five nine four
43 recognize_nist dallas-8kHz/0302/S051.nwf 0 0 four nin
[all...]
/external/v8/test/mjsunit/regress/
H A Dregress-crbug-107996.js41 four_in_debugger[i] = frame.evaluate("four", false).value();
48 var four = 4;
53 fourteen = three + four + seven;
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DConcurrentModTest.java39 Double four = new Double(4.0);
43 al.add(four);
69 Double four = new Double(4.0);
73 al.add(four);
99 Double four = new Double(4.0);
103 al.add(four);
129 Double four = new Double(4.0);
133 al.add(four);
159 Double four = new Double(4.0);
163 al.add(four);
[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 Dsmi-ops-inlined.js444 var four = 4;
466 assertEquals(0x73594000, (pos_non_smi) << four);
476 assertEquals(0x73594000, (pos_non_smi + 0.5) << four);
484 assertEquals(-0x73594000, (neg_non_smi) << four);
495 assertEquals(-0x73594000, (neg_non_smi - 0.5) << four);
520 assertEquals(0x46536000, (neg_smi) << four);
530 assertEquals(0x46536000, (neg_smi - 0.5) << four);
537 four = five - one;
538 three = four - one;
539 one = four
[all...]
H A Dsmi-ops.js451 var four = 4;
473 assertEquals(0x73594000, (pos_non_smi) << four);
483 assertEquals(0x73594000, (pos_non_smi + 0.5) << four);
491 assertEquals(-0x73594000, (neg_non_smi) << four);
502 assertEquals(-0x73594000, (neg_non_smi - 0.5) << four);
527 assertEquals(0x46536000, (neg_smi) << four);
537 assertEquals(0x46536000, (neg_smi - 0.5) << four);
544 four = five - one;
545 three = four - one;
546 one = four
[all...]
H A Dkeyed-call-ic.js133 f.four = function() { return 'four'; }
136 key = 'four';
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DCodeSignerTest.java72 CodeSigner four = new CodeSigner(cpath2, null);
81 assertFalse( three.equals(four));
/external/icu4c/samples/ustring/
H A Dustring.cpp471 UnicodeString four(writeable, LENGTHOF(writeable), LENGTHOF(writeable));
472 printUnicodeString("writeable-alias string: ", four);
474 four.setCharAt(1, 0x39);
475 for(i=0; i<four.length(); ++i) {
481 two=four;
/external/webkit/Source/WebCore/css/
H A DCSSStyleApplyProperty.cpp43 ApplyPropertyExpanding(ApplyPropertyBase* one = 0, ApplyPropertyBase* two = 0, ApplyPropertyBase *three = 0, ApplyPropertyBase* four = 0)
48 m_propertyMap[3] = four;
75 ApplyPropertyExpandingSuppressValue(ApplyPropertyBase* one = 0, ApplyPropertyBase* two = 0, ApplyPropertyBase *three = 0, ApplyPropertyBase* four = 0)
76 : ApplyPropertyExpanding(one, two, three, four) {}
/external/icu4c/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/llvm/unittests/ADT/
H A DAPIntTest.cpp182 APInt four(8, 4);
190 EXPECT_EQ(four, q);
193 EXPECT_EQ(-four, q);
196 EXPECT_EQ(-four, q);
199 EXPECT_EQ(four, q);
/external/libvorbis/doc/
H A D02-bitpacking.tex33 octet (eight bits) and a word to be a group of two, four or eight
194 \item Although these four bits were originally written as a single
195 four-bit integer, reading some other combination of bit-widths from the
H A D06-floor0.tex36 6) [floor0_number_of_books] = read an unsigned integer of four bits and add 1
96 scalars as four vectors of three scalars each. This is not an error
/external/mesa3d/docs/OLD/
H A DMESA_sprite_point.spec122 aligned quadrilaterals. If the four vertices of the quadrilateral
H A DMESA_program_debug.spec226 The current value of the named variable is returned as four
/external/guava/guava-tests/test/com/google/common/collect/
H A DMapMakerInternalMapTest.java314 Object four = new Object();
326 map.put(three, four);
330 assertNotified(listener, three, four, RemovalCause.EXPLICIT);
332 map.put(four, five);
336 assertNotified(listener, four, five, RemovalCause.EXPLICIT);
357 Object four = new Object();
365 Map<Object, Object> newMap = ImmutableMap.of(one, four);
370 assertNotified(listener, one, four, RemovalCause.REPLACED);
414 Object four = new Object();
419 map.put(three, four);
[all...]
/external/guava/guava-tests/test/com/google/common/cache/
H A DLocalCacheTest.java731 Object four = new Object();
743 map.put(three, four);
747 assertNotified(listener, three, four, RemovalCause.EXPLICIT);
749 map.put(four, five);
753 assertNotified(listener, four, five, RemovalCause.EXPLICIT);
773 Object four = new Object();
781 Map<Object, Object> newMap = ImmutableMap.of(one, four);
786 assertNotified(listener, one, four, RemovalCause.REPLACED);
830 Object four = new Object();
837 map.put(three, four);
[all...]
/external/libffi/src/mips/
H A Do32.S87 REG_L a1, 1*FFI_SIZEOF_ARG($sp) # four regs.
251 # four arguments, then they are stored above where we put a3.
/external/tremolo/Tremolo/
H A Dbitwise.c571 static int four[38]={18,6,163,252,97,194,104,131,32,1,7,82,137,42,129,11,72, local
628 cliptest(testbuffer1,test1size,7,four,foursize);
/external/webp/src/dsp/
H A Ddec_sse2.c137 const __m128i four = _mm_set1_epi16(4); local
138 const __m128i dc = _mm_add_epi16(T0, four);
207 // Load four bytes/pixels per line.
236 // Store four bytes/pixels per line.
302 const __m128i four = _mm_set1_epi8(4); \
304 __m128i v4 = _mm_adds_epi8(fl, four); \
/external/qemu/distrib/sdl-1.2.15/src/hermes/
H A Dx86p_32.asm59 ; unroll four times
139 ; unroll four times
210 ; unroll four times
/external/libvpx/vpx_scale/arm/neon/
H A Dvp8_vpxyv12_copyframeyonly_neon.asm106 ;Do four rows at one time
245 ;Do four rows at one time

Completed in 727 milliseconds

123