Home
last modified time | relevance | path

Searched refs:any_negative (Results 1 – 6 of 6) sorted by relevance

/dports/astro/py-astropy/astropy-5.0/astropy/coordinates/
H A Ddistances.py187 any_negative = np.any(distance.value < 0)
189 if not allow_negative and any_negative:
/dports/math/octave-forge-stk/stk/inst/misc/text/
H A Dstk_sprintf_colvect_fixedpoint.m57 any_negative = any(x < 0); variable
63 n3 = any_negative;
81 n3 = 1 + any_negative; % +1 for the comma
H A Dstk_sprintf_colvect_scientific.m66 any_negative = any (x < 0); variable
84 n3 = any_negative + 2;
120 n3 = any_negative + 3;
139 fmt1 = sprintf ('%%%d.%df', n1 + (n1 > 1) + any_negative, n1 - 1);
/dports/math/R-cran-xts/xts/src/
H A Dany.c26 SEXP any_negative (SEXP i_) in any_negative() function
/dports/math/py-sympy/sympy-1.9/sympy/matrices/
H A Deigen.py792 any_negative = fuzzy_or(args2)
794 return fuzzy_and([any_positive, any_negative])
/dports/math/py-numpy/numpy-1.20.3/numpy/core/src/multiarray/
H A Dnditer_constr.c2184 int any_negative = 0; in npyiter_flip_negative_strides() local
2191 any_negative = 1; in npyiter_flip_negative_strides()
2201 if (any_negative && iop == nop) { in npyiter_flip_negative_strides()