Home
last modified time | relevance | path

Searched refs:get_exp (Results 1 – 25 of 124) sorted by relevance

12345

/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/includes/ast/
H A Ddeserializervisitor.hxx79 Exp* exp = get_exp(); in get_exps()
104 list->push_back(get_exp()); in get_vars()
227 Exp *init = get_exp(); in get_VarDec()
234 Exp* get_exp(void) in get_exp() function in ast::DeserializeVisitor
305 Exp *head = get_exp(); in get_exp()
306 Exp *tail = get_exp(); in get_exp()
313 Exp* test = get_exp(); in get_exp()
341 Exp* test = get_exp(); in get_exp()
342 Exp* body = get_exp(); in get_exp()
350 Exp* body = get_exp(); in get_exp()
[all …]
/dports/textproc/p5-Lingua-EN-Tagger/Lingua-EN-Tagger-0.31/
H A DTagger.pm26 sub get_exp { subroutine
32 $NUM = get_exp('cd');
33 $GER = get_exp('vbg');
34 $ADJ = get_exp('jj[rs]*');
35 $PART = get_exp('vbn');
37 $NNP = get_exp('nnp');
38 $PREP = get_exp('in');
39 $DET = get_exp('det');
40 $PAREN= get_exp('[lr]rb');
41 $QUOT = get_exp('ppr');
[all …]
/dports/games/tads/tads-3.0.8/tads3/
H A Dvmbignum.cpp4327 || get_exp(ext1) - get_exp(ext5) > (int)get_prec(ext1)) in calc_asin_series()
4388 if (get_exp(ext_) < -1 || get_exp(ext_) > 2) in getp_atan()
4477 || (get_exp(ext1) - get_exp(ext4) in getp_atan()
5029 || get_exp(ext1) - get_exp(ext2) > (int)get_prec(ext1)) in compute_ln_series_into()
5703 && get_exp(ext1) == get_exp(ext4)) in compute_sqrt_into()
6523 if (get_exp(ext1) != get_exp(ext2)) in compute_eq_exact()
6907 out_exp = get_exp(ext1) + get_exp(ext2) - prec2; in compute_prod_into()
7120 quo_exp = get_exp(ext1) - get_exp(ext2) + 1; in compute_quotient_into()
7171 exp_diff = get_exp(rem_ext) - get_exp(dvs_ext); in compute_quotient_into()
7436 if (get_exp(ext1) > get_exp(ext2)) in compare_abs()
[all …]
/dports/math/symengine/symengine-0.8.1/symengine/polys/
H A Dbasic_conversions.cpp50 if (is_a<const Integer>(*x.get_exp())) { in bvisit()
51 if (down_cast<const Integer &>(*x.get_exp()).is_positive()) { in bvisit()
57 } else if (is_a<const Rational>(*x.get_exp())) { in bvisit()
61 = rcp_static_cast<const Rational>(x.get_exp()); in bvisit()
68 = _find_gens_poly_pow(x.get_exp(), x.get_base()); in bvisit()
H A Dbasic_conversions.h62 if (is_a<const Integer>(*x.get_exp())) { in bvisit()
64 down_cast<const Integer &>(*x.get_exp()).as_int()); in bvisit()
78 genpow = down_cast<const Pow &>(*gen).get_exp(); in bvisit()
85 if (is_a<const Add>(*x.get_exp())) { in bvisit()
92 expos.insert(x.get_exp()); in bvisit()
165 genpow = down_cast<const Pow &>(*gen).get_exp(); in bvisit()
349 genpow = down_cast<const Pow &>(*it).get_exp(); in BasicToMPolyBase()
374 if (is_a<const Integer>(*x.get_exp())) { in bvisit()
376 down_cast<const Integer &>(*x.get_exp()).as_int()); in bvisit()
393 if (is_a<const Add>(*x.get_exp())) { in bvisit()
[all …]
/dports/misc/p5-Geo-GeoNames/Geo-GeoNames-1.13/t/
H A Dxml.t46 my $get_exp = [
98 is_deeply(Geo::GeoNames->_parse_xml_result($get_xml, 1), $get_exp, 'XML is parsed correctly');
/dports/math/R-cran-recipes/recipes/tests/testthat/
H A Dtest_hyperbolic.R10 get_exp <- function(x, f) function
30 exp_res <- get_exp(ex_dat, foo)
/dports/math/symengine/symengine-0.8.1/symengine/
H A Dexpand.cpp293 if (is_a<Integer>(*self.get_exp()) && is_a<UExprPoly>(*_base)) { in bvisit()
295 down_cast<const Integer &>(*self.get_exp()).as_uint()); in bvisit()
301 if (is_a<Integer>(*self.get_exp()) && is_a<UIntPoly>(*_base)) { in bvisit()
303 down_cast<const Integer &>(*self.get_exp()).as_uint()); in bvisit()
310 if (!is_a<Integer>(*self.get_exp()) || !is_a<Add>(*_base)) { in bvisit()
312 Add::dict_add_term(d_, multiply, pow(_base, self.get_exp())); in bvisit()
320 = down_cast<const Integer &>(*self.get_exp()).as_integer_class(); in bvisit()
H A Dsubs.h126 RCP<const Basic> exp_new = apply(x.get_exp()); in bvisit()
127 if (base_new == x.get_base() and exp_new == x.get_exp()) { in bvisit()
351 RCP<const Basic> exp_new = apply(x.get_exp()); in bvisit()
355 .get_exp())) { in bvisit()
359 auto newexpo = div(exp_new, subs_first.get_exp()); in bvisit()
366 if (base_new == x.get_base() and exp_new == x.get_exp()) { in bvisit()
H A Dpow.h42 inline RCP<const Basic> get_exp() const in get_exp() function
H A Dvisitor.cpp173 auto base_ = x.get_base(), exp_ = x.get_exp(); in bvisit()
269 apply(*x.get_exp()); in bvisit()
/dports/biology/diamond/diamond-2.0.13/src/cluster/
H A Dmcl.h49 …void get_exp(Eigen::SparseMatrix<float>* in, Eigen::SparseMatrix<float>* out, float r, uint32_t nT…
50 void get_exp(Eigen::MatrixXf* in, Eigen::MatrixXf* out, float r);
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/rtosc/test/
H A Dport-checker-tester.cpp14 std::multimap<issue, std::string> get_exp()
86 std::multimap<issue, std::string> exp = get_exp(); // see above
/dports/www/p5-JE/JE-0.066/t/
H A Dparse00.1-long_strings.t71 sub get_exp {
97 my $exp = get_exp ($qt, $str);
/dports/mail/libspf2/libspf2-1.2.10/src/libspf2/
H A Dspf_get_exp.c155 if (resolver->get_exp) in SPF_request_get_exp()
156 return resolver->get_exp(spf_server, *bufp, bufp, buflenp); in SPF_request_get_exp()
H A Dspf_dns_null.c75 spf_dns_server->get_exp = NULL; in SPF_dns_null_new()
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/finite_fields/include/LiDIA/finite_fields/
H A Dcoeff_sparse_power_series.h72 lidia_size_t get_exp() const;
169 spc< T >::get_exp () const in get_exp() function
/dports/math/gap/gap-4.11.0/pkg/quagroup-1.8.2/gap/
H A Dbasic.gi93 bas, wt, pos, get_exp;
95 get_exp:= function( pol )
135 wt:= List( [1..rank], i -> 2*get_exp( Coefficients(bas,k[i]^v)[1] )/
/dports/editors/biew/biew-610/addons/tools/
H A Deval.c143 static char *__NEAR__ __FASTCALL__ get_exp(char *);
234 if (NULL != (str = get_exp(ptr))) in evaluate()
495 static char * __NEAR__ __FASTCALL__ get_exp(char *str) in get_exp() function
/dports/devel/tass64/64tass-1.56.2625-src/
H A D64tass.c1166 if (!get_exp(0, 0, 1, epoint)) {retval = true;break;} in virtual_start()
1449 if (!get_exp(0, 1, 0, &epoint3)) goto error; in for_command()
1464 if (!get_exp(1, 1, 1, &lpoint)) goto error; in for_command()
1698 if (!get_exp(0, 0, 0, &bpoint)) break; in for_command()
1747 if (!get_exp(0, 1, 1, epoint)) cnt = 0; in rept_command()
2114 if (!get_exp(0, 0, 0, NULL)) { in compile()
3819 if (get_exp(0, 0, 1, &epoint)) { in compile()
4131 rc = get_exp(0, 2, 0, &epoint); in compile()
4210 rc = get_exp(0, 2, 0, &epoint); in compile()
4419 if (get_exp(0, 1, 1, &epoint)) { in compile()
[all …]
H A Deval.h41 extern bool get_exp(int, argcount_t, argcount_t, linepos_t);
/dports/mail/libspf2/libspf2-1.2.10/src/include/
H A Dspf_dns.h146 SPF_dns_get_exp_t get_exp; member
/dports/emulators/mess/mame-mame0226/src/devices/cpu/mb86233/
H A Dmb86233.cpp244 u32 mb86233_device::get_exp(u32 val) in get_exp() function in mb86233_device
619 case 0x11: return get_exp(m_a); in read_reg()
622 case 0x14: return get_exp(m_b); in read_reg()
626 case 0x1a: return get_exp(m_d); in read_reg()
629 case 0x1d: return get_exp(m_p); in read_reg()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/mb86233/
H A Dmb86233.cpp244 u32 mb86233_device::get_exp(u32 val) in get_exp() function in mb86233_device
619 case 0x11: return get_exp(m_a); in read_reg()
622 case 0x14: return get_exp(m_b); in read_reg()
626 case 0x1a: return get_exp(m_d); in read_reg()
629 case 0x1d: return get_exp(m_p); in read_reg()
/dports/math/kalker/kalker-1.1.0/cargo-crates/rug-1.11.0/src/float/
H A Dcasts.rs64 Ordering::Less => match small.get_exp() {
81 Ordering::Greater => match small.get_exp() {
152 Ordering::Greater => match small.get_exp() {

12345