Home
last modified time | relevance | path

Searched refs:cr2 (Results 1 – 24 of 24) sorted by relevance

/third_party/python/Lib/test/
Dtest_crypt.py28 cr2 = crypt.crypt('mypassword', cr)
29 self.assertEqual(cr2, cr)
32 cr2 = crypt.crypt('mypassword', cr)
33 self.assertEqual(cr2, cr)
47 cr2 = crypt.crypt('assword', cr)
48 self.assertEqual(cr2, cr)
75 cr2 = crypt.crypt('mypassword', cr)
76 self.assertEqual(cr2, cr)
88 cr2 = crypt.crypt('mypassword', cr)
89 self.assertEqual(cr2, cr)
/third_party/skia/gm/
Doffsetimagefilter.cpp158 SkIRect cr2 = SkIRect::MakeXYWH(40, 0, 40, 40); in onDraw() local
160 const SkRect r2 = SkRect::Make(cr2); in onDraw()
200 this->doDraw(canvas, r, SkImageFilters::Offset(40, 0, nullptr, &cr2), &cr2, &r); in onDraw()
204 this->doDraw(canvas, r, SkImageFilters::Offset(40, 0, nullptr, &cr2), &cr2, &r2); in onDraw()
/third_party/boost/libs/move/test/
Dmove.cpp163 copyable&cr2 = factory_wrapper<copyable&>(factory<copyable&>()); in main() local
165 (void)cr2; in main()
174 copy_movable&cr2 = factory_wrapper<copy_movable&>(factory<copy_movable&>()); in main() local
176 (void)cr2; in main()
/third_party/libjpeg-turbo/simd/powerpc/
Djccolext-altivec.c48 __vector int y0, y1, y2, y3, cr0, cr1, cr2, cr3, cb0, cb1, cb2, cb3; in jsimd_rgb_ycc_convert_altivec() local
251 cr2 = vec_msums(bg2, pw_mf008_mf041, 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()
258 (__vector unsigned int)cr2); in jsimd_rgb_ycc_convert_altivec()
263 crh = vec_perm((__vector unsigned short)cr2, in jsimd_rgb_ycc_convert_altivec()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/
Djccolext-altivec.c48 __vector int y0, y1, y2, y3, cr0, cr1, cr2, cr3, cb0, cb1, cb2, cb3; in jsimd_rgb_ycc_convert_altivec() local
251 cr2 = vec_msums(bg2, pw_mf008_mf041, 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()
258 (__vector unsigned int)cr2); in jsimd_rgb_ycc_convert_altivec()
263 crh = vec_perm((__vector unsigned short)cr2, in jsimd_rgb_ycc_convert_altivec()
/third_party/quickjs/
Dlibunicode.c964 CharRange cr2_s, *cr2 = &cr2_s; in unicode_script() local
978 cr_init(cr2, cr->mem_opaque, cr->realloc_func); in unicode_script()
1036 if (cr_add_interval(cr2, c, c1)) in unicode_script()
1042 if (cr_add_interval(cr2, c, c1)) in unicode_script()
1053 if (cr_invert(cr2)) in unicode_script()
1055 if (cr_op(cr, cr1->points, cr1->len, cr2->points, cr2->len, in unicode_script()
1059 if (cr_op(cr, cr1->points, cr1->len, cr2->points, cr2->len, in unicode_script()
1064 cr_free(cr2); in unicode_script()
1070 cr_free(cr2); in unicode_script()
1290 CharRange *cr1, *cr2, *cr3; in unicode_prop_ops() local
[all …]
/third_party/flutter/skia/gm/
Doffsetimagefilter.cpp160 SkIRect cr2 = SkIRect::MakeXYWH(40, 0, 40, 40); in onDraw() local
162 const SkRect r2 = SkRect::Make(cr2); in onDraw()
202 this->doDraw(canvas, r, SkImageFilters::Offset(40, 0, nullptr, &cr2), &r); in onDraw()
206 this->doDraw(canvas, r, SkImageFilters::Offset(40, 0, nullptr, &cr2), &r2); in onDraw()
/third_party/boost/libs/multi_array/test/
Diterators.cpp93 typename Array::const_reverse_iterator cr2 = in construct_iterators()
97 typename Array::const_reverse_iterator cr2 = cr1; in construct_iterators() local
98 boost::ignore_unused_variable_warning(cr2); in construct_iterators()
/third_party/musl/arch/i386/bits/
Dsignal.h67 unsigned long oldmask, cr2; member
72 unsigned long oldmask, cr2; member
/third_party/boost/libs/utility/test/
Dcall_traits_test.cpp335 const_reference cr2(v); in assert_construct() local
348 unused_variable(cr2); in assert_construct()
381 const_reference cr2 = r; in assert_construct() local
398 unused_variable(cr2); in assert_construct()
/third_party/boost/libs/math/test/
Dcatmull_rom_test.cpp213 catmull_rom<std::array<Real, dimension>> cr2(std::move(u)); in test_affine_invariance() local
215 BOOST_CHECK_CLOSE_FRACTION(cr1.max_parameter(), cr2.max_parameter(), tol); in test_affine_invariance()
221 auto p1 = cr2(s); in test_affine_invariance()
223 auto tangent1 = cr2.prime(s); in test_affine_invariance()
/third_party/boost/libs/intrusive/test/
Diterator_test.hpp145 const_reverse_iterator cr2(r); in test_iterator_compatible() local
146 BOOST_ASSERT(cr2 == r); in test_iterator_compatible()
147 BOOST_ASSERT(*cr2 == *r); in test_iterator_compatible()
148 (void)cr2; in test_iterator_compatible()
/third_party/boost/libs/math/doc/concepts/
Dconcepts.qbk288 /cr2/ are objects
310 [[`cr + cr2`][RealType][Binary Addition]]
313 [[`cr - cr2`][RealType][Binary Subtraction]]
316 [[`cr * cr2`][RealType][Binary Multiplication]]
319 [[`cr / cr2`][RealType][Binary Subtraction]]
322 [[`cr == cr2`][bool][Equality Comparison]]
325 [[`cr != cr2`][bool][Inequality Comparison]]
328 [[`cr <= cr2`][bool][Less than equal to.]]
331 [[`cr >= cr2`][bool][Greater than equal to.]]
334 [[`cr < cr2`][bool][Less than comparison.]]
[all …]
/third_party/boost/libs/flyweight/test/
Dtest_basic_template.hpp66 Flyweight cr2(std::move(c2)); in test_basic_template() local
68 BOOST_TEST(f2==cr2); in test_basic_template()
/third_party/musl/arch/x86_64/bits/
Dsignal.h76 unsigned long err, trapno, oldmask, cr2; member
/third_party/musl/arch/x32/bits/
Dsignal.h76 unsigned long long err, trapno, oldmask, cr2; member
/third_party/boost/libs/ptr_container/test/
Dsequence_test_data.hpp116 BOOST_DEDUCED_TYPENAME C::const_reference cr2 = c2.back(); in reversible_container_test() local
117 hide_warning(cr2); in reversible_container_test()
/third_party/boost/boost/math/differentiation/
Dautodiff.hpp1651 … fvar<RealType2, Order2> const& cr2) { in atan2() argument
1657 root_type const x = static_cast<root_type>(cr2); in atan2()
1672 return cr1.apply_coefficients(order, f, cr2); in atan2()
1678 fvar<RealType2, Order2> const& cr2) { in fmod() argument
1681 auto const denom = static_cast<typename fvar<RealType2, Order2>::root_type>(cr2); in fmod()
1682 return cr1 - cr2 * trunc(numer / denom); in fmod()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.td209 def CR2 : CR<2, "cr2", [CR2LT, CR2GT, CR2EQ, CR2UN]>, DwarfRegNum<[70, 70]>;
DREADME.txt636 __asm__("" ::: "cr2");
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86RegisterInfo.td344 def CR2 : X86Reg<"cr2", 2>;
/third_party/mesa3d/src/mesa/x86/
Dassyntax.h126 #define CR2 cr2
188 #define CR2 %cr2
/third_party/node/tools/
Dlint-md.mjs5961 "cr2",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenAsmMatcher.inc194 return 73; // "cr2"