/third_party/boost/boost/icl/concept/ |
D | interval_bounds.hpp | 18 inline interval_bounds left(interval_bounds x1) in left() 21 inline interval_bounds right(interval_bounds x1) in right() 24 inline interval_bounds all(interval_bounds x1) in all() 27 inline bool operator == (const interval_bounds x1, const interval_bounds x2) in operator ==() 30 inline bool operator != (const interval_bounds x1, const interval_bounds x2) in operator !=() 33 inline interval_bounds operator & (interval_bounds x1, interval_bounds x2) in operator &() 36 inline interval_bounds operator | (interval_bounds x1, interval_bounds x2) in operator |() 47 inline interval_bounds operator ~ (interval_bounds x1) in operator ~() 50 inline interval_bounds outer_bounds(interval_bounds x1, interval_bounds x2) in outer_bounds() 53 inline interval_bounds inner_bounds(interval_bounds x1, interval_bounds x2) in inner_bounds() [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | es6ImportDefaultBindingFollowedWithNamedImport1.ts | 10 var x1: number = defaultBinding1; variable 12 var x1: number = defaultBinding2; variable 14 var x1: number = defaultBinding3; variable 16 var x1: number = defaultBinding4; variable 18 var x1: number = defaultBinding5; variable 20 var x1: number = defaultBinding6; variable
|
D | es6ImportDefaultBindingFollowedWithNamedImport1WithExport.ts | 11 export var x1: number = defaultBinding1; variable 13 export var x1: number = defaultBinding2; variable 15 export var x1: number = defaultBinding3; variable 17 export var x1: number = defaultBinding4; variable 19 export var x1: number = defaultBinding5; variable 21 export var x1: number = defaultBinding6; variable
|
D | es6ImportDefaultBindingFollowedWithNamedImportWithExport.ts | 14 export var x1: number = a; variable 16 export var x1: number = b; variable 18 export var x1: number = x; variable 19 export var x1: number = y; variable 21 export var x1: number = z; variable 23 export var x1: number = m; variable
|
D | es6ImportDefaultBindingFollowedWithNamedImport.ts | 14 var x1: number = a; variable 16 var x1: number = b; variable 18 var x1: number = x; variable 19 var x1: number = y; variable 21 var x1: number = z; variable 23 var x1: number = m; variable
|
D | es6ImportDefaultBindingFollowedWithNamedImportInEs5.ts | 13 var x1: number = a; variable 15 var x1: number = b; variable 17 var x1: number = x; variable 18 var x1: number = y; variable 20 var x1: number = z; variable 22 var x1: number = m; variable
|
/third_party/boost/libs/phoenix/test/boost_bind_compatibility/ |
D | bind_stateful_test.cpp | 63 int operator()(int x1, int x2) const in operator ()() 68 int operator()(int x1, int x2, int x3) const in operator ()() 73 int operator()(int x1, int x2, int x3, int x4) const in operator ()() 78 int operator()(int x1, int x2, int x3, int x4, int x5) const in operator ()() 83 int operator()(int x1, int x2, int x3, int x4, int x5, int x6) const in operator ()() 88 int operator()(int x1, int x2, int x3, int x4, int x5, int x6, int x7) const in operator ()() 93 int operator()(int x1, int x2, int x3, int x4, int x5, int x6, int x7, int x8) const in operator ()() 98 int operator()(int x1, int x2, int x3, int x4, int x5, int x6, int x7, int x8, int x9) const in operator ()() 128 int operator()(int x1) in operator ()() 133 int operator()(int x1, int x2) in operator ()() [all …]
|
/third_party/boost/libs/bind/test/ |
D | bind_stateful_test.cpp | 52 int operator()(int x1) in operator ()() 57 int operator()(int x1, int x2) in operator ()() 62 int operator()(int x1, int x2, int x3) in operator ()() 67 int operator()(int x1, int x2, int x3, int x4) in operator ()() 72 int operator()(int x1, int x2, int x3, int x4, int x5) in operator ()() 77 int operator()(int x1, int x2, int x3, int x4, int x5, int x6) in operator ()() 82 int operator()(int x1, int x2, int x3, int x4, int x5, int x6, int x7) in operator ()() 87 int operator()(int x1, int x2, int x3, int x4, int x5, int x6, int x7, int x8) in operator ()() 92 int operator()(int x1, int x2, int x3, int x4, int x5, int x6, int x7, int x8, int x9) in operator ()() 103 int f1(int & state_, int x1) in f1() [all …]
|
/third_party/boost/libs/variant2/test/ |
D | variant_visit_derived.cpp | 40 …BOOST_TEST_EQ( (visit( []( int x1, float x2 ){ return (int)(x1 * 1000) + (int)(x2 * 100); }, v1, v… in main() 42 … visit( []( int x1, float x2 ){ BOOST_TEST_EQ( x1, 1 ); BOOST_TEST_EQ( x2, 3.14f ); }, v1, v2 ); in main() 43 …visit( []( int x1, float x2 ){ BOOST_TEST_EQ( x1, 1 ); BOOST_TEST_EQ( x2, 3.14f ); }, std::move(v1… in main() 50 …BOOST_TEST_EQ( (visit( []( int x1, float x2 ){ return (int)(x1 * 1000) + (int)(x2 * 100); }, v1, v… in main() 52 … visit( []( int x1, float x2 ){ BOOST_TEST_EQ( x1, 1 ); BOOST_TEST_EQ( x2, 3.14f ); }, v1, v2 ); in main() 53 …visit( []( int x1, float x2 ){ BOOST_TEST_EQ( x1, 1 ); BOOST_TEST_EQ( x2, 3.14f ); }, std::move(v1… in main()
|
D | variant_visit.cpp | 84 …BOOST_TEST_EQ( (visit( []( int x1, float x2 ){ return (int)(x1 * 1000) + (int)(x2 * 100); }, v1, v… in main() 86 … visit( []( int x1, float x2 ){ BOOST_TEST_EQ( x1, 1 ); BOOST_TEST_EQ( x2, 3.14f ); }, v1, v2 ); in main() 87 …visit( []( int x1, float x2 ){ BOOST_TEST_EQ( x1, 1 ); BOOST_TEST_EQ( x2, 3.14f ); }, std::move(v1… in main() 95 …BOOST_TEST_EQ( (visit( []( int x1, float x2, double x3 ){ return (int)(x1 * 100) * 1000000 + (int)… in main() 97 …visit( []( int x1, float x2, double x3 ){ BOOST_TEST_EQ( x1, 1 ); BOOST_TEST_EQ( x2, 3.14f ); BOOS… in main() 98 …visit( []( int x1, float x2, double x3 ){ BOOST_TEST_EQ( x1, 1 ); BOOST_TEST_EQ( x2, 3.14f ); BOOS… in main() 107 …BOOST_TEST_EQ( (visit( []( int x1, float x2, double x3, char x4 ){ return (long long)(x1 * 100) * … in main() 109 …visit( []( int x1, float x2, double x3, char x4 ){ BOOST_TEST_EQ( x1, 1 ); BOOST_TEST_EQ( x2, 3.14… in main() 110 …visit( []( int x1, float x2, double x3, char x4 ){ BOOST_TEST_EQ( x1, 1 ); BOOST_TEST_EQ( x2, 3.14… in main()
|
/third_party/mindspore/tests/ |
D | ops_common.py | 43 def construct1(self, x1, sens): argument 46 def construct2(self, x1, x2, sens): argument 49 def construct3(self, x1, x2, x3, sens): argument 52 def construct4(self, x1, x2, x3, x4, sens): argument 55 def construct5(self, x1, x2, x3, x4, x5, sens): argument 58 def construct6(self, x1, x2, x3, x4, x5, x6, sens): argument 61 def construct7(self, x1, x2, x3, x4, x5, x6, x7, sens): argument 117 def construct1_c0(self, x1): argument 123 def construct1_c1(self, x1): argument 129 def construct1_c2(self, x1): argument [all …]
|
/third_party/mindspore/tests/ut/python/parallel/ |
D | test_neighborexchange.py | 57 def construct(self, x1, x2): argument 84 def construct(self, x1, x2): argument 108 def construct(self, x1): argument 130 def construct(self, x1): argument 152 def construct(self, x1): argument 177 def construct(self, x1, x2): argument 206 def construct(self, x1, x2): argument 235 def construct(self, x1, x2): argument 263 def construct(self, x1, x2): argument 288 def construct(self, x1): argument [all …]
|
D | test_strategy_checkpoint.py | 39 def construct(self, x1, x6): argument 48 def construct(self, x1, x6): argument 67 def construct(self, x1, x6): argument 103 def construct(self, x1, x6, x7): argument 112 def construct(self, x1, x6, x7): argument 130 def construct(self, x1, x6, x7): argument 167 def construct(self, x1, x6): argument 176 def construct(self, x1, x6): argument 195 def construct(self, x1, x6): argument 224 def construct(self, x1, x6, x7): argument [all …]
|
D | test_alltoall.py | 134 def construct(self, x1): argument 155 def construct(self, x1): argument 177 def construct(self, x1): argument 199 def construct(self, x1): argument 221 def construct(self, x1): argument 243 def construct(self, x1): argument 265 def construct(self, x1): argument 287 def construct(self, x1): argument 309 def construct(self, x1): argument
|
/third_party/boost/libs/numeric/odeint/test/ |
D | resize.cpp | 45 std::vector< double > x1( 10 ); in BOOST_AUTO_TEST_CASE() local 55 state_type x1; in BOOST_AUTO_TEST_CASE() local 68 state_type x1; in BOOST_AUTO_TEST_CASE() local 78 state_type x1; in BOOST_AUTO_TEST_CASE() local 96 state_type x1 , x2; in BOOST_AUTO_TEST_CASE() local
|
D | range_algebra.cpp | 55 boost::array< double , 2 > x1 = {{ 1.0 , 1.0 }} , x2 = {{ 2.0 , 2.0 }}; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 66 boost::array< double , 2 > x1 = {{ 1.0 , 1.0 }} , x2 = {{ 2.0 , 2.0 }} , x3 = {{ 3.0 , 3.0 }}; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 76 …boost::array< double , 2 > x1 = {{ 1.0 , 1.0 }} , x2 = {{ 2.0 , 2.0 }} , x3 = {{ 3.0 , 3.0 }} , x4… in BOOST_AUTO_TEST_CASE_TEMPLATE() local 85 …boost::array< double , 2 > x1 = {{ 1.0 , 1.0 }} , x2 = {{ 2.0 , 2.0 }} , x3 = {{ 3.0 , 3.0 }} , x4… in BOOST_AUTO_TEST_CASE_TEMPLATE() local 94 …boost::array< double , 2 > x1 = {{ 1.0 , 1.0 }} , x2 = {{ 2.0 , 2.0 }} , x3 = {{ 3.0 , 3.0 }} , x4… in BOOST_AUTO_TEST_CASE_TEMPLATE() local 103 …boost::array< double , 2 > x1 = {{ 1.0 , 1.0 }} , x2 = {{ 2.0 , 2.0 }} , x3 = {{ 3.0 , 3.0 }} , x4… in BOOST_AUTO_TEST_CASE_TEMPLATE() local 112 …boost::array< double , 2 > x1 = {{ 1.0 , 1.0 }} , x2 = {{ 2.0 , 2.0 }} , x3 = {{ 3.0 , 3.0 }} , x4… in BOOST_AUTO_TEST_CASE_TEMPLATE() local 135 boost::array< length_type , 2 > x1 = {{ 1.0 * si::meter , 1.0 * si::meter }}; in BOOST_AUTO_TEST_CASE() local
|
/third_party/boost/libs/container_hash/test/ |
D | hash_string_test.cpp | 22 BOOST_HASH_TEST_NAMESPACE::hash<std::string> x1; in string_tests() local 43 std::string x1(1, '\0'); in string0_tests() local 63 BOOST_HASH_TEST_NAMESPACE::hash<std::wstring> x1; in wstring_tests() local 88 BOOST_HASH_TEST_NAMESPACE::hash<std::u16string> x1; in u16string_tests() local 113 BOOST_HASH_TEST_NAMESPACE::hash<std::u32string> x1; in u32string_tests() local 136 std::string x1(1, '\0'); in generic_string_tests() local
|
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/instanceofOperator/ |
D | instanceofOperatorWithLHSIsObject.ts | 3 var x1: any; variable 11 var r1 = a instanceof x1; variable 13 var r3 = c instanceof x1; variable 14 var r4 = d instanceof x1; variable
|
/third_party/mindspore/mindspore/numpy/ |
D | logic_ops.py | 29 def not_equal(x1, x2, dtype=None): argument 66 def less_equal(x1, x2, dtype=None): argument 99 def less(x1, x2, dtype=None): argument 131 def greater_equal(x1, x2, dtype=None): argument 163 def greater(x1, x2, dtype=None): argument 195 def equal(x1, x2, dtype=None): argument 639 def logical_or(x1, x2, dtype=None): argument 673 def logical_and(x1, x2, dtype=None): argument 707 def logical_xor(x1, x2, dtype=None): argument
|
/third_party/boost/libs/type_erasure/test/ |
D | test_callable.cpp | 45 any<test_concept> x1(&f1); in BOOST_AUTO_TEST_CASE() local 72 const any<test_concept> x1(&f1); in BOOST_AUTO_TEST_CASE() local 105 any<test_concept> x1(&f3); in BOOST_AUTO_TEST_CASE() local 132 const any<test_concept> x1(&f3); in BOOST_AUTO_TEST_CASE() local 161 any<test_concept> x1(get<0>(t1)); in BOOST_AUTO_TEST_CASE() local 193 const any<test_concept> x1(get<0>(t1)); in BOOST_AUTO_TEST_CASE() local 391 any<test_concept> x1 = model_ret_ref(); in BOOST_AUTO_TEST_CASE() local 406 any<test_concept> x1 = f_ret_ref; in BOOST_AUTO_TEST_CASE() local 423 any<test_concept> x1 = model_ret_ref(); in BOOST_AUTO_TEST_CASE() local 438 any<test_concept> x1 = f_ret_cref; in BOOST_AUTO_TEST_CASE() local [all …]
|
/third_party/typescript/tests/cases/conformance/types/members/ |
D | objectTypeWithStringNamedNumericProperty.ts | 33 var r10 = i[0x1] variable 34 var r11 = i[-0x1] variable 64 var r10 = i[0x1] variable 65 var r11 = i[-0x1] variable 94 var r10 = i[0x1] variable 95 var r11 = i[-0x1] variable 124 var r10 = i[0x1] variable 125 var r11 = i[-0x1] variable
|
/third_party/mindspore/tests/mindspore_test_framework/utils/ |
D | block_util.py | 151 def construct1_c0(self, x1): argument 155 def construct1_c1(self, x1): argument 159 def construct1_c2(self, x1): argument 163 def construct1_c3(self, x1): argument 167 def construct1_c4(self, x1): argument 171 def constructc1_1(self, x1): argument 175 def construct2_c0(self, x1, x2): argument 179 def construct2_c1(self, x1, x2): argument 183 def construct2_c3(self, x1, x2): argument 187 def construct3_c0(self, x1, x2, x3): argument [all …]
|
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
D | LinearGradient.java | 14 public LinearGradient(float x0, float y0, float x1, float y1, int[] colors, in LinearGradient() 21 public LinearGradient(float x0, float y0, float x1, float y1, int[] colors, in LinearGradient() 26 public LinearGradient(float x0, float y0, float x1, float y1, float[] colors, in LinearGradient() 33 public LinearGradient(float x0, float y0, float x1, float y1, float[] colors, in LinearGradient() 38 private static native long nMakeLinear(float x0, float y0, float x1, float y1, in nMakeLinear()
|
/third_party/mindspore/tests/st/ops/gpu/ |
D | test_pyfunc_op.py | 25 def func_single_output(x1, x2): argument 28 def func_multi_output(x1, x2): argument 32 def func_no_output(x1, x2): argument 42 def construct(self, x1, x2): argument 98 def construct(self, x1, x2): argument
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
D | add_relu_v2_impl.cu | 21 __global__ void AddReluV2Kernel(const size_t num, const T *x1, const T *x2, T *y, uint32_t *mask) { in AddReluV2Kernel() 35 void AddReluV2(const size_t num, const T *x1, const T *x2, T *y, uint32_t *mask, cudaStream_t cuda_… in AddReluV2() 40 __global__ void AddReluGradV2Kernel(const size_t num, const T *x1, const T *x2, const uint32_t *mas… in AddReluGradV2Kernel() 48 void AddReluGradV2(const size_t num, const T *x1, const T *x2, const uint32_t *mask, T *dx, cudaStr… in AddReluGradV2()
|