Home
last modified time | relevance | path

Searched refs:R_F (Results 1 – 25 of 45) sorted by relevance

12

/dports/math/R-cran-irlba/irlba/src/
H A Dirlb.c238 double d, S, R, alpha, beta, R_F, SS; in irlb() local
365 R = 1.0 / R_F; in irlb()
373 R = 1.0 / R_F; in irlb()
374 R_F = 0; in irlb()
379 B[(j + 1) * work + j] = R_F; in irlb()
418 R = -R_F; in irlb()
451 R_F = F77_CALL (dnrm2) (&n, F, &inc); in irlb()
452 R = 1.0 / R_F; in irlb()
455 if (R_F < eps) in irlb()
456 R_F = 0; in irlb()
[all …]
/dports/math/arb/arb-2.21.1/doc/source/
H A Dacb_elliptic.rst100 the symmetric integral `R_F`.
128 the symmetric integrals `R_F` and `R_D`.
157 the symmetric integrals `R_F` and `R_J`.
172 There are five named functions: `R_F, R_G, R_J`, and `R_C`, `R_D` which
173 are special cases of `R_F` and `R_J` respectively.
183 R_F(x,y,z) = \frac{1}{2}
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…
214 where the square root is taken continuously as in `R_F`.
215 The evaluation is done by expressing `R_G` in terms of `R_F` and `R_D`.
232 where the square root is taken continuously as in `R_F`.
[all …]
/dports/emulators/simh/simh-3.9.0_5/Interdata/
H A Did16_sys.c138 #define R_F 3 /* reg flt reg */ macro
148 R_R, R_X, R_F, R_F,
154 R_X, R_X, R_F, R_X,
446 if ((rtype == R_F) && (reg & 1)) in get_reg()
H A Did32_sys.c146 #define R_F 3 /* R1 flt reg */ macro
157 R_R, R_X, R_F, R_F,
164 R_X, R_X, R_F, R_X,
515 if ((rtype == R_F) && (reg & 1)) in get_reg()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/minx/
H A Dminxd.cpp92 {zAND,R_F,I_8}, {zOR,R_F,I_8}, {zXOR,R_F,I_8}, {zMOV,R_F,I_8},
95 {zPUSH,R_N,0}, {zPUSH,R_I,0}, {zPUSHX,0,0}, {zPUSH,R_F,0},
97 {zPOP,R_N,0}, {zPOP,R_I,0}, {zPOP,0,0}, {zPOP,R_F,0},
187 {zMOV,R_A,R_N}, {zMOV,R_A,R_F}, {zMOV,R_N,R_A}, {zMOV,R_F,R_A},
297 case R_F: util::stream_format(stream, "%cF", fill); break; \
H A Dminxd.h45 R_F, /* F */ enumerator
/dports/emulators/mame/mame-mame0226/src/devices/cpu/minx/
H A Dminxd.cpp92 {zAND,R_F,I_8}, {zOR,R_F,I_8}, {zXOR,R_F,I_8}, {zMOV,R_F,I_8},
95 {zPUSH,R_N,0}, {zPUSH,R_I,0}, {zPUSHX,0,0}, {zPUSH,R_F,0},
97 {zPOP,R_N,0}, {zPOP,R_I,0}, {zPOP,0,0}, {zPOP,R_F,0},
187 {zMOV,R_A,R_N}, {zMOV,R_A,R_F}, {zMOV,R_N,R_A}, {zMOV,R_F,R_A},
297 case R_F: util::stream_format(stream, "%cF", fill); break; \
H A Dminxd.h45 R_F, /* F */ enumerator
/dports/math/R-cran-irlba/irlba/R/
H A Dirlba.R437 R_F <- NULL # 2-norm of residual vector F functionVar
626 R_F <- norm2(F)
627 F <- F / R_F
661 R <- R_F * Bsvd$u[Bsz, , drop=FALSE]
695 s <- R_F * solve(B, cbind(c(rep(0, Bsz - 1), 1)))
/dports/multimedia/libv4l/linux-5.13-rc2/include/soc/fsl/qe/
H A Ducc_fast.h25 #define R_F 0x04000000 /* first */ macro
H A Ducc_slow.h51 #define R_F 0x04000000 /* first */ macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/soc/fsl/qe/
H A Ducc_fast.h25 #define R_F 0x04000000 /* first */ macro
H A Ducc_slow.h51 #define R_F 0x04000000 /* first */ macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/soc/fsl/qe/
H A Ducc_fast.h25 #define R_F 0x04000000 /* first */ macro
H A Ducc_slow.h51 #define R_F 0x04000000 /* first */ macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.h397 #define R_F 0x04000000 /* first */ macro
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.h397 #define R_F 0x04000000 /* first */ macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.h397 #define R_F 0x04000000 /* first */ macro
/dports/devel/boost-docs/boost_1_72_0/boost/phoenix/function/
H A Dlazy_prelude.hpp159 typedef typename boost::phoenix::function<fun0_R> R_F; typedef
160 typedef R_F type;
/dports/devel/R-cran-BH/BH/inst/include/boost/phoenix/function/
H A Dlazy_prelude.hpp159 typedef typename boost::phoenix::function<fun0_R> R_F; typedef
160 typedef R_F type;
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/phoenix/function/
H A Dlazy_prelude.hpp159 typedef typename boost::phoenix::function<fun0_R> R_F; typedef
160 typedef R_F type;
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/phoenix/function/
H A Dlazy_prelude.hpp159 typedef typename boost::phoenix::function<fun0_R> R_F; typedef
160 typedef R_F type;
/dports/databases/percona57-server/boost_1_59_0/boost/phoenix/function/
H A Dlazy_prelude.hpp159 typedef typename boost::phoenix::function<fun0_R> R_F; typedef
160 typedef R_F type;
/dports/databases/xtrabackup/boost_1_59_0/boost/phoenix/function/
H A Dlazy_prelude.hpp159 typedef typename boost::phoenix::function<fun0_R> R_F; typedef
160 typedef R_F type;
/dports/databases/percona57-client/boost_1_59_0/boost/phoenix/function/
H A Dlazy_prelude.hpp159 typedef typename boost::phoenix::function<fun0_R> R_F; typedef
160 typedef R_F type;

12