/third_party/ffmpeg/libavutil/ |
D | colorspace.h | 34 #define YUV_TO_RGB1_CCIR(cb1, cr1)\ argument 37 cr = (cr1) - 128;\ 44 #define YUV_TO_RGB1_CCIR_BT709(cb1, cr1) \ argument 47 cr = (cr1) - 128; \ 63 #define YUV_TO_RGB1(cb1, cr1)\ argument 66 cr = (cr1) - 128;\
|
/third_party/quickjs/ |
D | libunicode.c | 316 int cr_copy(CharRange *cr, const CharRange *cr1) in cr_copy() argument 318 if (cr_realloc(cr, cr1->len)) in cr_copy() 320 memcpy(cr->points, cr1->points, sizeof(cr->points[0]) * cr1->len); in cr_copy() 321 cr->len = cr1->len; in cr_copy() 963 CharRange cr1_s, *cr1; in unicode_script() local 976 cr1 = &cr1_s; in unicode_script() 977 cr_init(cr1, cr->mem_opaque, cr->realloc_func); in unicode_script() 980 cr1 = cr; in unicode_script() 1007 if (cr_add_interval(cr1, c, c1)) in unicode_script() 1055 if (cr_op(cr, cr1->points, cr1->len, cr2->points, cr2->len, in unicode_script() [all …]
|
D | libunicode.h | 66 int cr_copy(CharRange *cr, const CharRange *cr1);
|
D | libregexp.c | 864 CharRange cr1_s, *cr1 = &cr1_s; in re_parse_char_class() local 878 c1 = get_class_atom(s, cr1, &p, TRUE); in re_parse_char_class() 885 cr_free(cr1); in re_parse_char_class() 891 c2 = get_class_atom(s, cr1, &p0, TRUE); in re_parse_char_class() 895 cr_free(cr1); in re_parse_char_class() 914 ret = cr_union1(cr, cr1->points, cr1->len); in re_parse_char_class() 915 cr_free(cr1); in re_parse_char_class()
|
/third_party/boost/libs/graph/example/figs/ |
D | cc-internet.dot | 16 "nycmny1-cr1.bbnplanet.net" 61 "nycmny1-cr1.bbnplanet.net" -- "teledk.bbnplanet.net" 64 "nycmny1-cr1.bbnplanet.net" -- "gw-dkuug.oeb.tdk.ne" 65 "nycmny1-cr1.bbnplanet.net" -- "albnxg1.ip.tele.dk"
|
/third_party/libjpeg-turbo/simd/powerpc/ |
D | jccolext-altivec.c | 48 __vector int y0, y1, y2, y3, cr0, cr1, cr2, cr3, cb0, cb1, cb2, cb3; in jsimd_rgb_ycc_convert_altivec() local 250 cr1 = vec_msums(bg1, pw_mf008_mf041, 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() 256 (__vector unsigned int)cr1); in jsimd_rgb_ycc_convert_altivec() 262 (__vector unsigned short)cr1, shift_pack_index); in jsimd_rgb_ycc_convert_altivec()
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/ |
D | jccolext-altivec.c | 48 __vector int y0, y1, y2, y3, cr0, cr1, cr2, cr3, cb0, cb1, cb2, cb3; in jsimd_rgb_ycc_convert_altivec() local 250 cr1 = vec_msums(bg1, pw_mf008_mf041, 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() 256 (__vector unsigned int)cr1); in jsimd_rgb_ycc_convert_altivec() 262 (__vector unsigned short)cr1, shift_pack_index); in jsimd_rgb_ycc_convert_altivec()
|
/third_party/boost/libs/variant/test/ |
D | test8.cpp | 82 const int& cr1 = check_pass<const int>(v1, 800); in main() local 94 BOOST_TEST(cr1 == 920); in main()
|
/third_party/boost/libs/math/test/ |
D | catmull_rom_test.cpp | 203 catmull_rom<std::array<Real, dimension>> cr1(std::move(v)); in test_affine_invariance() local 215 BOOST_CHECK_CLOSE_FRACTION(cr1.max_parameter(), cr2.max_parameter(), tol); in test_affine_invariance() 217 Real ds = cr1.max_parameter()/1024; in test_affine_invariance() 218 for (Real s = 0; s < cr1.max_parameter(); s += ds) in test_affine_invariance() 220 auto p0 = cr1(s); in test_affine_invariance() 222 auto tangent0 = cr1.prime(s); in test_affine_invariance()
|
/third_party/boost/libs/math/doc/concepts/ |
D | concepts.qbk | 399 /cr1/ and /cr2/ are objects of type `const RealType`, and 404 [[`fabs(cr1)`][RealType]] 405 [[`abs(cr1)`][RealType]] 406 [[`ceil(cr1)`][RealType]] 407 [[`floor(cr1)`][RealType]] 408 [[`exp(cr1)`][RealType]] 409 [[`pow(cr1, cr2)`][RealType]] 410 [[`sqrt(cr1)`][RealType]] 411 [[`log(cr1)`][RealType]] 412 [[`frexp(cr1, &i)`][RealType]] [all …]
|
/third_party/skia/gm/ |
D | offsetimagefilter.cpp | 157 SkIRect cr1 = SkIRect::MakeWH(20, 20); in onDraw() local 177 this->doDraw(canvas, r, SkImageFilters::Offset(20, 20, nullptr, &cr1), &cr1); in onDraw()
|
/third_party/boost/libs/multi_array/test/ |
D | iterators.cpp | 88 typename Array::const_reverse_iterator cr1; in construct_iterators() local 97 typename Array::const_reverse_iterator cr2 = cr1; in construct_iterators()
|
/third_party/flutter/skia/gm/ |
D | offsetimagefilter.cpp | 159 SkIRect cr1 = SkIRect::MakeWH(20, 20); in onDraw() local 179 this->doDraw(canvas, r, SkImageFilters::Offset(20, 20, nullptr, &cr1)); in onDraw()
|
/third_party/boost/libs/flyweight/test/ |
D | test_basic_template.hpp | 65 Flyweight cr1(std::move(c1)); in test_basic_template() local 67 BOOST_TEST(f1==cr1); in test_basic_template()
|
/third_party/boost/boost/math/differentiation/ |
D | autodiff.hpp | 1650 promote<fvar<RealType1, Order1>, fvar<RealType2, Order2>> atan2(fvar<RealType1, Order1> const& cr1, in atan2() argument 1656 root_type const y = static_cast<root_type>(cr1); in atan2() 1672 return cr1.apply_coefficients(order, f, cr2); in atan2() 1677 promote<fvar<RealType1, Order1>, fvar<RealType2, Order2>> fmod(fvar<RealType1, Order1> const& cr1, in fmod() argument 1680 auto const numer = static_cast<typename fvar<RealType1, Order1>::root_type>(cr1); 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/ |
D | PPCRegisterInfo.td | 208 def CR1 : CR<1, "cr1", [CR1LT, CR1GT, CR1EQ, CR1UN]>, DwarfRegNum<[69, 69]>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86RegisterInfo.td | 343 def CR1 : X86Reg<"cr1", 1>;
|
/third_party/mesa3d/src/mesa/x86/ |
D | assyntax.h | 125 #define CR1 cr1 187 #define CR1 %cr1
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 192 return 72; // "cr1"
|