Home
last modified time | relevance | path

Searched refs:rg2 (Results 1 – 25 of 78) sorted by relevance

1234

/third_party/boost/libs/geometry/test/algorithms/set_operations/difference/
Dtest_difference_linear_linear.hpp162 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/
Djccolext-altivec.c46 __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()
Djcgryext-altivec.c46 __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()
Djdcolext-altivec.c48 __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/
Djccolext-altivec.c46 __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()
Djcgryext-altivec.c46 __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()
Djdcolext-altivec.c48 __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/
Dtransformation_interface.cpp54 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/
DcomparisonOperatorWithSubtypeObjectOnOptionalProperty.js40 var rg2 = b === a; variable
69 var rg2 = b === a;
DcomparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.js39 var rg2 = b === a; variable
68 var rg2 = b === a;
DarithmeticOperatorWithOnlyNullValueOrUndefinedValue.js40 var rg2 = null >>> undefined; variable
95 var rg2 = null >>> undefined;
DcomparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.symbols96 var rg2 = b === a;
97 >rg2 : Symbol(rg2, Decl(comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.ts, 37, 3))
DcomparisonOperatorWithSubtypeObjectOnOptionalProperty.symbols99 var rg2 = b === a;
100 >rg2 : Symbol(rg2, Decl(comparisonOperatorWithSubtypeObjectOnOptionalProperty.ts, 38, 3))
DcomparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.types103 var rg2 = b === a;
104 >rg2 : boolean
DcomparisonOperatorWithSubtypeObjectOnOptionalProperty.types106 var rg2 = b === a;
107 >rg2 : boolean
DarithmeticOperatorWithOnlyNullValueOrUndefinedValue.symbols108 var rg2 = null >>> undefined;
109 >rg2 : Symbol(rg2, Decl(arithmeticOperatorWithOnlyNullValueOrUndefinedValue.ts, 38, 3))
DcomparisonOperatorWithSubtypeObjectOnProperty.js71 var rg2 = a2 === b2; variable
167 var rg2 = a2 === b2;
DcomparisonOperatorWithIdenticalPrimitiveType.js66 var rg2 = b === b; variable
144 var rg2 = b === b;
DcomparisonOperatorWithSubtypeEnumAndNumber.js57 var rg2 = b === a; variable
124 var rg2 = b === a;
DarithmeticOperatorWithNullValueAndValidOperands.js75 var rg2 = null >>> b; variable
179 var rg2 = null >>> b;
DarithmeticOperatorWithAnyAndNumber.js67 var rg2 = a >>> b; variable
164 var rg2 = a >>> b;
/third_party/boost/libs/geometry/test/algorithms/set_operations/sym_difference/
Dtest_sym_difference_linear_linear.hpp172 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/
Dtest_union_linear_linear.hpp167 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/
DarithmeticOperatorWithOnlyNullValueOrUndefinedValue.ts39 var rg2 = null >>> undefined; variable
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/comparisonOperator/
DcomparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.ts38 var rg2 = b === a; variable

1234