Home
last modified time | relevance | path

Searched refs:is_real (Results 51 – 75 of 1760) sorted by relevance

12345678910>>...71

/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/spirit/home/support/
H A Dnumeric_traits.hpp84 struct is_real : mpl::false_ {}; struct
87 struct is_real<T const> : is_uint<T> {}; struct
90 struct is_real<float> : mpl::true_ {}; struct
93 struct is_real<double> : mpl::true_ {}; struct
96 struct is_real<long double> : mpl::true_ {}; struct
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/spirit/home/x3/support/traits/
H A Dnumeric_traits.hpp81 struct is_real : mpl::false_ {}; struct
84 struct is_real<T const> : is_uint<T> {}; struct
87 struct is_real<float> : mpl::true_ {}; struct
90 struct is_real<double> : mpl::true_ {}; struct
93 struct is_real<long double> : mpl::true_ {}; struct
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/spirit/home/support/
H A Dnumeric_traits.hpp84 struct is_real : mpl::false_ {}; struct
87 struct is_real<T const> : is_uint<T> {}; struct
90 struct is_real<float> : mpl::true_ {}; struct
93 struct is_real<double> : mpl::true_ {}; struct
96 struct is_real<long double> : mpl::true_ {}; struct
/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Dfn_eigs_sym.hpp27 typename enable_if2< is_real<typename T1::elem_type>::value, Col<typename T1::pod_type> >::result
60 typename enable_if2< is_real<typename T1::elem_type>::value, Col<typename T1::pod_type> >::result
82 typename enable_if2< is_real<typename T1::elem_type>::value, Col<typename T1::pod_type> >::result
114 typename enable_if2< is_real<typename T1::elem_type>::value, bool >::result
147 typename enable_if2< is_real<typename T1::elem_type>::value, bool >::result
169 typename enable_if2< is_real<typename T1::elem_type>::value, bool >::result
201 typename enable_if2< is_real<typename T1::elem_type>::value, bool >::result
236 typename enable_if2< is_real<typename T1::elem_type>::value, bool >::result
259 typename enable_if2< is_real<typename T1::elem_type>::value, bool >::result
H A Dfn_orth_null.hpp27 typename enable_if2< is_real<typename T1::pod_type>::value, const Op<T1, op_orth> >::result
41 typename enable_if2< is_real<typename T1::pod_type>::value, bool >::result
66 typename enable_if2< is_real<typename T1::pod_type>::value, const Op<T1, op_null> >::result
80 typename enable_if2< is_real<typename T1::pod_type>::value, bool >::result
H A Dfn_mvnrnd.hpp30 is_real<typename T1::elem_type>::value,
48 is_real<typename T1::elem_type>::value,
65 is_real<typename T1::elem_type>::value,
90 is_real<typename T1::elem_type>::value,
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Dfn_eigs_sym.hpp27 typename enable_if2< is_real<typename T1::elem_type>::value, Col<typename T1::pod_type> >::result
60 typename enable_if2< is_real<typename T1::elem_type>::value, Col<typename T1::pod_type> >::result
82 typename enable_if2< is_real<typename T1::elem_type>::value, Col<typename T1::pod_type> >::result
114 typename enable_if2< is_real<typename T1::elem_type>::value, bool >::result
147 typename enable_if2< is_real<typename T1::elem_type>::value, bool >::result
169 typename enable_if2< is_real<typename T1::elem_type>::value, bool >::result
201 typename enable_if2< is_real<typename T1::elem_type>::value, bool >::result
236 typename enable_if2< is_real<typename T1::elem_type>::value, bool >::result
259 typename enable_if2< is_real<typename T1::elem_type>::value, bool >::result
H A Dfn_orth_null.hpp27 typename enable_if2< is_real<typename T1::pod_type>::value, const Op<T1, op_orth> >::result
41 typename enable_if2< is_real<typename T1::pod_type>::value, bool >::result
66 typename enable_if2< is_real<typename T1::pod_type>::value, const Op<T1, op_null> >::result
80 typename enable_if2< is_real<typename T1::pod_type>::value, bool >::result
H A Dfn_mvnrnd.hpp30 is_real<typename T1::elem_type>::value,
48 is_real<typename T1::elem_type>::value,
65 is_real<typename T1::elem_type>::value,
90 is_real<typename T1::elem_type>::value,
/dports/lang/php74/php-7.4.27/ext/standard/tests/general_functions/
H A Dis_float_64bit.phpt2 Test is_float() & it's FALIASes: is_double() & is_real() functions
15 echo "*** Testing is_float(), is_double() and is_real() with float values***\n";
49 /* loop to check that is_float(), is_double() & is_real() recognizes
56 var_dump( @is_real($float) );
122 is_float(), is_double() & is_real() on objects,
129 var_dump( @is_real($value) );
136 var_dump( is_real() );
141 var_dump( is_real( $floats[0], $floats[1]) );
146 *** Testing is_float(), is_double() and is_real() with float values***
426 Deprecated: Function is_real() is deprecated in %s on line %d
[all …]
H A Dis_float.phpt2 Test is_float() & it's FALIASes: is_double() & is_real() functions
13 echo "*** Testing is_float(), is_double() and is_real() with float values***\n";
47 /* loop to check that is_float(), is_double() & is_real() recognizes
54 var_dump( @is_real($float) );
120 is_float(), is_double() & is_real() on objects,
127 var_dump( @is_real($value) );
134 var_dump( is_real() );
139 var_dump( is_real( $floats[0], $floats[1]) );
149 *** Testing is_float(), is_double() and is_real() with float values***
429 Deprecated: Function is_real() is deprecated in %s on line %d
[all …]
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/general_functions/
H A Dis_float.phpt2 Test is_float() & it's FALIASes: is_double() & is_real() functions
13 echo "*** Testing is_float(), is_double() and is_real() with float values***\n";
47 /* loop to check that is_float(), is_double() & is_real() recognizes
54 var_dump( @is_real($float) );
120 is_float(), is_double() & is_real() on objects,
127 var_dump( @is_real($value) );
134 var_dump( is_real() );
139 var_dump( is_real( $floats[0], $floats[1]) );
149 *** Testing is_float(), is_double() and is_real() with float values***
429 Deprecated: Function is_real() is deprecated in %s on line %d
[all …]
H A Dis_float_64bit.phpt2 Test is_float() & it's FALIASes: is_double() & is_real() functions
15 echo "*** Testing is_float(), is_double() and is_real() with float values***\n";
49 /* loop to check that is_float(), is_double() & is_real() recognizes
56 var_dump( @is_real($float) );
122 is_float(), is_double() & is_real() on objects,
129 var_dump( @is_real($value) );
136 var_dump( is_real() );
141 var_dump( is_real( $floats[0], $floats[1]) );
146 *** Testing is_float(), is_double() and is_real() with float values***
426 Deprecated: Function is_real() is deprecated in %s on line %d
[all …]
/dports/math/py-sympy/sympy-1.9/sympy/functions/special/tests/
H A Dtest_gamma_functions.py78 assert gamma(y).is_real == False
80 assert gamma(y).is_real == True
349 assert polygamma(0, I).is_real is None
437 assert digamma(I).is_real is None
591 assert loggamma(0).is_real is False
593 assert loggamma(I).is_real is None
621 assert gamma(n).is_real is False
622 assert gamma(m).is_real is None
623 assert gamma(o).is_real is True
624 assert gamma(p).is_real is True
[all …]
H A Dtest_beta_functions.py16 assert beta(5, -3).is_real == True
17 assert beta(3, y).is_real is None
40 assert betainc(1, 2, 0, -5).is_real == True
41 assert betainc(1, 2, 0, x2).is_real is None
55 assert betainc_regularized(3, 5, 0, -1).is_real == True
56 assert betainc_regularized(3, 5, 0, x2).is_real is None
/dports/lang/php73/php-7.3.33/ext/standard/tests/general_functions/
H A Dis_float.phpt2 Test is_float() & it's FALIASes: is_double() & is_real() functions
13 echo "*** Testing is_float(), is_double() and is_real() with float values***\n";
47 /* loop to check that is_float(), is_double() & is_real() recognizes
54 var_dump( is_real($float) );
120 is_float(), is_double() & is_real() on objects,
127 var_dump( is_real($value) );
134 var_dump( is_real() );
139 var_dump( is_real( $floats[0], $floats[1]) );
149 *** Testing is_float(), is_double() and is_real() with float values***
271 *** Testing is_float(), is_double() & is_real() with non float values ***
[all …]
H A Dis_float_64bit.phpt2 Test is_float() & it's FALIASes: is_double() & is_real() functions
15 echo "*** Testing is_float(), is_double() and is_real() with float values***\n";
49 /* loop to check that is_float(), is_double() & is_real() recognizes
56 var_dump( is_real($float) );
122 is_float(), is_double() & is_real() on objects,
129 var_dump( is_real($value) );
136 var_dump( is_real() );
141 var_dump( is_real( $floats[0], $floats[1]) );
146 *** Testing is_float(), is_double() and is_real() with float values***
268 *** Testing is_float(), is_double() & is_real() with non float values ***
[all …]
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/general_functions/
H A Dis_float_64bit.phpt2 Test is_float() & it's FALIASes: is_double() & is_real() functions
15 echo "*** Testing is_float(), is_double() and is_real() with float values***\n";
49 /* loop to check that is_float(), is_double() & is_real() recognizes
56 var_dump( is_real($float) );
122 is_float(), is_double() & is_real() on objects,
129 var_dump( is_real($value) );
136 var_dump( is_real() );
141 var_dump( is_real( $floats[0], $floats[1]) );
146 *** Testing is_float(), is_double() and is_real() with float values***
268 *** Testing is_float(), is_double() & is_real() with non float values ***
[all …]
H A Dis_float.phpt2 Test is_float() & it's FALIASes: is_double() & is_real() functions
13 echo "*** Testing is_float(), is_double() and is_real() with float values***\n";
47 /* loop to check that is_float(), is_double() & is_real() recognizes
54 var_dump( is_real($float) );
120 is_float(), is_double() & is_real() on objects,
127 var_dump( is_real($value) );
134 var_dump( is_real() );
139 var_dump( is_real( $floats[0], $floats[1]) );
149 *** Testing is_float(), is_double() and is_real() with float values***
271 *** Testing is_float(), is_double() & is_real() with non float values ***
[all …]
/dports/math/arb/arb-2.21.1/acb_modular/
H A Dtheta_const_sum.c20 int is_real, is_real_or_imag; in acb_modular_theta_const_sum() local
29 is_real = arb_is_zero(acb_imagref(q)); in acb_modular_theta_const_sum()
30 is_real_or_imag = is_real || arb_is_zero(acb_realref(q)); in acb_modular_theta_const_sum()
66 if (is_real) in acb_modular_theta_const_sum()
/dports/math/py-sympy/sympy-1.9/sympy/core/tests/
H A Dtest_assumptions.py13 assert x.is_real is True
27 assert z.is_real is True
53 assert z.is_real is True
79 assert z.is_real is True
107 assert oo.is_real is False
141 assert mm.is_real is False
207 assert r.is_real is True
271 assert z.is_real is True
296 assert z.is_real is True
619 assert x.is_real is True
[all …]
/dports/cad/gtkwave/gtkwave-3.3.107/contrib/wlf2vcd/
H A Dwlf2vcd.c49 unsigned int is_real,
64 unsigned is_real : 1; member
291 unsigned int is_real = 0; in printSubElements() local
332 case wlfSelReal: vartype = "real"; is_real = 1; break; in printSubElements()
432 is_real = 1; in printSubElements()
491 if((lft != rgh) && (!is_vbit) && (!is_real)) in printSubElements()
497 if(cnt && (!is_vbit) && (!is_real)) in printSubElements()
578 if(!((cbData*) data)->is_real) in sigCb()
701 if(!((cbData*) data)->is_real) in sigCb()
749 unsigned int is_real, in AddSymbolToCB() argument
[all …]
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/restoration/
H A Duft.py344 def ir2tf(imp_resp, shape, dim=None, is_real=True): argument
405 func = fft.rfftn if is_real else fft.fftn
413 def laplacian(ndim, shape, is_real=True): argument
454 return ir2tf(impr, shape, is_real=is_real), impr
/dports/math/pynac/pynac-pynac-0.7.27/ginac/
H A Dinifcns.cpp76 if (s.is_real()) in conjugate_expl_derivative()
118 if (arg.is_real()) in real_part_eval()
152 if (s.is_real()) in real_part_expl_derivative()
184 if (arg.is_real()) in imag_part_eval()
218 if (s.is_real()) in imag_part_expl_derivative()
379 if (arg.is_real()) in unit_step_evalf()
395 if (oc.is_real()) { in unit_step_eval()
461 and arg.is_real() in heaviside_evalf()
479 if (oc.is_real()) { in heaviside_eval()
557 if (oc.is_real()) { in csgn_eval()
[all …]
/dports/science/siesta/siesta-4.1.5/Util/TS/TBtrans/
H A Dm_tbt_delta.F90136 logical :: exists, is_real local
210 if ( is_real ) then
272 if ( is_real ) then
328 if ( is_real ) then
370 if ( is_real ) then
634 logical, intent(in) :: is_real local
693 if ( is_real ) then
712 if ( is_real ) then
733 if ( is_real ) then
748 if ( is_real ) then
[all …]

12345678910>>...71