Home
last modified time | relevance | path

Searched refs:rg1 (Results 1 – 25 of 80) sorted by relevance

1234

/third_party/boost/libs/geometry/test/algorithms/set_operations/difference/
Dtest_difference_linear_linear.hpp159 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/
Dtest_sym_difference_linear_linear.hpp169 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/
Dtest_union_linear_linear.hpp164 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/
Djccolext-altivec.c46 __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()
Djcgryext-altivec.c46 __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()
Djdcolext-altivec.c48 __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/
Djccolext-altivec.c46 __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()
Djcgryext-altivec.c46 __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()
Djdcolext-altivec.c48 __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/
DcomparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.js38 var rg1 = a === b; variable
67 var rg1 = a === b;
DcomparisonOperatorWithSubtypeObjectOnOptionalProperty.js39 var rg1 = a === b; variable
68 var rg1 = a === b;
DarithmeticOperatorWithOnlyNullValueOrUndefinedValue.js39 var rg1 = null >>> null; variable
94 var rg1 = null >>> null;
DcomparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.symbols91 var rg1 = a === b;
92 >rg1 : Symbol(rg1, Decl(comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.ts, 36, 3))
DcomparisonOperatorWithSubtypeObjectOnOptionalProperty.symbols94 var rg1 = a === b;
95 >rg1 : Symbol(rg1, Decl(comparisonOperatorWithSubtypeObjectOnOptionalProperty.ts, 37, 3))
DcomparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.types97 var rg1 = a === b;
98 >rg1 : boolean
DcomparisonOperatorWithSubtypeObjectOnOptionalProperty.types100 var rg1 = a === b;
101 >rg1 : boolean
DarithmeticOperatorWithOnlyNullValueOrUndefinedValue.symbols105 var rg1 = null >>> null;
106 >rg1 : Symbol(rg1, Decl(arithmeticOperatorWithOnlyNullValueOrUndefinedValue.ts, 37, 3))
DcomparisonOperatorWithSubtypeEnumAndNumber.js56 var rg1 = a === b; variable
123 var rg1 = a === b;
DcomparisonOperatorWithSubtypeObjectOnProperty.js70 var rg1 = a1 === b1; variable
166 var rg1 = a1 === b1;
DcomparisonOperatorWithIdenticalPrimitiveType.js65 var rg1 = a === a; variable
143 var rg1 = a === a;
DarithmeticOperatorWithNullValueAndValidOperands.js74 var rg1 = null >>> a; variable
178 var rg1 = null >>> a;
DarithmeticOperatorWithAnyAndNumber.js66 var rg1 = a >>> a; variable
163 var rg1 = a >>> a;
/third_party/boost/libs/geometry/test/algorithms/set_operations/intersection/
Dtest_intersection_linear_linear.hpp208 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/
DarithmeticOperatorWithOnlyNullValueOrUndefinedValue.ts38 var rg1 = null >>> null; variable
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/comparisonOperator/
DcomparisonOperatorWithSubtypeObjectOnOptionalProperty.ts38 var rg1 = a === b; variable

1234