/external/python/cpython2/Lib/test/decimaltestdata/ |
D | dqOr.decTest | 13 -- or specification. The tests are not exhaustive. -- 30 dqor001 or 0 0 -> 0 31 dqor002 or 0 1 -> 1 32 dqor003 or 1 0 -> 1 33 dqor004 or 1 1 -> 1 34 dqor005 or 1100 1010 -> 1110 36 dqor006 or 0000000000000000000000000000000000 0000000000000000000000000000000000 -> 0 37 dqor007 or 0000000000000000000000000000000000 1000000000000000000000000000000000 -> 1000000000000… 38 dqor008 or 1000000000000000000000000000000000 0000000000000000000000000000000000 -> 1000000000000… 39 dqor009 or 1000000000000000000000000000000000 1000000000000000000000000000000000 -> 1000000000000… [all …]
|
D | or.decTest | 2 -- or.decTest -- digitwise logical OR -- 13 -- or specification. The tests are not exhaustive. -- 29 orx001 or 0 0 -> 0 30 orx002 or 0 1 -> 1 31 orx003 or 1 0 -> 1 32 orx004 or 1 1 -> 1 33 orx005 or 1100 1010 -> 1110 35 orx006 or 000000000 000000000 -> 0 36 orx007 or 000000000 100000000 -> 100000000 37 orx008 or 100000000 000000000 -> 100000000 [all …]
|
D | ddOr.decTest | 13 -- or specification. The tests are not exhaustive. -- 30 ddor001 or 0 0 -> 0 31 ddor002 or 0 1 -> 1 32 ddor003 or 1 0 -> 1 33 ddor004 or 1 1 -> 1 34 ddor005 or 1100 1010 -> 1110 36 ddor006 or 0000000000000000 0000000000000000 -> 0 37 ddor007 or 0000000000000000 1000000000000000 -> 1000000000000000 38 ddor008 or 1000000000000000 0000000000000000 -> 1000000000000000 39 ddor009 or 1000000000000000 1000000000000000 -> 1000000000000000 [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | or-04.ll | 10 %or = or i64 %a, 1 11 ret i64 %or 19 %or = or i64 %a, 65535 20 ret i64 %or 28 %or = or i64 %a, 65536 29 ret i64 %or 37 %or = or i64 %a, 4294901759 38 ret i64 %or 46 %or = or i64 %a, 4294901760 47 ret i64 %or [all …]
|
D | rosbg-01.ll | 11 %or = or i32 %a, %andb 12 ret i32 %or 21 %or = or i64 %a, %andb 22 ret i64 %or 31 %or = or i32 %a, %andb 32 ret i32 %or 41 %or = or i64 %a, %andb 42 ret i64 %or 51 %or = or i32 %a, %shrb 52 ret i32 %or [all …]
|
D | insert-04.ll | 13 %or = or i64 %and, 1 14 ret i64 %or 24 %or = or i64 %and, 32769 25 ret i64 %or 36 %or = or i64 %and, 65534 37 ret i64 %or 47 %or = or i64 %and, 65536 48 ret i64 %or 58 %or = or i64 %and, 2147418112 59 ret i64 %or [all …]
|
D | insert-05.ll | 12 %or = or i64 %and, 1 13 ret i64 %or 23 %or = or i64 %and, 32767 24 ret i64 %or 34 %or = or i64 %and, 32768 35 ret i64 %or 45 %or = or i64 %and, 65536 46 ret i64 %or 56 %or = or i64 %and, 4294934527 57 ret i64 %or [all …]
|
D | shift-04.ll | 12 %or = or i32 %parta, %partb 13 ret i32 %or 23 %or = or i32 %parta, %partb 24 ret i32 %or 34 %or = or i32 %parta, %partb 35 ret i32 %or 46 %or = or i32 %parta, %partb 47 ret i32 %or 59 %or = or i32 %parta, %partb 60 ret i32 %or [all …]
|
D | risbg-02.ll | 12 %or = or i32 %anda, %andb 13 ret i32 %or 23 %or = or i64 %anda, %andb 24 ret i64 %or 35 %or = or i32 %anda, %andb 36 ret i32 %or 47 %or = or i64 %anda, %andb 48 ret i64 %or 58 %or = or i32 %anda, %shlb 59 ret i32 %or [all …]
|
D | or-05.ll | 11 %or = or i8 %val, -255 12 store i8 %or, i8 *%ptr 22 %or = or i8 %val, -2 23 store i8 %or, i8 *%ptr 33 %or = or i8 %val, 1 34 store i8 %or, i8 *%ptr 44 %or = or i8 %val, 254 45 store i8 %or, i8 *%ptr 56 %or = or i8 %val, 127 57 store i8 %or, i8 *%ptr [all …]
|
D | or-02.ll | 10 %or = or i32 %a, 1 11 ret i32 %or 19 %or = or i32 %a, 65535 20 ret i32 %or 28 %or = or i32 %a, 65536 29 ret i32 %or 37 %or = or i32 %a, 65537 38 ret i32 %or 46 %or = or i32 %a, -65536 47 ret i32 %or [all …]
|
D | or-01.ll | 11 ; CHECK: or %r2, %r3 13 %or = or i32 %a, %b 14 ret i32 %or 23 %or = or i32 %a, %b 24 ret i32 %or 34 %or = or i32 %a, %b 35 ret i32 %or 45 %or = or i32 %a, %b 46 ret i32 %or 56 %or = or i32 %a, %b [all …]
|
D | insert-01.ll | 5 ; Check a plain insertion with (or (and ... -0xff) (zext (load ....))). 15 %or = or i32 %ptr1, %ptr2 16 ret i32 %or 28 %or = or i32 %ptr2, %ptr1 29 ret i32 %or 42 %or = or i32 %ptr1, %ptr2 43 ret i32 %or 55 %or = or i32 %ptr2, %ptr1 56 ret i32 %or 68 %or = or i32 %ptr1, %ptr2 [all …]
|
D | insert-02.ll | 5 ; Check a plain insertion with (or (and ... -0xff) (zext (load ....))). 15 %or = or i64 %ptr1, %ptr2 16 ret i64 %or 28 %or = or i64 %ptr2, %ptr1 29 ret i64 %or 42 %or = or i64 %ptr1, %ptr2 43 ret i64 %or 55 %or = or i64 %ptr2, %ptr1 56 ret i64 %or 68 %or = or i64 %ptr1, %ptr2 [all …]
|
D | or-03.ll | 13 %or = or i64 %a, %b 14 ret i64 %or 23 %or = or i64 %a, %b 24 ret i64 %or 34 %or = or i64 %a, %b 35 ret i64 %or 47 %or = or i64 %a, %b 48 ret i64 %or 58 %or = or i64 %a, %b 59 ret i64 %or [all …]
|
D | shift-08.ll | 12 %or = or i64 %parta, %partb 13 ret i64 %or 23 %or = or i64 %parta, %partb 24 ret i64 %or 34 %or = or i64 %parta, %partb 35 ret i64 %or 46 %or = or i64 %parta, %partb 47 ret i64 %or 59 %or = or i64 %parta, %partb 60 ret i64 %or [all …]
|
/external/llvm/test/CodeGen/Hexagon/ |
D | avoid-predspill.ll | 13 %or.cond = and i1 %cmp, %cmp1 15 %or.cond30 = and i1 %or.cond, %cmp3 17 %or.cond31 = and i1 %or.cond30, %cmp5 19 %or.cond32 = and i1 %or.cond31, %cmp7 20 %ret.0 = zext i1 %or.cond32 to i32 23 %or.cond33 = and i1 %cmp8, %cmp10 25 %or.cond34 = and i1 %or.cond33, %cmp12 27 %or.cond35 = and i1 %or.cond34, %cmp14 29 %or.cond36 = and i1 %or.cond35, %cmp16 30 %ret.1 = select i1 %or.cond36, i32 2, i32 %ret.0 [all …]
|
/external/tremolo/Tremolo/ |
D | framing.c | 128 ogg_reference *or; in _fetch_ref() local 133 or=bs->unused_references; in _fetch_ref() 134 bs->unused_references=or->next; in _fetch_ref() 137 or=_ogg_malloc(sizeof(*or)); in _fetch_ref() 140 or->begin=0; in _fetch_ref() 141 or->length=0; in _fetch_ref() 142 or->next=0; in _fetch_ref() 143 return or; in _fetch_ref() 150 ogg_reference *or=_fetch_ref(bs); in ogg_buffer_alloc() local 151 or->buffer=ob; in ogg_buffer_alloc() [all …]
|
D | bitwise.c | 366 ogg_reference *or; variable 374 int getbyte(ogg_reference *or,int position){ in getbyte() argument 375 while(or && position>=or->length){ in getbyte() 376 position-=or->length; in getbyte() 377 or=or->next; in getbyte() 378 if(or==NULL){ in getbyte() 384 if((position+or->begin)&1) in getbyte() 385 return (or->buffer->data[(position+or->begin)>>1])&0xff; in getbyte() 387 return (or->buffer->data[(position+or->begin)>>1]>>8)&0xff; in getbyte() 392 ogg_reference *or=ogg_buffer_alloc(bs,64); in cliptest() local [all …]
|
/external/llvm/test/Transforms/InstCombine/ |
D | or.ll | 10 %B = or i32 %A, 0 18 %B = or i32 %A, -1 26 %B = or i8 %A, -1 34 %B = or i1 %A, false 42 %B = or i1 %A, true 50 %B = or i1 %A, %A 58 %B = or i32 %A, %A 68 %B = or i32 %A, %NotA 76 %B = or i8 %A, -2 77 %C = or i8 %B, 1 [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | bfi.ll | 14 %2 = or i32 %1, 41943040 ; <i32> [#uses=1] 26 %or = or i32 %and2, %and ; <i32> [#uses=1] 27 ret i32 %or 37 %or = or i32 %and2, %and ; <i32> [#uses=1] 38 ret i32 %or 48 %ins12 = or i32 %ins7, 3137 61 %3 = or i32 %2, %0 74 %or = or i32 %shl, %and 75 ret i32 %or 83 %or = or i32 %y2, 16 [all …]
|
/external/snakeyaml/ |
D | NOTICE | 12 "Licensor" shall mean the copyright owner or entity authorized by 16 other entities that control, are controlled by, or are under common 18 "control" means (i) the power, direct or indirect, to cause the 19 direction or management of such entity, whether by contract or 20 otherwise, or (ii) ownership of fifty percent (50%) or more of the 21 outstanding shares, or (iii) beneficial ownership of such entity. 23 "You" (or "Your") shall mean an individual or Legal Entity 31 transformation or translation of a Source form, including but 35 "Work" shall mean the work of authorship, whether in Source or 37 copyright notice that is included in or attached to the work [all …]
|
D | LICENSE.txt | 12 "Licensor" shall mean the copyright owner or entity authorized by 16 other entities that control, are controlled by, or are under common 18 "control" means (i) the power, direct or indirect, to cause the 19 direction or management of such entity, whether by contract or 20 otherwise, or (ii) ownership of fifty percent (50%) or more of the 21 outstanding shares, or (iii) beneficial ownership of such entity. 23 "You" (or "Your") shall mean an individual or Legal Entity 31 transformation or translation of a Source form, including but 35 "Work" shall mean the work of authorship, whether in Source or 37 copyright notice that is included in or attached to the work [all …]
|
/external/skia/third_party/etc1/ |
D | LICENSE | 14 "Licensor" shall mean the copyright owner or entity authorized by the 18 entities that control, are controlled by, or are under common control with 20 power, direct or indirect, to cause the direction or management of such 21 entity, whether by contract or otherwise, or (ii) ownership of fifty 22 percent (50%) or more of the outstanding shares, or (iii) beneficial 25 "You" (or "Your") shall mean an individual or Legal Entity exercising 33 or translation of a Source form, including but not limited to compiled 36 "Work" shall mean the work of authorship, whether in Source or Object 38 notice that is included in or attached to the work (an example is 41 "Derivative Works" shall mean any work, whether in Source or Object [all …]
|
/external/slf4j/jcl-over-slf4j/ |
D | LICENSE.txt | 12 "Licensor" shall mean the copyright owner or entity authorized by 16 other entities that control, are controlled by, or are under common 18 "control" means (i) the power, direct or indirect, to cause the 19 direction or management of such entity, whether by contract or 20 otherwise, or (ii) ownership of fifty percent (50%) or more of the 21 outstanding shares, or (iii) beneficial ownership of such entity. 23 "You" (or "Your") shall mean an individual or Legal Entity 31 transformation or translation of a Source form, including but 35 "Work" shall mean the work of authorship, whether in Source or 37 copyright notice that is included in or attached to the work [all …]
|