Home
last modified time | relevance | path

Searched refs:isneg (Results 151 – 175 of 693) sorted by relevance

12345678910>>...28

/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dwannier90.F350 LOGICAL :: isneg, ispos local
581 CALL utility_compar(bka(1, nap), bk_local(1, nn, 1), ispos, isneg)
582 IF (isneg) ifound = 1
621 CALL utility_compar(bka(1, na), bk_local(1, nn, nkp), ispos, isneg)
949 PURE SUBROUTINE utility_compar(a, b, ispos, isneg) argument
951 LOGICAL, INTENT(out) :: ispos, isneg local
954 isneg = SUM((a + b)**2) .LT. eps8
/dports/devel/boost-docs/boost_1_72_0/boost/multiprecision/detail/functions/
H A Dpow.hpp209 bool isneg = eval_get_sign(x) < 0; in eval_exp() local
218 if (isneg) in eval_exp()
233 if (isneg) in eval_exp()
253 if (isneg) in eval_exp()
265 if (isneg && (k & 1)) in eval_exp()
287 if (isneg) in eval_exp()
311 if (isneg) in eval_exp()
332 if (isneg) in eval_exp()
/dports/devel/hyperscan/boost_1_75_0/boost/multiprecision/detail/functions/
H A Dpow.hpp209 bool isneg = eval_get_sign(x) < 0; in eval_exp() local
218 if (isneg) in eval_exp()
233 if (isneg) in eval_exp()
253 if (isneg) in eval_exp()
265 if (isneg && (k & 1)) in eval_exp()
287 if (isneg) in eval_exp()
311 if (isneg) in eval_exp()
332 if (isneg) in eval_exp()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/multiprecision/detail/functions/
H A Dpow.hpp209 bool isneg = eval_get_sign(x) < 0; in eval_exp() local
218 if (isneg) in eval_exp()
233 if (isneg) in eval_exp()
253 if (isneg) in eval_exp()
265 if (isneg && (k & 1)) in eval_exp()
287 if (isneg) in eval_exp()
311 if (isneg) in eval_exp()
332 if (isneg) in eval_exp()
/dports/devel/R-cran-BH/BH/inst/include/boost/multiprecision/detail/functions/
H A Dpow.hpp212 bool isneg = eval_get_sign(x) < 0; in eval_exp() local
221 if (isneg) in eval_exp()
236 if (isneg) in eval_exp()
256 if (isneg) in eval_exp()
268 if (isneg && (k & 1)) in eval_exp()
290 if (isneg) in eval_exp()
314 if (isneg) in eval_exp()
335 if (isneg) in eval_exp()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/multiprecision/detail/functions/
H A Dpow.hpp209 bool isneg = eval_get_sign(x) < 0; in eval_exp() local
218 if (isneg) in eval_exp()
233 if (isneg) in eval_exp()
253 if (isneg) in eval_exp()
265 if (isneg && (k & 1)) in eval_exp()
287 if (isneg) in eval_exp()
311 if (isneg) in eval_exp()
332 if (isneg) in eval_exp()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/multiprecision/detail/functions/
H A Dpow.hpp207 bool isneg = eval_get_sign(x) < 0; in eval_exp() local
216 if(isneg) in eval_exp()
231 if(isneg) in eval_exp()
251 if(isneg) in eval_exp()
263 if(isneg && (k&1)) in eval_exp()
285 if(isneg) in eval_exp()
309 if (isneg) in eval_exp()
330 if(isneg) in eval_exp()
/dports/devel/boost-libs/boost_1_72_0/boost/multiprecision/detail/functions/
H A Dpow.hpp209 bool isneg = eval_get_sign(x) < 0; in eval_exp() local
218 if (isneg) in eval_exp()
233 if (isneg) in eval_exp()
253 if (isneg) in eval_exp()
265 if (isneg && (k & 1)) in eval_exp()
287 if (isneg) in eval_exp()
311 if (isneg) in eval_exp()
332 if (isneg) in eval_exp()
/dports/devel/boost-python-libs/boost_1_72_0/boost/multiprecision/detail/functions/
H A Dpow.hpp209 bool isneg = eval_get_sign(x) < 0; in eval_exp() local
218 if (isneg) in eval_exp()
233 if (isneg) in eval_exp()
253 if (isneg) in eval_exp()
265 if (isneg && (k & 1)) in eval_exp()
287 if (isneg) in eval_exp()
311 if (isneg) in eval_exp()
332 if (isneg) in eval_exp()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/multiprecision/detail/functions/
H A Dpow.hpp207 bool isneg = eval_get_sign(x) < 0; in eval_exp() local
216 if(isneg) in eval_exp()
231 if(isneg) in eval_exp()
251 if(isneg) in eval_exp()
263 if(isneg && (k&1)) in eval_exp()
285 if(isneg) in eval_exp()
309 if (isneg) in eval_exp()
330 if(isneg) in eval_exp()
/dports/math/universal/universal-3.48/include/universal/number/posit/specialized/
H A Dposit_32_2.hpp141 if (isneg() != b.isneg()) return *this -= b.twosComplement(); in operator +=()
207 if (isneg() != b.isneg()) return *this += bComplement; in operator -=()
446 if (isneg()) { in abs()
483 inline constexpr bool isneg() const { return (_bits & 0x80000000u); } in isneg() function in sw::universal::posit
484 inline constexpr bool ispos() const { return !isneg(); } in ispos()
508 bool _sign = isneg(); in to_value()
/dports/games/libretro-gw/gw-libretro-2be30ba/lua/src/
H A Dlobject.c162 static int isneg (const char **s) { in isneg() function
196 neg = isneg(&s); /* check signal */ in lua_strx2number()
222 neg1 = isneg(&s); /* signal */ in lua_strx2number()
258 neg = isneg(&s); in l_str2int()
/dports/emulators/mess/mame-mame0226/3rdparty/genie/src/host/lua-5.3.0/src/
H A Dlobject.c162 static int isneg (const char **s) { in isneg() function
196 neg = isneg(&s); /* check signal */ in lua_strx2number()
222 neg1 = isneg(&s); /* signal */ in lua_strx2number()
258 neg = isneg(&s); in l_str2int()
/dports/graphics/bmeps/dktools-4.31.1/src/libdk4wx/
H A Ddk4wxpref.cpp374 int isneg; /* Flag: Not in scope */ in dk4wxpref_line_handler() local
392 isneg = 1; in dk4wxpref_line_handler()
395 isneg = 0; in dk4wxpref_line_handler()
407 if (0 != isneg) { rd->insc = 0; } else { rd->insc = 1; } in dk4wxpref_line_handler()
/dports/games/freedroidrpg/freedroidrpg-0.16.1/lua/
H A Dlobject.c171 static int isneg (const char **s) { in isneg() function
205 neg = isneg(&s); /* check signal */ in lua_strx2number()
231 neg1 = isneg(&s); /* signal */ in lua_strx2number()
267 neg = isneg(&s); in l_str2int()
/dports/devel/genie/GENie-a503d6e/src/host/lua-5.3.0/src/
H A Dlobject.c162 static int isneg (const char **s) { in isneg() function
196 neg = isneg(&s); /* check signal */ in lua_strx2number()
222 neg1 = isneg(&s); /* signal */ in lua_strx2number()
258 neg = isneg(&s); in l_str2int()
/dports/net-mgmt/yaf/yaf-2.11.0/lua/src/
H A Dlobject.c171 static int isneg (const char **s) { in isneg() function
205 neg = isneg(&s); /* check signal */ in lua_strx2number()
231 neg1 = isneg(&s); /* signal */ in lua_strx2number()
267 neg = isneg(&s); in l_str2int()
/dports/emulators/mame/mame-mame0226/3rdparty/genie/src/host/lua-5.3.0/src/
H A Dlobject.c162 static int isneg (const char **s) { in isneg() function
196 neg = isneg(&s); /* check signal */ in lua_strx2number()
222 neg1 = isneg(&s); /* signal */ in lua_strx2number()
258 neg = isneg(&s); in l_str2int()
/dports/games/emptyepsilon/SeriousProton-EE-2021.06.23/src/lua/
H A Dlobject.c171 static int isneg (const char **s) { in isneg() function
205 neg = isneg(&s); /* check signal */ in lua_strx2number()
231 neg1 = isneg(&s); /* signal */ in lua_strx2number()
267 neg = isneg(&s); in l_str2int()
/dports/devel/boost-docs/boost_1_72_0/boost/math/cstdfloat/
H A Dcstdfloat_iostream.hpp404 const bool isneg = (x < 0); in convert_to_string() local
405 const bool iszero = ((!isneg) ? bool(+x < (std::numeric_limits<float_type>::min)()) in convert_to_string()
408 const bool isinf = ((!isneg) ? bool(+x > (std::numeric_limits<float_type>::max)()) in convert_to_string()
441 if(isneg) { x = -x; } in convert_to_string()
556 if(isneg) in convert_to_string()
/dports/devel/hyperscan/boost_1_75_0/boost/math/cstdfloat/
H A Dcstdfloat_iostream.hpp404 const bool isneg = (x < 0); in convert_to_string() local
405 const bool iszero = ((!isneg) ? bool(+x < (std::numeric_limits<float_type>::min)()) in convert_to_string()
408 const bool isinf = ((!isneg) ? bool(+x > (std::numeric_limits<float_type>::max)()) in convert_to_string()
441 if(isneg) { x = -x; } in convert_to_string()
556 if(isneg) in convert_to_string()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/math/cstdfloat/
H A Dcstdfloat_iostream.hpp401 const bool isneg = (x < 0); in convert_to_string() local
402 const bool iszero = ((!isneg) ? bool(+x < (std::numeric_limits<float_type>::min)()) in convert_to_string()
405 const bool isinf = ((!isneg) ? bool(+x > (std::numeric_limits<float_type>::max)()) in convert_to_string()
438 if(isneg) { x = -x; } in convert_to_string()
553 if(isneg) in convert_to_string()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/math/cstdfloat/
H A Dcstdfloat_iostream.hpp404 const bool isneg = (x < 0); in convert_to_string() local
405 const bool iszero = ((!isneg) ? bool(+x < (std::numeric_limits<float_type>::min)()) in convert_to_string()
408 const bool isinf = ((!isneg) ? bool(+x > (std::numeric_limits<float_type>::max)()) in convert_to_string()
441 if(isneg) { x = -x; } in convert_to_string()
556 if(isneg) in convert_to_string()
/dports/databases/xtrabackup/boost_1_59_0/boost/math/cstdfloat/
H A Dcstdfloat_iostream.hpp401 const bool isneg = (x < 0); in convert_to_string() local
402 const bool iszero = ((!isneg) ? bool(+x < (std::numeric_limits<float_type>::min)()) in convert_to_string()
405 const bool isinf = ((!isneg) ? bool(+x > (std::numeric_limits<float_type>::max)()) in convert_to_string()
438 if(isneg) { x = -x; } in convert_to_string()
553 if(isneg) in convert_to_string()
/dports/databases/percona57-server/boost_1_59_0/boost/math/cstdfloat/
H A Dcstdfloat_iostream.hpp401 const bool isneg = (x < 0); in convert_to_string() local
402 const bool iszero = ((!isneg) ? bool(+x < (std::numeric_limits<float_type>::min)()) in convert_to_string()
405 const bool isinf = ((!isneg) ? bool(+x > (std::numeric_limits<float_type>::max)()) in convert_to_string()
438 if(isneg) { x = -x; } in convert_to_string()
553 if(isneg) in convert_to_string()

12345678910>>...28