/external/deqp-deps/glslang/Test/ |
D | hlsl.gatherRGBA.offset.dx10.frag | 34 uniform int2 o2; 46 float4 txval001 = g_tTex2df4 . GatherRed(g_sSamp, c2, o2); 47 int4 txval011 = g_tTex2di4 . GatherRed(g_sSamp, c2, o2); 48 uint4 txval021 = g_tTex2du4 . GatherRed(g_sSamp, c2, o2); 50 float4 txval004 = g_tTex2df4 . GatherRed(g_sSamp, c2, o2, o2, o2, o2); 51 int4 txval014 = g_tTex2di4 . GatherRed(g_sSamp, c2, o2, o2, o2, o2); 52 uint4 txval024 = g_tTex2du4 . GatherRed(g_sSamp, c2, o2, o2, o2, o2); 54 // float4 txval00s = g_tTex2df4 . GatherRed(g_sSamp, c2, o2, status); 55 // int4 txval01s = g_tTex2di4 . GatherRed(g_sSamp, c2, o2, status); 56 // uint4 txval02s = g_tTex2du4 . GatherRed(g_sSamp, c2, o2, status); [all …]
|
D | hlsl.gatherRGBA.offsetarray.dx10.frag | 28 uniform int2 o2; 40 float4 txval001 = g_tTex2df4a . GatherRed(g_sSamp, c3, o2); 41 int4 txval011 = g_tTex2di4a . GatherRed(g_sSamp, c3, o2); 42 uint4 txval021 = g_tTex2du4a . GatherRed(g_sSamp, c3, o2); 44 float4 txval004 = g_tTex2df4a . GatherRed(g_sSamp, c3, o2, o2, o2, o2); 45 int4 txval014 = g_tTex2di4a . GatherRed(g_sSamp, c3, o2, o2, o2, o2); 46 uint4 txval024 = g_tTex2du4a . GatherRed(g_sSamp, c3, o2, o2, o2, o2); 48 // float4 txval00s = g_tTex2df4a . GatherRed(g_sSamp, c3, o2, status); 49 // int4 txval01s = g_tTex2di4a . GatherRed(g_sSamp, c3, o2, status); 50 // uint4 txval02s = g_tTex2du4a . GatherRed(g_sSamp, c3, o2, status); [all …]
|
D | hlsl.gathercmpRGBA.offsetarray.dx10.frag | 27 uniform int2 o2; 39 float4 txval401 = g_tTex2df4a . GatherCmp(g_sSampCmp, c3, 0.75, o2); 40 int4 txval411 = g_tTex2di4a . GatherCmp(g_sSampCmp, c3, 0.75, o2); 41 uint4 txval421 = g_tTex2du4a . GatherCmp(g_sSampCmp, c3, 0.75, o2); 43 float4 txval001 = g_tTex2df4a . GatherCmpRed(g_sSampCmp, c3, 0.75, o2); 44 int4 txval011 = g_tTex2di4a . GatherCmpRed(g_sSampCmp, c3, 0.75, o2); 45 uint4 txval021 = g_tTex2du4a . GatherCmpRed(g_sSampCmp, c3, 0.75, o2); 47 float4 txval004 = g_tTex2df4a . GatherCmpRed(g_sSampCmp, c3, 0.75, o2, o2, o2, o2); 48 int4 txval014 = g_tTex2di4a . GatherCmpRed(g_sSampCmp, c3, 0.75, o2, o2, o2, o2); 49 uint4 txval024 = g_tTex2du4a . GatherCmpRed(g_sSampCmp, c3, 0.75, o2, o2, o2, o2); [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Sparc/ |
D | sparc-mem-instructions.s | 4 ! CHECK: ldsb [%i0+%l6], %o2 ! encoding: [0xd4,0x4e,0x00,0x16] 5 ldsb [%i0 + %l6], %o2 6 ! CHECK: ldsb [%i0+32], %o2 ! encoding: [0xd4,0x4e,0x20,0x20] 7 ldsb [%i0 + 32], %o2 10 ! CHECK: ldsba [%i0+%l6] 131, %o2 ! encoding: [0xd4,0xce,0x10,0x76] 11 ldsba [%i0 + %l6] 131, %o2 13 ! CHECK: ldsh [%i0+%l6], %o2 ! encoding: [0xd4,0x56,0x00,0x16] 14 ldsh [%i0 + %l6], %o2 15 ! CHECK: ldsh [%i0+32], %o2 ! encoding: [0xd4,0x56,0x20,0x20] 16 ldsh [%i0 + 32], %o2 [all …]
|
D | leon-instructions.s | 8 ! CHECK: casa [%i0] 10, %l6, %o2 ! encoding: [0xd5,0xe6,0x01,0x56] 9 casa [%i0] 10, %l6, %o2 11 ! CHECK: casa [%i0] 5, %l6, %o2 ! encoding: [0xd5,0xe6,0x00,0xb6] 12 casa [%i0] 5, %l6, %o2 14 ! CHECK: umac %i0, %l6, %o2 ! encoding: [0x95,0xf6,0x00,0x16] 15 ! CHECK_NO_CASA: umac %i0, %l6, %o2 ! encoding: [0x95,0xf6,0x00,0x16] 16 umac %i0, %l6, %o2 18 ! CHECK: smac %i0, %l6, %o2 ! encoding: [0x95,0xfe,0x00,0x16] 19 ! CHECK_NO_CASA: smac %i0, %l6, %o2 ! encoding: [0x95,0xfe,0x00,0x16] 20 smac %i0, %l6, %o2
|
/external/llvm/test/MC/Sparc/ |
D | sparc-mem-instructions.s | 4 ! CHECK: ldsb [%i0+%l6], %o2 ! encoding: [0xd4,0x4e,0x00,0x16] 5 ldsb [%i0 + %l6], %o2 6 ! CHECK: ldsb [%i0+32], %o2 ! encoding: [0xd4,0x4e,0x20,0x20] 7 ldsb [%i0 + 32], %o2 10 ! CHECK: ldsba [%i0+%l6] 131, %o2 ! encoding: [0xd4,0xce,0x10,0x76] 11 ldsba [%i0 + %l6] 131, %o2 13 ! CHECK: ldsh [%i0+%l6], %o2 ! encoding: [0xd4,0x56,0x00,0x16] 14 ldsh [%i0 + %l6], %o2 15 ! CHECK: ldsh [%i0+32], %o2 ! encoding: [0xd4,0x56,0x20,0x20] 16 ldsh [%i0 + 32], %o2 [all …]
|
/external/libexif/libexif/olympus/ |
D | exif-mnote-data-olympus.c | 103 size_t i, o, s, doff, base = 0, o2 = 6 + 2; in exif_mnote_data_olympus_save() local 146 o2 += 4; in exif_mnote_data_olympus_save() 179 o2 += 2 + 8; in exif_mnote_data_olympus_save() 183 exif_set_long (*buf + o2 + 2 + n->count * 12, n->order, 0); in exif_mnote_data_olympus_save() 190 exif_set_short (*buf + o2, n->order, (ExifShort) n->count); in exif_mnote_data_olympus_save() 191 o2 += 2; in exif_mnote_data_olympus_save() 195 o = o2 + i * 12; in exif_mnote_data_olympus_save() 242 size_t i, tcount, o, o2, datao = 6, base = 0; in exif_mnote_data_olympus_load() local 249 o2 = 6 + n->offset; /* Start of interesting data */ in exif_mnote_data_olympus_load() 250 if ((o2 + 10 < o2) || (o2 + 10 < 10) || (o2 + 10 > buf_size)) { in exif_mnote_data_olympus_load() [all …]
|
/external/capstone/suite/MC/Sparc/ |
D | sparc-mem-instructions.s.cs | 2 0xd4,0x4e,0x00,0x16 = ldsb [%i0+%l6], %o2 3 0xd4,0x4e,0x20,0x20 = ldsb [%i0+32], %o2 5 0xd4,0x56,0x00,0x16 = ldsh [%i0+%l6], %o2 6 0xd4,0x56,0x20,0x20 = ldsh [%i0+32], %o2 8 0xd4,0x0e,0x00,0x16 = ldub [%i0+%l6], %o2 9 0xd4,0x0e,0x20,0x20 = ldub [%i0+32], %o2 10 0xd4,0x08,0x60,0x00 = ldub [%g1], %o2 11 0xd4,0x16,0x00,0x16 = lduh [%i0+%l6], %o2 12 0xd4,0x16,0x20,0x20 = lduh [%i0+32], %o2 13 0xd4,0x10,0x60,0x00 = lduh [%g1], %o2 [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/Sparc/ |
D | sparc-mem.txt | 3 # CHECK: ldsb [%i0+%l6], %o2 6 # CHECK: ldsb [%i0+32], %o2 15 # CHECK: ldsh [%i0+%l6], %o2 18 # CHECK: ldsh [%i0+32], %o2 27 # CHECK: ldub [%i0+%l6], %o2 30 # CHECK: ldub [%i0+32], %o2 33 # CHECK: ldub [%g1], %o2 36 # CHECK: ldub [%g1], %o2 39 # CHECK: lduh [%i0+%l6], %o2 42 # CHECK: lduh [%i0+32], %o2 [all …]
|
/external/llvm/test/MC/Disassembler/Sparc/ |
D | sparc-mem.txt | 3 # CHECK: ldsb [%i0+%l6], %o2 6 # CHECK: ldsb [%i0+32], %o2 15 # CHECK: ldsh [%i0+%l6], %o2 18 # CHECK: ldsh [%i0+32], %o2 27 # CHECK: ldub [%i0+%l6], %o2 30 # CHECK: ldub [%i0+32], %o2 33 # CHECK: ldub [%g1], %o2 36 # CHECK: ldub [%g1], %o2 39 # CHECK: lduh [%i0+%l6], %o2 42 # CHECK: lduh [%i0+32], %o2 [all …]
|
/external/python/cpython3/Doc/c-api/ |
D | number.rst | 15 .. c:function:: PyObject* PyNumber_Add(PyObject *o1, PyObject *o2) 17 Returns the result of adding *o1* and *o2*, or *NULL* on failure. This is the 18 equivalent of the Python expression ``o1 + o2``. 21 .. c:function:: PyObject* PyNumber_Subtract(PyObject *o1, PyObject *o2) 23 Returns the result of subtracting *o2* from *o1*, or *NULL* on failure. This is 24 the equivalent of the Python expression ``o1 - o2``. 27 .. c:function:: PyObject* PyNumber_Multiply(PyObject *o1, PyObject *o2) 29 Returns the result of multiplying *o1* and *o2*, or *NULL* on failure. This is 30 the equivalent of the Python expression ``o1 * o2``. 33 .. c:function:: PyObject* PyNumber_MatrixMultiply(PyObject *o1, PyObject *o2) [all …]
|
/external/python/cpython2/Doc/c-api/ |
D | number.rst | 15 .. c:function:: PyObject* PyNumber_Add(PyObject *o1, PyObject *o2) 17 Returns the result of adding *o1* and *o2*, or *NULL* on failure. This is the 18 equivalent of the Python expression ``o1 + o2``. 21 .. c:function:: PyObject* PyNumber_Subtract(PyObject *o1, PyObject *o2) 23 Returns the result of subtracting *o2* from *o1*, or *NULL* on failure. This is 24 the equivalent of the Python expression ``o1 - o2``. 27 .. c:function:: PyObject* PyNumber_Multiply(PyObject *o1, PyObject *o2) 29 Returns the result of multiplying *o1* and *o2*, or *NULL* on failure. This is 30 the equivalent of the Python expression ``o1 * o2``. 33 .. c:function:: PyObject* PyNumber_Divide(PyObject *o1, PyObject *o2) [all …]
|
/external/mockito/src/main/java/org/mockito/internal/matchers/ |
D | Equality.java | 12 public static boolean areEqual(Object o1, Object o2) { in areEqual() argument 13 if (o1 == o2 ) { in areEqual() 15 } else if (o1 == null || o2 == null) { in areEqual() 18 return isArray(o2) && areArraysEqual(o1, o2); in areEqual() 20 return o1.equals(o2); in areEqual() 24 static boolean areArraysEqual(Object o1, Object o2) { in areArraysEqual() argument 25 return areArrayLengthsEqual(o1, o2) in areArraysEqual() 26 && areArrayElementsEqual(o1, o2); in areArraysEqual() 29 static boolean areArrayLengthsEqual(Object o1, Object o2) { in areArrayLengthsEqual() argument 30 return Array.getLength(o1) == Array.getLength(o2); in areArrayLengthsEqual() [all …]
|
/external/strace/tests/ |
D | rt_sigaction.awk | 59 o1[1][1] = o2[1][1] = "SIG_DFL" 60 o1[1][2] = o2[1][2] = "\\[\\]" 61 o1[1][3] = o2[1][3] = "0" 62 o1[1][4] = o2[1][4] = "" 67 o2[i][j] = n2[i - 1][j] 83 o2[i][1] ", sa_mask=" o2[i][2] ", sa_flags=" o2[i][3] \ 84 o2[i][4] "\\}, " a2 "|" \ 87 o2[i][1] ", sa_mask=" o2[i][2] ", sa_flags=" o2[i][3] \ 88 o2[i][4] "\\}, " a3 ")\\) = 0$"
|
/external/strace/tests-mx32/ |
D | rt_sigaction.awk | 59 o1[1][1] = o2[1][1] = "SIG_DFL" 60 o1[1][2] = o2[1][2] = "\\[\\]" 61 o1[1][3] = o2[1][3] = "0" 62 o1[1][4] = o2[1][4] = "" 67 o2[i][j] = n2[i - 1][j] 83 o2[i][1] ", sa_mask=" o2[i][2] ", sa_flags=" o2[i][3] \ 84 o2[i][4] "\\}, " a2 "|" \ 87 o2[i][1] ", sa_mask=" o2[i][2] ", sa_flags=" o2[i][3] \ 88 o2[i][4] "\\}, " a3 ")\\) = 0$"
|
/external/strace/tests-m32/ |
D | rt_sigaction.awk | 59 o1[1][1] = o2[1][1] = "SIG_DFL" 60 o1[1][2] = o2[1][2] = "\\[\\]" 61 o1[1][3] = o2[1][3] = "0" 62 o1[1][4] = o2[1][4] = "" 67 o2[i][j] = n2[i - 1][j] 83 o2[i][1] ", sa_mask=" o2[i][2] ", sa_flags=" o2[i][3] \ 84 o2[i][4] "\\}, " a2 "|" \ 87 o2[i][1] ", sa_mask=" o2[i][2] ", sa_flags=" o2[i][3] \ 88 o2[i][4] "\\}, " a3 ")\\) = 0$"
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | X86DisassemblerTables.cpp | 288 raw_ostream &o2, in emitModRMDecision() argument 300 o2.indent(i2) << "{ /* ModRMDecision */" << "\n"; in emitModRMDecision() 303 o2.indent(i2) << stringForDecisionType(dt) << "," << "\n"; in emitModRMDecision() 304 o2.indent(i2) << "modRMEmptyTable"; in emitModRMDecision() 307 o2.indent(i2) << "}"; in emitModRMDecision() 350 o2.indent(i2) << "{ /* struct ModRMDecision */" << "\n"; in emitModRMDecision() 353 o2.indent(i2) << stringForDecisionType(dt) << "," << "\n"; in emitModRMDecision() 354 o2.indent(i2) << "modRMTable" << sTableNumber << "\n"; in emitModRMDecision() 357 o2.indent(i2) << "}"; in emitModRMDecision() 364 raw_ostream &o2, in emitOpcodeDecision() argument [all …]
|
/external/python/cpython2/Include/ |
D | abstract.h | 231 PyAPI_FUNC(int) PyObject_Cmp(PyObject *o1, PyObject *o2, int *result); 660 PyAPI_FUNC(PyObject *) PyNumber_Add(PyObject *o1, PyObject *o2); 669 PyAPI_FUNC(PyObject *) PyNumber_Subtract(PyObject *o1, PyObject *o2); 678 PyAPI_FUNC(PyObject *) PyNumber_Multiply(PyObject *o1, PyObject *o2); 688 PyAPI_FUNC(PyObject *) PyNumber_Divide(PyObject *o1, PyObject *o2); 697 PyAPI_FUNC(PyObject *) PyNumber_FloorDivide(PyObject *o1, PyObject *o2); 707 PyAPI_FUNC(PyObject *) PyNumber_TrueDivide(PyObject *o1, PyObject *o2); 717 PyAPI_FUNC(PyObject *) PyNumber_Remainder(PyObject *o1, PyObject *o2); 727 PyAPI_FUNC(PyObject *) PyNumber_Divmod(PyObject *o1, PyObject *o2); 737 PyAPI_FUNC(PyObject *) PyNumber_Power(PyObject *o1, PyObject *o2, [all …]
|
/external/libcxx/test/std/utilities/optional/optional.relops/ |
D | less_than.pass.cpp | 32 constexpr O o2; // disengaged in main() local 38 static_assert(!(o1 < o2), ""); in main() 43 static_assert(!(o2 < o1), ""); in main() 44 static_assert(!(o2 < o2), ""); in main() 45 static_assert((o2 < o3), ""); in main() 46 static_assert((o2 < o4), ""); in main() 47 static_assert((o2 < o5), ""); in main() 50 static_assert(!(o3 < o2), ""); in main() 56 static_assert(!(o4 < o2), ""); in main() 62 static_assert(!(o5 < o2), ""); in main()
|
D | greater_equal.pass.cpp | 34 constexpr O o2; // disengaged in main() local 40 static_assert((o1 >= o2), ""); in main() 45 static_assert((o2 >= o1), ""); in main() 46 static_assert((o2 >= o2), ""); in main() 47 static_assert(!(o2 >= o3), ""); in main() 48 static_assert(!(o2 >= o4), ""); in main() 49 static_assert(!(o2 >= o5), ""); in main() 52 static_assert((o3 >= o2), ""); in main() 58 static_assert((o4 >= o2), ""); in main() 64 static_assert((o5 >= o2), ""); in main()
|
D | not_equal.pass.cpp | 37 constexpr O o2; // disengaged in main() local 43 static_assert(!(o1 != o2), ""); in main() 48 static_assert(!(o2 != o1), ""); in main() 49 static_assert(!(o2 != o2), ""); in main() 50 static_assert((o2 != o3), ""); in main() 51 static_assert((o2 != o4), ""); in main() 52 static_assert((o2 != o5), ""); in main() 55 static_assert((o3 != o2), ""); in main() 61 static_assert((o4 != o2), ""); in main() 67 static_assert((o5 != o2), ""); in main()
|
D | greater_than.pass.cpp | 32 constexpr O o2; // disengaged in main() local 38 static_assert(!(o1 > o2), ""); in main() 43 static_assert(!(o2 > o1), ""); in main() 44 static_assert(!(o2 > o2), ""); in main() 45 static_assert(!(o2 > o3), ""); in main() 46 static_assert(!(o2 > o4), ""); in main() 47 static_assert(!(o2 > o5), ""); in main() 50 static_assert((o3 > o2), ""); in main() 56 static_assert((o4 > o2), ""); in main() 62 static_assert((o5 > o2), ""); in main()
|
D | less_equal.pass.cpp | 34 constexpr O o2; // disengaged in main() local 40 static_assert((o1 <= o2), ""); in main() 45 static_assert((o2 <= o1), ""); in main() 46 static_assert((o2 <= o2), ""); in main() 47 static_assert((o2 <= o3), ""); in main() 48 static_assert((o2 <= o4), ""); in main() 49 static_assert((o2 <= o5), ""); in main() 52 static_assert(!(o3 <= o2), ""); in main() 58 static_assert(!(o4 <= o2), ""); in main() 64 static_assert(!(o5 <= o2), ""); in main()
|
D | equal.pass.cpp | 37 constexpr O o2; // disengaged in main() local 43 static_assert(o1 == o2, ""); in main() 48 static_assert(o2 == o1, ""); in main() 49 static_assert(o2 == o2, ""); in main() 50 static_assert(!(o2 == o3), ""); in main() 51 static_assert(!(o2 == o4), ""); in main() 52 static_assert(!(o2 == o5), ""); in main() 55 static_assert(!(o3 == o2), ""); in main() 61 static_assert(!(o4 == o2), ""); in main() 67 static_assert(!(o5 == o2), ""); in main()
|
/external/openssh/regress/unittests/test_helper/ |
D | fuzz.c | 74 size_t o1, o2; member 117 (((fuzz_ullong)fuzz->o2) * fuzz->slen * 8) + fuzz->o1, in fuzz_fmt() 119 fuzz->o1, fuzz->o2); in fuzz_fmt() 129 (((fuzz_ullong)fuzz->o2) * fuzz->slen) + fuzz->o1, in fuzz_fmt() 131 fuzz->o1, fuzz->o2); in fuzz_fmt() 144 assert(fuzz->o2 < sizeof(fuzz_b64chars) - 1); in fuzz_fmt() 147 (fuzz->o1 * (fuzz_ullong)64) + fuzz->o2, in fuzz_fmt() 149 fuzz_b64chars[fuzz->o2]); in fuzz_fmt() 264 fuzz, fuzz_ntop(fuzz->strategy), fuzz->o1, fuzz->o2, fuzz->slen)); in fuzz_strategy_done() 270 return fuzz->o2 >= fuzz->slen * 8; in fuzz_strategy_done() [all …]
|