/third_party/boost/libs/geometry/test/algorithms/set_operations/difference/ |
D | test_difference_linear_linear.hpp | 162 Geometry2 rg2(geometry2); in apply() local 163 bg::reverse<Geometry2>(rg2); in apply() 174 base_test(geometry1, rg2, mls_diff, case_id, tolerance, false); in apply() 176 base_test(rg1, rg2, mls_diff, case_id, tolerance, false, true); 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 190 rg2 = (__vector signed short)VEC_UNPACKHU(rgbg2); in jsimd_rgb_ycc_convert_altivec() 210 y2 = vec_msums(rg2, pw_f0299_f0337, pd_onehalf); in jsimd_rgb_ycc_convert_altivec() 231 cb2 = vec_msums(rg2, pw_mf016_mf033, pd_onehalfm1_cj); in jsimd_rgb_ycc_convert_altivec() 257 cr2 = (__vector int)vec_msum((__vector unsigned short)rg2, 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 193 rg2 = (__vector signed short)VEC_UNPACKHU(rgbg2); in jsimd_rgb_gray_convert_altivec() 209 y2 = vec_msums(rg2, 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 159 rg2 = vec_mergeh(rh, gh); in jsimd_ycc_rgb_convert_altivec() 166 rgbx2 = vec_packsu(rg2, bx2); 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 190 rg2 = (__vector signed short)VEC_UNPACKHU(rgbg2); in jsimd_rgb_ycc_convert_altivec() 210 y2 = vec_msums(rg2, pw_f0299_f0337, pd_onehalf); in jsimd_rgb_ycc_convert_altivec() 231 cb2 = vec_msums(rg2, pw_mf016_mf033, pd_onehalfm1_cj); in jsimd_rgb_ycc_convert_altivec() 257 cr2 = (__vector int)vec_msum((__vector unsigned short)rg2, 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 193 rg2 = (__vector signed short)VEC_UNPACKHU(rgbg2); in jsimd_rgb_gray_convert_altivec() 209 y2 = vec_msums(rg2, 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 159 rg2 = vec_mergeh(rh, gh); in jsimd_ycc_rgb_convert_altivec() 166 rgbx2 = vec_packsu(rg2, bx2); in jsimd_ycc_rgb_convert_altivec()
|
/third_party/boost/libs/geometry/test/srs/ |
D | transformation_interface.cpp | 54 ring rg2; in test_geometries() local 70 tr.forward(rg, rg2); in test_geometries() 79 test::check_geometry(rg2, "POLYGON((0.322952937968 0.9459567165))", 0.001); in test_geometries() 88 tr.inverse(rg2, rg); in test_geometries()
|
/third_party/typescript/tests/baselines/reference/ |
D | comparisonOperatorWithSubtypeObjectOnOptionalProperty.js | 40 var rg2 = b === a; variable 69 var rg2 = b === a;
|
D | comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.js | 39 var rg2 = b === a; variable 68 var rg2 = b === a;
|
D | arithmeticOperatorWithOnlyNullValueOrUndefinedValue.js | 40 var rg2 = null >>> undefined; variable 95 var rg2 = null >>> undefined;
|
D | comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.symbols | 96 var rg2 = b === a; 97 >rg2 : Symbol(rg2, Decl(comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.ts, 37, 3))
|
D | comparisonOperatorWithSubtypeObjectOnOptionalProperty.symbols | 99 var rg2 = b === a; 100 >rg2 : Symbol(rg2, Decl(comparisonOperatorWithSubtypeObjectOnOptionalProperty.ts, 38, 3))
|
D | comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.types | 103 var rg2 = b === a; 104 >rg2 : boolean
|
D | comparisonOperatorWithSubtypeObjectOnOptionalProperty.types | 106 var rg2 = b === a; 107 >rg2 : boolean
|
D | arithmeticOperatorWithOnlyNullValueOrUndefinedValue.symbols | 108 var rg2 = null >>> undefined; 109 >rg2 : Symbol(rg2, Decl(arithmeticOperatorWithOnlyNullValueOrUndefinedValue.ts, 38, 3))
|
D | comparisonOperatorWithSubtypeObjectOnProperty.js | 71 var rg2 = a2 === b2; variable 167 var rg2 = a2 === b2;
|
D | comparisonOperatorWithIdenticalPrimitiveType.js | 66 var rg2 = b === b; variable 144 var rg2 = b === b;
|
D | comparisonOperatorWithSubtypeEnumAndNumber.js | 57 var rg2 = b === a; variable 124 var rg2 = b === a;
|
D | arithmeticOperatorWithNullValueAndValidOperands.js | 75 var rg2 = null >>> b; variable 179 var rg2 = null >>> b;
|
D | arithmeticOperatorWithAnyAndNumber.js | 67 var rg2 = a >>> b; variable 164 var rg2 = a >>> b;
|
/third_party/boost/libs/geometry/test/algorithms/set_operations/sym_difference/ |
D | test_sym_difference_linear_linear.hpp | 172 Geometry2 rg2(geometry2); in apply() local 173 bg::reverse<Geometry2>(rg2); 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 | 167 Geometry2 rg2(geometry2); in apply() local 168 bg::reverse<Geometry2>(rg2); in apply() 182 base_test(rg1, rg2, mls_union1, mls_union2, case_id, tolerance); in apply()
|
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/arithmeticOperator/ |
D | arithmeticOperatorWithOnlyNullValueOrUndefinedValue.ts | 39 var rg2 = null >>> undefined; variable
|
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/comparisonOperator/ |
D | comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.ts | 38 var rg2 = b === a; variable
|