Searched refs:five (Results 1 - 25 of 44) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
H A D054-if-with-macros.c4 #define five 5 macro
5 #if five < two
15 #if two + three <= five
20 #if five - two == three
30 #if one != five
/external/mesa3d/src/glsl/glcpp/tests/
H A D054-if-with-macros.c4 #define five 5 macro
5 #if five < two
15 #if two + three <= five
20 #if five - two == three
30 #if one != five
/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
13 recognize_nist dallas/0000/S074.nwf 0 0 eight six one oh five six six two six two
14 recognize_nist dallas/0000/S075.nwf 0 0 zero seven six five nine oh zero two five two
15 recognize_nist dallas/0000/S076.nwf 0 0 five zero two seven four nine three three zero zero
16 recognize_nist dallas/0000/S077.nwf 0 0 six nine five zero two eight seven seven three six
17 recognize_nist dallas/0000/S079.nwf 0 0 seven one one five six zero oh six five nine
18 recognize_nist dallas/0000/S080.nwf 0 0 seven oh three seven nine zero six eight five seve
[all...]
/external/clang/test/Analysis/
H A Didempotent-operations.cpp11 int five = 5; local
13 test(five * a); // expected-warning {{The right operand to '*' is always 0}}
/external/clang/test/CodeGen/
H A Dtbaa-struct.cpp44 struct five { struct
50 void copy4(struct five *a, struct five *b) {
H A Dtbaa.cpp197 struct five { struct
203 char g13(struct five *a, struct five *b) {
/external/e2fsprogs/lib/ext2fs/
H A Dsparse.c52 unsigned int *five, unsigned int *seven)
65 if (*five < *min) {
66 min = five;
51 ext2fs_list_backups(ext2_filsys fs, unsigned int *three, unsigned int *five, unsigned int *seven) argument
H A Dres_gdt.c27 unsigned int *five, unsigned int *seven)
40 if (*five < *min) {
41 min = five;
125 unsigned int three = 1, five = 5, seven = 7; local
166 while ((grp = list_backups(fs, &three, &five, &seven)) <
26 list_backups(ext2_filsys fs, unsigned int *three, unsigned int *five, unsigned int *seven) argument
/external/chromium_org/ui/base/glib/
H A Dglib_signal.h69 ARG3 three, ARG4 four, ARG5 five, \
72 METHOD(sender, one, two, three, four, five); \
80 ARG3 three, ARG4 four, ARG5 five, \
83 METHOD(sender, one, two, three, four, five, six); \
135 ARG3 three, ARG4 four, ARG5 five, \
138 METHOD(sender, one, two, three, four, five); \
146 ARG3 three, ARG4 four, ARG5 five, \
149 METHOD(sender, one, two, three, four, five, six); \
/external/valgrind/main/memcheck/tests/
H A Dvcpu_fbench.stdout.exp7 adjust iteration count so the benchmark runs about five minutes.
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DFunctionalTest.cpp141 RefPtr<Number> five = Number::create(5); local
142 Function<int ()> multiplyFiveByTwoFunction = bind(multiplyNumberByTwo, five);
/external/clang/test/SemaTemplate/
H A Dtypename-specifier.cpp27 int five = f(5); local
31 five += 1;
/external/chromium_org/v8/test/mjsunit/
H A Dsmi-ops-inlined.js445 var five = 5;
503 assertEquals(0x73594000, (pos_smi) << five);
513 assertEquals(0x73594000, (pos_smi + 0.5) << five);
521 assertEquals(-0x73594000, (neg_smi) << five);
531 assertEquals(-0x73594000, (neg_smi - 0.5) << five);
535 five = 0;
536 while (five < 5 ) ++five;
537 four = five - one;
599 assertEquals(0x73594000, (pos_smi) << five);
[all...]
H A Dsmi-ops.js452 var five = 5;
510 assertEquals(0x73594000, (pos_smi) << five);
520 assertEquals(0x73594000, (pos_smi + 0.5) << five);
528 assertEquals(-0x73594000, (neg_smi) << five);
538 assertEquals(-0x73594000, (neg_smi - 0.5) << five);
542 five = 0;
543 while (five < 5 ) ++five;
544 four = five - one;
606 assertEquals(0x73594000, (pos_smi) << five);
[all...]
H A Dkeyed-call-ic.js134 f.five = function() { return 'five'; }
140 key = 'five';
/external/v8/test/mjsunit/
H A Dsmi-ops-inlined.js445 var five = 5;
503 assertEquals(0x73594000, (pos_smi) << five);
513 assertEquals(0x73594000, (pos_smi + 0.5) << five);
521 assertEquals(-0x73594000, (neg_smi) << five);
531 assertEquals(-0x73594000, (neg_smi - 0.5) << five);
535 five = 0;
536 while (five < 5 ) ++five;
537 four = five - one;
599 assertEquals(0x73594000, (pos_smi) << five);
[all...]
H A Dsmi-ops.js452 var five = 5;
510 assertEquals(0x73594000, (pos_smi) << five);
520 assertEquals(0x73594000, (pos_smi + 0.5) << five);
528 assertEquals(-0x73594000, (neg_smi) << five);
538 assertEquals(-0x73594000, (neg_smi - 0.5) << five);
542 five = 0;
543 while (five < 5 ) ++five;
544 four = five - one;
606 assertEquals(0x73594000, (pos_smi) << five);
[all...]
H A Dkeyed-call-ic.js134 f.five = function() { return 'five'; }
140 key = 'five';
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DConcurrentModTest.java175 Double five = new Double(5.0);
176 c.add(five);
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-templates.cpp88 IntTemplate<5> five; local
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml238 let five = const_int i64_type 5 in var
239 let ffive = const_uitofp five double_type in
248 ignore (define_global "const_add" (const_add foldbomb five) m);
249 ignore (define_global "const_nsw_add" (const_nsw_add foldbomb five) m);
250 ignore (define_global "const_nuw_add" (const_nuw_add foldbomb five) m);
252 ignore (define_global "const_sub" (const_sub foldbomb five) m);
253 ignore (define_global "const_nsw_sub" (const_nsw_sub foldbomb five) m);
254 ignore (define_global "const_nuw_sub" (const_nuw_sub foldbomb five) m);
256 ignore (define_global "const_mul" (const_mul foldbomb five) m);
257 ignore (define_global "const_nsw_mul" (const_nsw_mul foldbomb five)
[all...]
/external/chromium_org/content/browser/renderer_host/input/
H A Dweb_input_event_builders_gtk_unittest.cc159 char five[] = "5"; local
164 gdk_event.string = five;
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebInputEventFactoryTestGtk.cpp183 char five[] = "5"; local
188 gdkEvent.string = five;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dchashtst.c163 static const UChar five[6] = {0x0066, 0x0069, 0x0076, 0x0065, 0}; /* L"five" */ local
164 static const UChar five2[6] = {0x0066, 0x0069, 0x0076, 0x0065, 0}; /* L"five" */
188 uhash_puti(hash, (void*)five, 5, &status);
/external/icu4c/test/cintltst/
H A Dchashtst.c163 static const UChar five[6] = {0x0066, 0x0069, 0x0076, 0x0065, 0}; /* L"five" */ local
164 static const UChar five2[6] = {0x0066, 0x0069, 0x0076, 0x0065, 0}; /* L"five" */
188 uhash_puti(hash, (void*)five, 5, &status);

Completed in 839 milliseconds

12