Home
last modified time | relevance | path

Searched refs:Rexp (Results 1 – 25 of 163) sorted by relevance

1234567

/dports/biology/plink/plink-ng-79b2df8c/1.9/
H A DRconnection.h100 class Rexp {
105 Rexp *attr;
125 Rexp(Rmessage *msg);
127 Rexp(int type, const char *data=0, int len=0, Rexp *attr=0);
129 virtual ~Rexp();
131 void set_master(Rexp *m);
177 class Rdouble : public Rexp {
280 class Rlist : public Rexp {
282 Rexp *head, *tag;
322 Rexp **cont;
[all …]
H A DRconnection.cc96 return new Rexp(d,msg); in new_parsed_Rexp()
241 Rexp::Rexp(Rmessage *msg) { in Rexp() function in Rexp
257 Rexp::Rexp(unsigned int *pos, Rmessage *msg) { in Rexp() function in Rexp
265 Rexp::Rexp(int type, const char *data, int len, Rexp *attr) { in Rexp() function in Rexp
281 Rexp::~Rexp() { in ~Rexp()
304 void Rexp::set_master(Rexp *m) { in set_master()
334 void Rexp::store(char *buf) { in store()
347 Rexp *Rexp::attribute(const char *name) { in attribute()
500 int Rvector::indexOf(Rexp *exp) { in indexOf()
552 cont=(Rexp**) malloc(sizeof(Rexp*)*capacity); in fix_content()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/src/cpp/analysis/
H A DVisitOpExp.cpp30 ast::Exp & Rexp = e.getRight(); in visit() local
34 Rexp.accept(*this); in visit()
47 resT = checkEWBinOp<_check_plus>(LT, RT, LR, RR, safe, tempId, &Lexp, &Rexp); in visit()
52 resT = checkEWBinOp<_check_minus>(LT, RT, LR, RR, safe, tempId, &Lexp, &Rexp); in visit()
199 resT = checkEWBinOp<_check_eq>(LT, RT, LR, RR, safe, tempId, &Lexp, &Rexp); in visit()
204 resT = checkEWBinOp<_check_neq>(LT, RT, LR, RR, safe, tempId, &Lexp, &Rexp); in visit()
209 resT = checkEWBinOp<_check_lt>(LT, RT, LR, RR, safe, tempId, &Lexp, &Rexp); in visit()
214 resT = checkEWBinOp<_check_le>(LT, RT, LR, RR, safe, tempId, &Lexp, &Rexp); in visit()
219 resT = checkEWBinOp<_check_gt>(LT, RT, LR, RR, safe, tempId, &Lexp, &Rexp); in visit()
224 resT = checkEWBinOp<_check_ge>(LT, RT, LR, RR, safe, tempId, &Lexp, &Rexp); in visit()
[all …]
H A DAnalysisVisitor.cpp345 …orEWOp(const TIType & resT, const Result & LR, const Result & RR, ast::Exp * Lexp, ast::Exp * Rexp) in getTmpIdForEWOp() argument
370 getDM().releaseTmp(Rid, Rexp); in getTmpIdForEWOp()
378 getDM().releaseTmp(Rid, Rexp); in getTmpIdForEWOp()
407 getDM().releaseTmp(Rid, Rexp); in getTmpIdForEWOp()
412 getDM().releaseTmp(Rid, Rexp); in getTmpIdForEWOp()
443 getDM().releaseTmp(Rid, Rexp); in getTmpIdForEWOp()
468 getDM().releaseTmp(Rid, Rexp); in getTmpIdForEWOp()
473 getDM().releaseTmp(Rid, Rexp); in getTmpIdForEWOp()
/dports/www/sogo/SOGo-5.4.0/SoObjects/SOGo/
H A Dlmhash.c643 uchar Rexp[6]; /* Expanded right half. */ in auth_DEShash() local
655 Permute( Rexp, R, DataExpansion, 6 ); in auth_DEShash()
656 xor( Rexp, Rexp, SubK, 6 ); in auth_DEShash()
664 sbox( Rn, Rexp ); in auth_DEShash()
665 Permute( Rexp, Rn, PBox, 4 ); in auth_DEShash()
666 xor( Rn, L, Rexp, 4 ); in auth_DEShash()
/dports/www/sogo-activesync/SOGo-5.4.0/SoObjects/SOGo/
H A Dlmhash.c643 uchar Rexp[6]; /* Expanded right half. */ in auth_DEShash() local
655 Permute( Rexp, R, DataExpansion, 6 ); in auth_DEShash()
656 xor( Rexp, Rexp, SubK, 6 ); in auth_DEShash()
664 sbox( Rn, Rexp ); in auth_DEShash()
665 Permute( Rexp, Rn, PBox, 4 ); in auth_DEShash()
666 xor( Rn, L, Rexp, 4 ); in auth_DEShash()
/dports/www/sogo2/SOGo-2.4.1/SoObjects/SOGo/
H A Dlmhash.c643 uchar Rexp[6]; /* Expanded right half. */ in auth_DEShash() local
655 Permute( Rexp, R, DataExpansion, 6 ); in auth_DEShash()
656 xor( Rexp, Rexp, SubK, 6 ); in auth_DEShash()
664 sbox( Rn, Rexp ); in auth_DEShash()
665 Permute( Rexp, Rn, PBox, 4 ); in auth_DEShash()
666 xor( Rn, L, Rexp, 4 ); in auth_DEShash()
/dports/math/R/R-4.1.2/tests/
H A Dd-p-q-r-tests.R282 (Rexp <- rexp (n, rate = 2) ) globalVar
304 (Pexp <- pexp (Rexp, rate = 2) )
325 dexp (Rexp, rate = 2)
346 All.eq(Rexp, qexp (Pexp, rate = 2))
368 All.eq(Rexp, qexp (1- Pexp, rate = 2, lower=F))
390 All.eq(Rexp, qexp (log(Pexp), rate = 2, log=TRUE))
413 All.eq(Rexp, qexp (log1p(-Pexp), rate = 2, lower=F, log=T))
436 All.eq(log1p(-Pexp), pexp (Rexp, rate = 2, lower=F, log=T))
H A Dd-p-q-r-tests.Rout.save351 > (Rexp <- rexp (n, rate = 2) )
432 > (Pexp <- pexp (Rexp, rate = 2) )
529 > dexp (Rexp, rate = 2)
612 > All.eq(Rexp, qexp (Pexp, rate = 2))
654 > All.eq(Rexp, qexp (1- Pexp, rate = 2, lower=F))
696 > All.eq(Rexp, qexp (log(Pexp), rate = 2, log=TRUE))
739 > All.eq(Rexp, qexp (log1p(-Pexp), rate = 2, lower=F, log=T))
782 > All.eq(log1p(-Pexp), pexp (Rexp, rate = 2, lower=F, log=T))
/dports/math/libRmath/R-4.1.1/tests/
H A Dd-p-q-r-tests.R282 (Rexp <- rexp (n, rate = 2) ) globalVar
304 (Pexp <- pexp (Rexp, rate = 2) )
325 dexp (Rexp, rate = 2)
346 All.eq(Rexp, qexp (Pexp, rate = 2))
368 All.eq(Rexp, qexp (1- Pexp, rate = 2, lower=F))
390 All.eq(Rexp, qexp (log(Pexp), rate = 2, log=TRUE))
413 All.eq(Rexp, qexp (log1p(-Pexp), rate = 2, lower=F, log=T))
436 All.eq(log1p(-Pexp), pexp (Rexp, rate = 2, lower=F, log=T))
H A Dd-p-q-r-tests.Rout.save351 > (Rexp <- rexp (n, rate = 2) )
432 > (Pexp <- pexp (Rexp, rate = 2) )
529 > dexp (Rexp, rate = 2)
612 > All.eq(Rexp, qexp (Pexp, rate = 2))
654 > All.eq(Rexp, qexp (1- Pexp, rate = 2, lower=F))
696 > All.eq(Rexp, qexp (log(Pexp), rate = 2, log=TRUE))
739 > All.eq(Rexp, qexp (log1p(-Pexp), rate = 2, lower=F, log=T))
782 > All.eq(log1p(-Pexp), pexp (Rexp, rate = 2, lower=F, log=T))
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dminifp.cwl121 \Rexp
151 \Rexp#S
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/includes/analysis/
H A DAnalysisVisitor.hxx299 … const Result & LR, const Result & RR, bool & safe, int & tempId, ast::Exp * Lexp, ast::Exp * Rexp) in checkEWBinOp() argument
321 tempId = getTmpIdForEWOp(resT, LR, RR, Lexp, Rexp); in checkEWBinOp()
336 …rEWOp(const TIType & resT, const Result & LR, const Result & RR, ast::Exp * Lexp, ast::Exp * Rexp);
/dports/science/helfem/HelFEM-21461e9/libhelfem/src/
H A DRadialBasis.cpp152 arma::mat RadialBasis::radial_integral(int Rexp, size_t iel) const { in radial_integral() argument
153 return radial_integral(bf, Rexp, iel); in radial_integral()
156 arma::mat RadialBasis::radial_integral(const arma::mat &funcs, int Rexp, size_t iel) const { in radial_integral() argument
161 return quadrature::radial_integral(Rmin, Rmax, Rexp, xq, wq, get_basis(funcs, iel)); in radial_integral()
/dports/science/nwchem-data/nwchem-7.0.2-release/QA/chem_library_tests/LiH_sto3g_FCI/
H A Dlih_sto-3g_fci_2.000.out787 Rexp(T)|Ref>~(R_1+R_2)|Ref>
819 Rexp(T)|Ref>~(R_1+R_2)|Ref>
853 Rexp(T)|Ref>~(R_1+R_2)|Ref>
890 Rexp(T)|Ref>~(R_1+R_2)|Ref>
926 Rexp(T)|Ref>~(R_1+R_2)|Ref>
H A Dlih_sto-3g_fci_3.000.out806 Rexp(T)|Ref>~(R_1+R_2)|Ref>
839 Rexp(T)|Ref>~(R_1+R_2)|Ref>
872 Rexp(T)|Ref>~(R_1+R_2)|Ref>
905 Rexp(T)|Ref>~(R_1+R_2)|Ref>
940 Rexp(T)|Ref>~(R_1+R_2)|Ref>
H A Dlih_sto-3g_fci_4.000.out798 Rexp(T)|Ref>~(R_1+R_2)|Ref>
833 Rexp(T)|Ref>~(R_1+R_2)|Ref>
866 Rexp(T)|Ref>~(R_1+R_2)|Ref>
899 Rexp(T)|Ref>~(R_1+R_2)|Ref>
931 Rexp(T)|Ref>~(R_1+R_2)|Ref>
H A Dlih_sto-3g_fci_1.000.out809 Rexp(T)|Ref>~(R_1+R_2)|Ref>
846 Rexp(T)|Ref>~(R_1+R_2)|Ref>
890 Rexp(T)|Ref>~(R_1+R_2)|Ref>
931 Rexp(T)|Ref>~(R_1+R_2)|Ref>
967 Rexp(T)|Ref>~(R_1+R_2)|Ref>
H A Dlih_sto-3g_fci_1.580.out798 Rexp(T)|Ref>~(R_1+R_2)|Ref>
833 Rexp(T)|Ref>~(R_1+R_2)|Ref>
875 Rexp(T)|Ref>~(R_1+R_2)|Ref>
916 Rexp(T)|Ref>~(R_1+R_2)|Ref>
951 Rexp(T)|Ref>~(R_1+R_2)|Ref>
H A Dlih_sto-3g_fci_1.624.out798 Rexp(T)|Ref>~(R_1+R_2)|Ref>
831 Rexp(T)|Ref>~(R_1+R_2)|Ref>
867 Rexp(T)|Ref>~(R_1+R_2)|Ref>
904 Rexp(T)|Ref>~(R_1+R_2)|Ref>
939 Rexp(T)|Ref>~(R_1+R_2)|Ref>
H A Dlih_sto-3g_fci_1.700.out798 Rexp(T)|Ref>~(R_1+R_2)|Ref>
833 Rexp(T)|Ref>~(R_1+R_2)|Ref>
875 Rexp(T)|Ref>~(R_1+R_2)|Ref>
916 Rexp(T)|Ref>~(R_1+R_2)|Ref>
951 Rexp(T)|Ref>~(R_1+R_2)|Ref>
H A Dlih_sto-3g_fci_2.200.out795 Rexp(T)|Ref>~(R_1+R_2)|Ref>
833 Rexp(T)|Ref>~(R_1+R_2)|Ref>
871 Rexp(T)|Ref>~(R_1+R_2)|Ref>
908 Rexp(T)|Ref>~(R_1+R_2)|Ref>
945 Rexp(T)|Ref>~(R_1+R_2)|Ref>
H A Dlih_sto-3g_fci_5.000.out816 Rexp(T)|Ref>~(R_1+R_2)|Ref>
852 Rexp(T)|Ref>~(R_1+R_2)|Ref>
888 Rexp(T)|Ref>~(R_1+R_2)|Ref>
922 Rexp(T)|Ref>~(R_1+R_2)|Ref>
951 Rexp(T)|Ref>~(R_1+R_2)|Ref>
H A Dlih_sto-3g_fci_0.800.out806 Rexp(T)|Ref>~(R_1+R_2)|Ref>
839 Rexp(T)|Ref>~(R_1+R_2)|Ref>
875 Rexp(T)|Ref>~(R_1+R_2)|Ref>
910 Rexp(T)|Ref>~(R_1+R_2)|Ref>
942 Rexp(T)|Ref>~(R_1+R_2)|Ref>
H A Dlih_sto-3g_fci_1.550.out798 Rexp(T)|Ref>~(R_1+R_2)|Ref>
835 Rexp(T)|Ref>~(R_1+R_2)|Ref>
879 Rexp(T)|Ref>~(R_1+R_2)|Ref>
920 Rexp(T)|Ref>~(R_1+R_2)|Ref>
955 Rexp(T)|Ref>~(R_1+R_2)|Ref>

1234567