/third_party/boost/libs/geometry/test/algorithms/set_operations/difference/ |
D | test_difference_linear_linear.hpp | 159 Geometry1 rg1(geometry1); in apply() local 160 bg::reverse<Geometry1>(rg1); in apply() 171 test_get_turns_ll_invariance<>::apply(rg1, geometry2); in apply() 175 base_test(rg1, geometry2, mls_diff, case_id, tolerance, false, true); in apply() 176 base_test(rg1, rg2, mls_diff, case_id, tolerance, false, true); in apply()
|
/third_party/boost/libs/geometry/test/algorithms/set_operations/sym_difference/ |
D | test_sym_difference_linear_linear.hpp | 169 Geometry1 rg1(geometry1); in apply() local 170 bg::reverse<Geometry1>(rg1); in apply() 181 test_get_turns_ll_invariance<>::apply(rg1, geometry2); in apply() 186 base_test(rg1, rg2, mls_sym_diff, case_id, tolerance); in apply()
|
/third_party/boost/libs/geometry/test/algorithms/set_operations/union/ |
D | test_union_linear_linear.hpp | 164 Geometry1 rg1(geometry1); in apply() local 165 bg::reverse<Geometry1>(rg1); in apply() 176 test_get_turns_ll_invariance<>::apply(rg1, geometry2); in apply() 182 base_test(rg1, rg2, mls_union1, mls_union2, case_id, tolerance); in apply()
|
/third_party/libjpeg-turbo/simd/powerpc/ |
D | jccolext-altivec.c | 46 __vector short rg0, rg1, rg2, rg3, bg0, bg1, bg2, bg3; in jsimd_rgb_ycc_convert_altivec() local 188 rg1 = (__vector signed short)VEC_UNPACKHU(rgbg1); in jsimd_rgb_ycc_convert_altivec() 209 y1 = vec_msums(rg1, pw_f0299_f0337, pd_onehalf); in jsimd_rgb_ycc_convert_altivec() 230 cb1 = vec_msums(rg1, pw_mf016_mf033, pd_onehalfm1_cj); in jsimd_rgb_ycc_convert_altivec() 255 cr1 = (__vector int)vec_msum((__vector unsigned short)rg1, pw_f050_f000, in jsimd_rgb_ycc_convert_altivec()
|
D | jcgryext-altivec.c | 46 __vector short rg0, rg1, rg2, rg3, bg0, bg1, bg2, bg3; in jsimd_rgb_gray_convert_altivec() local 191 rg1 = (__vector signed short)VEC_UNPACKHU(rgbg1); in jsimd_rgb_gray_convert_altivec() 208 y1 = vec_msums(rg1, pw_f0299_f0337, pd_onehalf); in jsimd_rgb_gray_convert_altivec()
|
D | jdcolext-altivec.c | 48 __vector short rg0, rg1, rg2, rg3, bx0, bx1, bx2, bx3, yl, yh, cbl, cbh, in jsimd_ycc_rgb_convert_altivec() local 157 rg1 = vec_mergel(rl, gl); in jsimd_ycc_rgb_convert_altivec() 165 rgbx1 = vec_packsu(rg1, bx1); in jsimd_ycc_rgb_convert_altivec()
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/ |
D | jccolext-altivec.c | 46 __vector short rg0, rg1, rg2, rg3, bg0, bg1, bg2, bg3; in jsimd_rgb_ycc_convert_altivec() local 188 rg1 = (__vector signed short)VEC_UNPACKHU(rgbg1); in jsimd_rgb_ycc_convert_altivec() 209 y1 = vec_msums(rg1, pw_f0299_f0337, pd_onehalf); in jsimd_rgb_ycc_convert_altivec() 230 cb1 = vec_msums(rg1, pw_mf016_mf033, pd_onehalfm1_cj); in jsimd_rgb_ycc_convert_altivec() 255 cr1 = (__vector int)vec_msum((__vector unsigned short)rg1, pw_f050_f000, in jsimd_rgb_ycc_convert_altivec()
|
D | jcgryext-altivec.c | 46 __vector short rg0, rg1, rg2, rg3, bg0, bg1, bg2, bg3; in jsimd_rgb_gray_convert_altivec() local 191 rg1 = (__vector signed short)VEC_UNPACKHU(rgbg1); in jsimd_rgb_gray_convert_altivec() 208 y1 = vec_msums(rg1, pw_f0299_f0337, pd_onehalf); in jsimd_rgb_gray_convert_altivec()
|
D | jdcolext-altivec.c | 48 __vector short rg0, rg1, rg2, rg3, bx0, bx1, bx2, bx3, yl, yh, cbl, cbh, in jsimd_ycc_rgb_convert_altivec() local 157 rg1 = vec_mergel(rl, gl); in jsimd_ycc_rgb_convert_altivec() 165 rgbx1 = vec_packsu(rg1, bx1); in jsimd_ycc_rgb_convert_altivec()
|
/third_party/typescript/tests/baselines/reference/ |
D | comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.js | 38 var rg1 = a === b; variable 67 var rg1 = a === b;
|
D | comparisonOperatorWithSubtypeObjectOnOptionalProperty.js | 39 var rg1 = a === b; variable 68 var rg1 = a === b;
|
D | arithmeticOperatorWithOnlyNullValueOrUndefinedValue.js | 39 var rg1 = null >>> null; variable 94 var rg1 = null >>> null;
|
D | comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.symbols | 91 var rg1 = a === b; 92 >rg1 : Symbol(rg1, Decl(comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.ts, 36, 3))
|
D | comparisonOperatorWithSubtypeObjectOnOptionalProperty.symbols | 94 var rg1 = a === b; 95 >rg1 : Symbol(rg1, Decl(comparisonOperatorWithSubtypeObjectOnOptionalProperty.ts, 37, 3))
|
D | comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.types | 97 var rg1 = a === b; 98 >rg1 : boolean
|
D | comparisonOperatorWithSubtypeObjectOnOptionalProperty.types | 100 var rg1 = a === b; 101 >rg1 : boolean
|
D | arithmeticOperatorWithOnlyNullValueOrUndefinedValue.symbols | 105 var rg1 = null >>> null; 106 >rg1 : Symbol(rg1, Decl(arithmeticOperatorWithOnlyNullValueOrUndefinedValue.ts, 37, 3))
|
D | comparisonOperatorWithSubtypeEnumAndNumber.js | 56 var rg1 = a === b; variable 123 var rg1 = a === b;
|
D | comparisonOperatorWithSubtypeObjectOnProperty.js | 70 var rg1 = a1 === b1; variable 166 var rg1 = a1 === b1;
|
D | comparisonOperatorWithIdenticalPrimitiveType.js | 65 var rg1 = a === a; variable 143 var rg1 = a === a;
|
D | arithmeticOperatorWithNullValueAndValidOperands.js | 74 var rg1 = null >>> a; variable 178 var rg1 = null >>> a;
|
D | arithmeticOperatorWithAnyAndNumber.js | 66 var rg1 = a >>> a; variable 163 var rg1 = a >>> a;
|
/third_party/boost/libs/geometry/test/algorithms/set_operations/intersection/ |
D | test_intersection_linear_linear.hpp | 208 Geometry1 rg1(geometry1); in apply() local 209 bg::reverse<Geometry1>(rg1); in apply() 234 test_get_turns_ll_invariance<are_linear>::apply(rg1, geometry2); in apply()
|
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/arithmeticOperator/ |
D | arithmeticOperatorWithOnlyNullValueOrUndefinedValue.ts | 38 var rg1 = null >>> null; variable
|
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/comparisonOperator/ |
D | comparisonOperatorWithSubtypeObjectOnOptionalProperty.ts | 38 var rg1 = a === b; variable
|