/third_party/python/Doc/c-api/ |
D | number.rst | 18 .. c:function:: PyObject* PyNumber_Add(PyObject *o1, PyObject *o2) 20 Returns the result of adding *o1* and *o2*, or ``NULL`` on failure. This is the 21 equivalent of the Python expression ``o1 + o2``. 24 .. c:function:: PyObject* PyNumber_Subtract(PyObject *o1, PyObject *o2) 26 Returns the result of subtracting *o2* from *o1*, or ``NULL`` on failure. This is 27 the equivalent of the Python expression ``o1 - o2``. 30 .. c:function:: PyObject* PyNumber_Multiply(PyObject *o1, PyObject *o2) 32 Returns the result of multiplying *o1* and *o2*, or ``NULL`` on failure. This is 33 the equivalent of the Python expression ``o1 * o2``. 36 .. c:function:: PyObject* PyNumber_MatrixMultiply(PyObject *o1, PyObject *o2) [all …]
|
/third_party/boost/libs/optional/test/ |
D | optional_test_ref_portable_minimum.cpp | 132 optional<T&> o1; in test_not_containing_value_for() local 134 optional<T&> o3 = o1; in test_not_containing_value_for() 136 BOOST_TEST(!o1); in test_not_containing_value_for() 140 BOOST_TEST(o1 == none); in test_not_containing_value_for() 206 optional<U&> o1(v), o2(v); in test_clearing_the_value() local 208 BOOST_TEST(o1); in test_clearing_the_value() 209 BOOST_TEST(o1 != none); in test_clearing_the_value() 213 o1 = none; in test_clearing_the_value() 214 BOOST_TEST(!o1); in test_clearing_the_value() 215 BOOST_TEST(o1 == none); in test_clearing_the_value() [all …]
|
D | optional_test_ref_converting_ctor.cpp | 32 optional<T&> o1 = v1, o1_ = v1, o2 = v2; in test_converting_ctor() local 34 BOOST_TEST(o1); in test_converting_ctor() 35 BOOST_TEST(boost::addressof(*o1) == boost::addressof(v1)); in test_converting_ctor() 38 BOOST_TEST(boost::addressof(*o1_) == boost::addressof(*o1)); in test_converting_ctor() 42 BOOST_TEST(boost::addressof(*o2) != boost::addressof(*o1)); in test_converting_ctor() 45 const optional<T&> o1 = v1, o1_ = v1, o2 = v2; in test_converting_ctor() local 47 BOOST_TEST(o1); in test_converting_ctor() 48 BOOST_TEST(boost::addressof(*o1) == boost::addressof(v1)); in test_converting_ctor() 51 BOOST_TEST(boost::addressof(*o1_) == boost::addressof(*o1)); in test_converting_ctor() 55 BOOST_TEST(boost::addressof(*o2) != boost::addressof(*o1)); in test_converting_ctor() [all …]
|
D | optional_test_move.cpp | 75 optional<Oracle> o1 ((OracleVal())); in test_move_ctor_from_U() local 76 BOOST_TEST(o1); in test_move_ctor_from_U() 77 BOOST_TEST(o1->s == sValueMoveConstructed || o1->s == sMoveConstructed); in test_move_ctor_from_U() 93 optional<Oracle> o1 ((Oracle())); in test_move_ctor_form_T() local 94 BOOST_TEST(o1); in test_move_ctor_form_T() 95 BOOST_TEST(o1->s == sMoveConstructed); in test_move_ctor_form_T() 111 optional<Oracle> o1; in test_move_ctor_from_optional_T() local 112 optional<Oracle> o2(boost::move(o1)); in test_move_ctor_from_optional_T() 114 BOOST_TEST(!o1); in test_move_ctor_from_optional_T() 136 optional<Oracle> o1 = boost::none; // test if additional ctors didn't break it in test_move_assign_from_U() local [all …]
|
D | optional_test_old_impl.cpp | 49 optional<T> o1(1); in test_function_value_for() local 54 T& v = o1.value(); in test_function_value_for() 130 optional<int> o1 = 1; in test_function_value_or_eval() local 135 BOOST_TEST_EQ(o1.value_or_eval(funM), 1); in test_function_value_or_eval() 137 BOOST_TEST_EQ(o1.value_or_eval(FunM()), 1); in test_function_value_or_eval() 140 BOOST_TEST_EQ(o1.value_or_eval(funC), 1); in test_function_value_or_eval() 142 BOOST_TEST_EQ(o1.value_or_eval(FunC()), 1); in test_function_value_or_eval() 145 BOOST_TEST_EQ(o1.value_or_eval(funP), 1); in test_function_value_or_eval() 149 BOOST_TEST_EQ(o1.value_or_eval([](){return 8;}), 1); in test_function_value_or_eval() 155 BOOST_TEST_EQ(o1.value_or_eval(throw_), 1); in test_function_value_or_eval()
|
D | optional_test_value_access.cpp | 48 optional<T> o1(1); in test_function_value_for() local 53 T& v = o1.value(); in test_function_value_for() 129 optional<int> o1 = 1; in test_function_value_or_eval() local 134 BOOST_TEST_EQ(o1.value_or_eval(funM), 1); in test_function_value_or_eval() 136 BOOST_TEST_EQ(o1.value_or_eval(FunM()), 1); in test_function_value_or_eval() 139 BOOST_TEST_EQ(o1.value_or_eval(funC), 1); in test_function_value_or_eval() 141 BOOST_TEST_EQ(o1.value_or_eval(FunC()), 1); in test_function_value_or_eval() 144 BOOST_TEST_EQ(o1.value_or_eval(funP), 1); in test_function_value_or_eval() 148 BOOST_TEST_EQ(o1.value_or_eval([](){return 8;}), 1); in test_function_value_or_eval() 154 BOOST_TEST_EQ(o1.value_or_eval(throw_), 1); in test_function_value_or_eval()
|
/third_party/openssl/crypto/sha/asm/ |
D | sha512-sparcv9.pl | 80 $B="%o1"; 104 @X=("%o0","%o1","%o2","%o3","%o4","%o5","%g1","%o7"); 495 andcc %o1, 0x7, %g0 501 ldd [%o1 + 0x00], %f16 502 ldd [%o1 + 0x08], %f18 503 ldd [%o1 + 0x10], %f20 504 ldd [%o1 + 0x18], %f22 505 ldd [%o1 + 0x20], %f24 506 ldd [%o1 + 0x28], %f26 507 ldd [%o1 + 0x30], %f28 [all …]
|
D | sha1-sparcv9.pl | 38 @X=("%o0","%o1","%o2","%o3","%o4","%o5","%g1","%o7"); 217 andcc %o1, 0x7, %g0 223 ldd [%o1 + 0x00], %f8 224 ldd [%o1 + 0x08], %f10 225 ldd [%o1 + 0x10], %f12 226 ldd [%o1 + 0x18], %f14 227 ldd [%o1 + 0x20], %f16 228 ldd [%o1 + 0x28], %f18 229 ldd [%o1 + 0x30], %f20 231 ldd [%o1 + 0x38], %f22 [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | implicitIndexSignatures.js | 19 const o1 = { a: 1, b: 2 }; variable 21 const v1 = getStringIndexValue(o1); 26 const o1 = { a: "1", b: "2" }; variable 28 const v1 = getStringIndexValue(o1); 33 const o1 = { a: 1, b: "2" }; variable 35 const v1 = getStringIndexValue(o1); 40 const o1 = { 0: "0", 1: "1", count: 2 }; variable 42 const v1 = getStringIndexValue(o1); 44 const v3 = getNumberIndexValue(o1); 73 var o1 = { a: 1, b: 2 }; variable [all …]
|
D | callChain.js | 2 declare const o1: undefined | ((...args: any[]) => number); 3 o1?.(); 4 o1?.(1); 5 o1?.(...[1, 2]); 6 o1?.(1, ...[2, 3], 4); 52 o1 === null || o1 === void 0 ? void 0 : o1(); 53 o1 === null || o1 === void 0 ? void 0 : o1(1); 54 o1 === null || o1 === void 0 ? void 0 : o1.apply(void 0, [1, 2]); 55 o1 === null || o1 === void 0 ? void 0 : o1.apply(void 0, __spreadArray(__spreadArray([1], [2, 3]), …
|
D | propertyAccessChain.js | 2 declare const o1: undefined | { b: string }; 3 o1?.b; 22 o1?.b ? 1 : 0; 31 o1 === null || o1 === void 0 ? void 0 : o1.b; 38 (o1 === null || o1 === void 0 ? void 0 : o1.b) ? 1 : 0;
|
D | implicitIndexSignatures.types | 71 const o1 = { a: 1, b: 2 }; 72 >o1 : { a: number; b: number; } 84 const v1 = getStringIndexValue(o1); 86 >getStringIndexValue(o1) : number 88 >o1 : { a: number; b: number; } 100 const o1 = { a: "1", b: "2" }; 101 >o1 : { a: string; b: string; } 113 const v1 = getStringIndexValue(o1); 115 >getStringIndexValue(o1) : string 117 >o1 : { a: string; b: string; } [all …]
|
D | objectLiteralIndexers.js | 14 var o1: { [s: string]: A;[n: number]: B; } = { x: a, 0: b }; // string indexer is A, number indexer… variable 15 o1 = { x: b, 0: c }; // both indexers are any variable 16 o1 = { x: c, 0: b }; // string indexer is any, number indexer is B variable 22 var o1 = { x: a, 0: b }; // string indexer is A, number indexer is B variable 23 o1 = { x: b, 0: c }; // both indexers are any variable 24 o1 = { x: c, 0: b }; // string indexer is any, number indexer is B variable
|
D | implicitIndexSignatures.symbols | 66 const o1 = { a: 1, b: 2 }; 67 >o1 : Symbol(o1, Decl(implicitIndexSignatures.ts, 17, 9)) 76 const v1 = getStringIndexValue(o1); 79 >o1 : Symbol(o1, Decl(implicitIndexSignatures.ts, 17, 9)) 90 const o1 = { a: "1", b: "2" }; 91 >o1 : Symbol(o1, Decl(implicitIndexSignatures.ts, 24, 9)) 100 const v1 = getStringIndexValue(o1); 103 >o1 : Symbol(o1, Decl(implicitIndexSignatures.ts, 24, 9)) 114 const o1 = { a: 1, b: "2" }; 115 >o1 : Symbol(o1, Decl(implicitIndexSignatures.ts, 31, 9)) [all …]
|
D | objectLiteralIndexers.types | 21 var o1: { [s: string]: A;[n: number]: B; } = { x: a, 0: b }; // string indexer is A, number indexer… 22 >o1 : { [s: string]: A; [n: number]: B; } 31 o1 = { x: b, 0: c }; // both indexers are any 32 >o1 = { x: b, 0: c } : { x: B; 0: any; } 33 >o1 : { [s: string]: A; [n: number]: B; } 40 o1 = { x: c, 0: b }; // string indexer is any, number indexer is B 41 >o1 = { x: c, 0: b } : { x: any; 0: B; } 42 >o1 : { [s: string]: A; [n: number]: B; }
|
D | deleteChain.js | 2 declare const o1: undefined | { b: string }; 3 delete o1?.b; 4 delete (o1?.b); 30 o1 === null || o1 === void 0 ? true : delete o1.b; 31 (o1 === null || o1 === void 0 ? true : delete o1.b);
|
D | callChain.2.js | 2 declare const o1: undefined | (() => number); 3 o1?.(); 14 o1 === null || o1 === void 0 ? void 0 : o1();
|
/third_party/openssl/crypto/bn/asm/ |
D | sparcv9a-mont.pl | 154 sll $num,2,%o1 155 add %o1,$num,%o1 ! %o1=num*5 156 sub %o0,%o1,%o0 187 ld [%o4+0],%o1 190 or %g5,%o1,%o1 194 mulx %o1,%o0,%o0 ! ap[0]*bp[0] 294 ldx [%sp+$bias+$frame+8],%o1 304 add %o7,%o1,%o1 308 srlx %o1,16,%o7 317 add %o7,%o3,%o3 ! %o3.%o2[0..15].%o1[0..15].%o0[0..15] [all …]
|
/third_party/openssl/crypto/perlasm/ |
D | sparcv9_modes.pl | 96 ldx [$inp + 8], %o1 100 srlx %o1, $iright, %g1 101 sllx %o1, $ileft, %o1 104 or %o2, %o1, %o1 107 xor %g5, %o1, %o1 109 movxtod %o1, %f14 206 ldx [$inp + 8], %o1 210 srlx %o1, $iright, %g1 211 sllx %o1, $ileft, %o1 214 or %o2, %o1, %o1 [all …]
|
/third_party/python/Include/ |
D | abstract.h | 399 PyAPI_FUNC(PyObject *) PyNumber_Add(PyObject *o1, PyObject *o2); 404 PyAPI_FUNC(PyObject *) PyNumber_Subtract(PyObject *o1, PyObject *o2); 409 PyAPI_FUNC(PyObject *) PyNumber_Multiply(PyObject *o1, PyObject *o2); 413 PyAPI_FUNC(PyObject *) PyNumber_MatrixMultiply(PyObject *o1, PyObject *o2); 420 PyAPI_FUNC(PyObject *) PyNumber_FloorDivide(PyObject *o1, PyObject *o2); 426 PyAPI_FUNC(PyObject *) PyNumber_TrueDivide(PyObject *o1, PyObject *o2); 431 PyAPI_FUNC(PyObject *) PyNumber_Remainder(PyObject *o1, PyObject *o2); 438 PyAPI_FUNC(PyObject *) PyNumber_Divmod(PyObject *o1, PyObject *o2); 444 PyAPI_FUNC(PyObject *) PyNumber_Power(PyObject *o1, PyObject *o2, 470 PyAPI_FUNC(PyObject *) PyNumber_Lshift(PyObject *o1, PyObject *o2); [all …]
|
/third_party/openssl/crypto/md5/asm/ |
D | md5-sparcv9.pl | 35 @X=("%o0","%o1","%o2","%o3","%o4","%o5","%o7","%g1","%g2"); 228 andcc %o1, 0x7, %g0 238 ldd [%o1 + 0x00], %f8 239 ldd [%o1 + 0x08], %f10 240 ldd [%o1 + 0x10], %f12 241 ldd [%o1 + 0x18], %f14 242 ldd [%o1 + 0x20], %f16 243 ldd [%o1 + 0x28], %f18 244 ldd [%o1 + 0x30], %f20 246 ldd [%o1 + 0x38], %f22 [all …]
|
/third_party/pulseaudio/src/pulse/ |
D | format.c | 242 const pa_json_object *o1; in pa_format_info_get_prop_type() local 273 o1 = pa_json_object_get_array_member(o, 0); in pa_format_info_get_prop_type() 275 if (pa_json_object_get_type(o1) == PA_JSON_TYPE_INT) in pa_format_info_get_prop_type() 277 else if (pa_json_object_get_type(o1) == PA_JSON_TYPE_STRING) in pa_format_info_get_prop_type() 342 const pa_json_object *o1; in pa_format_info_get_prop_int_range() local 363 if (!(o1 = pa_json_object_get_object_member(o, PA_JSON_MIN_KEY)) || in pa_format_info_get_prop_int_range() 364 (pa_json_object_get_type(o1) != PA_JSON_TYPE_INT)) in pa_format_info_get_prop_int_range() 367 *min = pa_json_object_get_int(o1); in pa_format_info_get_prop_int_range() 369 if (!(o1 = pa_json_object_get_object_member(o, PA_JSON_MAX_KEY)) || in pa_format_info_get_prop_int_range() 370 (pa_json_object_get_type(o1) != PA_JSON_TYPE_INT)) in pa_format_info_get_prop_int_range() [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | implicitIndexSignatures.ts | 18 const o1 = { a: 1, b: 2 }; constant 20 const v1 = getStringIndexValue(o1); 25 const o1 = { a: "1", b: "2" }; constant 27 const v1 = getStringIndexValue(o1); 32 const o1 = { a: 1, b: "2" }; constant 34 const v1 = getStringIndexValue(o1); 39 const o1 = { 0: "0", 1: "1", count: 2 }; constant 41 const v1 = getStringIndexValue(o1); 43 const v3 = getNumberIndexValue(o1);
|
/third_party/openssl/crypto/ |
D | sparccpuid.S | 79 clr %o1 154 clr %o1 215 1: add %o1,%o2,%o3 220 add %o1,%o2,%o0 ! OpenSSL expects the new value 235 .word 0x93323020 !srlx %o0,32,%o1 238 xor %o1,%o1,%o1 245 add %sp,BIAS+2,%o1 246 .word 0xc19a5a40 !ldda [%o1]ASI_FP16_P,%f0 280 .word 0x93410000 !rd %tick,%o1 292 sub %o1,%o0,%o0 [all …]
|
/third_party/boost/libs/endian/test/ |
D | endian_operations_test.cpp | 62 T1 o1; in test() local 63 o1 = 1; // quiet warnings in test() 64 if (o1) return; // quiet warnings in test() 74 T1 o1(static_cast<T1>(o2)); in test() local 75 ++o1; // quiet gcc unused variable warning in test() 85 T1 o1 = o2; in test() local 86 ++o1; // quiet gcc unused variable warning in test() 97 T1 o1; in test() local 98 o1 = o2; in test() 99 if (o1) return; // quiet warnings in test() [all …]
|