Home
last modified time | relevance | path

Searched refs:R_C (Results 1 – 25 of 79) sorted by relevance

1234

/dports/devel/z80-asm/z80-asm-2.3/
H A Ddecode-table.c23 /*0x0c*/ {f_inc,R_C,A_REG,0,0},
24 /*0x0d*/ {f_dec,R_C,A_REG,0,0},
25 /*0x0e*/ {f_ld,R_C,A_REG,1,A_NUM},
84 /*0x49*/ {f_ld,R_C,A_REG,R_C,A_REG},
156 /*0x91*/ {f_sub,R_C,A_REG,0,0},
188 /*0xb1*/ {f_or,R_C,A_REG,0,0},
196 /*0xb9*/ {f_cp,R_C,A_REG,0,0},
288 /*0x11*/ {f_rl,R_C,A_REG,0,0},
296 /*0x19*/ {f_rr,R_C,A_REG,0,0},
604 /*0x48*/ {f_in,R_C,A_REG,R_C,A_PODLE_REG},
[all …]
H A Dcompile.c52 case R_C: in c_adc_sbc()
141 case R_C: in c_add()
248 case R_C: in c_logical()
374 case R_C: in c_in()
417 case R_C: in c_inc_dec()
500 case R_C: in c_out()
661 case R_C: in c_bit()
722 case R_C: in c_shift_rot()
799 if (v1!=R_C)return 1; in c_jp()
857 if (v1!=R_C)return 1; in c_call()
[all …]
H A Dregs_token13 #define R_C 3
42 #define F_C 3 /* !! must be R_C, because symbol C is carry or C-register !!*/
H A Dregs.c17 {"C", R_C},
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.ada/unsigned_range/
H A Dfoo.adb22 type R_C is type
28 for R_C use
33 for R_C'size use 2*16;
35 Value: R_C := (One => 8000, Two => 51000);
/dports/lang/p5-Marpa-XS/Marpa-XS-1.008000/
H A Dtypemap56 if (sv_isa($arg, \"Marpa::XS::Internal::R_C\")) {
61 Perl_croak(aTHX_ \"%s: %s is not of type Marpa::XS::Internal::R_C\",
66 if (sv_isa($arg, \"Marpa::XS::Internal::R_C\")) {
70 Perl_croak(aTHX_ \"%s: %s is not of type Marpa::XS::Internal::R_C\",
/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/tracked_vehicle/sprocket/
H A DChSprocketSinglePin.cpp354 double R_C = GetArcCentersRadius(); in GetProfile() local
360 double y = (R_T * R_T + R_C * R_C - R * R) / (2 * R_C); in GetProfile()
366 ChVector<> p0(0, R_C, 0); in GetProfile()
/dports/science/siconos/siconos-4.4.0/docs/sphinx/devel_guide/notes/Figures/
H A DSolideContact.fig35 4 0 0 50 -1 0 12 0.0000 6 210 600 6660 4680 $R_C$\001
H A DSolideContact.pstex_t23 …,0)[lb]{\smash{{\SetFigFont{12}{14.4}{\rmdefault}{\mddefault}{\updefault}{\color[rgb]{0,0,0}$R_C$}%
H A DSolideContact.pdf_t13 …,0)[lb]{\smash{{\SetFigFont{12}{14.4}{\rmdefault}{\mddefault}{\updefault}{\color[rgb]{0,0,0}$R_C$}%
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/includes/analysis/call/
H A DSizeCall.hxx28 enum Kind { R, C, RC, R_C, ONE, BOTH, DUNNO }; enumerator
/dports/math/py-colormath/colormath-3.0.0/colormath/
H A Dcolor_diff_matrix.py161R_C = numpy.sqrt((numpy.power(avg_C1p_C2p, 7.0)) / (numpy.power(avg_C1p_C2p, 7.0) + numpy.power(25…
162 R_T = -2 * R_C * numpy.sin(2 * numpy.radians(delta_ro))
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/mcc/src/
H A Ddistance.cpp142 double R_C = 2.0 * sqrt(pow(C_bar_apo, 7.0) / (pow(C_bar_apo, 7.0) + pow(25, 7))); in deltaCIEDE2000_() local
143 double RT = -sin(toRad(60.0) * exp(-pow((H_bar_apo - toRad(275.0)) / toRad(25.0), 2.0))) * R_C; in deltaCIEDE2000_()
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/
H A DvtkCIEDE2000.cxx214 double R_C = in GetCIEDeltaE2000() local
224 double R_T = -std::sin(2.0 * deltaTheta) * R_C; in GetCIEDeltaE2000()
/dports/devel/z88dk/z88dk/src/z80asm/dev/z80asm2/
H A Dbackend.c540 case RR_BC: return emit_rot_r(OP_SRA, R_B) && emit_rot_r(OP_RR, R_C); in emit_sra_rr()
557 case RR_BC: return emit_rot_r(OP_RL, R_C) && emit_rot_r(OP_RL, R_B); in emit_rl_rr()
574 case RR_BC: return emit_rot_r(OP_RR, R_B) && emit_rot_r(OP_RR, R_C); in emit_rr_rr()
H A Dbackend.h24 enum { R_B, R_C, R_D, R_E, R_H, R_L, R_M, R_A, R_MASK = 0x07 }; enumerator
H A Dfrontend.c961 emit_ld_r_r(R_C, R_E)); in parse_ld()
966 emit_ld_r_r(R_C, R_L | (x & IDX_MASK))); in parse_ld()
971 emit_ld_r_r(R_E, R_C)); in parse_ld()
995 emit_ld_r_r(R_L | (x & IDX_MASK), R_C)); in parse_ld()
1119 emit_ld_r_r(R_C, R_L) && in parse_add()
1512 {"C", K_C, IS_ANY, R_C, NA, F_C, },
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/
H A DvtkCIEDE2000.cxx222 double R_C = in GetCIEDeltaE2000() local
232 double R_T = -std::sin(2.0 * deltaTheta) * R_C; in GetCIEDeltaE2000()
/dports/multimedia/libv4l/linux-5.13-rc2/include/soc/fsl/qe/
H A Ducc_slow.h49 #define R_C 0x08000000 /* the last byte in this buffer is a cntl macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/soc/fsl/qe/
H A Ducc_slow.h49 #define R_C 0x08000000 /* the last byte in this buffer is a cntl macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/soc/fsl/qe/
H A Ducc_slow.h49 #define R_C 0x08000000 /* the last byte in this buffer is a cntl macro
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/src/cpp/analysis/
H A DSizeAnalyzer.cpp173 e.getDecorator().setCall(new SizeCall(SizeCall::R_C)); in analyze()
/dports/science/libcint/libcint-5.1.0/include/
H A Dcint.h.in28 // R_C of (r-R_C) in dipole, GIAO operators
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/parsers/
H A Dr-s4class.c185 if (tokenIsKeyword (token, R_C) in parseMethodArgs()
/dports/math/arb/arb-2.21.1/doc/source/
H A Dacb_elliptic.rst172 There are five named functions: `R_F, R_G, R_J`, and `R_C`, `R_D` which
195 …The special case `R_C(x, y) = R_F(x, y, y) = \frac{1}{2} \int_0^{\infty} (t+x)^{-1/2} (t+y)^{-1} d…
269 `R_C(1, 1+x) = \operatorname{atan}(\sqrt{x})/\sqrt{x} = {}_2F_1(1,1/2,3/2,-x)`,

1234