Home
last modified time | relevance | path

Searched refs:b_negative (Results 1 – 25 of 34) sorted by relevance

12

/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/analysis/magnetism/
H A Danalyzer.py588 b_negative = b_positive.structure.copy()
589b_negative.add_site_property("magmom", np.multiply(-1, b_negative.site_properties["magmom"]))
591 b_negative = CollinearMagneticStructureAnalyzer(
592 b_negative, overwrite_magmom_mode="normalize", make_primitive=False
596 b_negative = b_negative.get_structure_with_spin()
598 return a.matches(b_positive) or a.matches(b_negative)
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DSimplify_Div.cpp41 const bool b_negative = b_bounds.max_defined && b_bounds.max < 0; in visit() local
44 (b_negative && !b_bounds.min_defined)) { in visit()
52 (a_bounds.max_defined && b_negative)); in visit()
54 (a_bounds.min_defined && b_negative)); in visit()
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/macosx/
H A DVLCStringUtility.h67 - (NSString *)getCurrentTimeAsString:(input_thread_t *)p_input negative:(BOOL)b_negative;
H A DVLCStringUtility.m105 - (NSString *)getCurrentTimeAsString:(input_thread_t *)p_input negative:(BOOL)b_negative
113 if (b_negative && dur > 0) {
/dports/math/universal/universal-3.48/include/universal/number/support/
H A Ddecimal.hpp304 bool b_negative = _b.sign(); in div() local
305 bool result_negative = (a_negative ^ b_negative); in div()
/dports/math/universal/universal-3.48/include/universal/number/decimal/
H A Ddecimal_impl.hpp824 bool b_negative = _b.sign(); in decint_divide() local
825 bool result_negative = (a_negative ^ b_negative); in decint_divide()
/dports/math/universal/universal-3.48/include/universal/number/integer/
H A Dinteger_impl.hpp843 bool b_negative = _b.sign(); in idiv() local
844 bool result_negative = (a_negative ^ b_negative); in idiv()
846 integer<nbits + 1, BlockType> b; b.bitcopy(b_negative ? -_b : _b); in idiv()
/dports/math/pynac/pynac-pynac-0.7.27/ginac/
H A Dnumeric.cpp1656 bool b_negative = b_orig.is_negative(); in rational_power_parts() local
1657 const numeric& a = b_negative? a_orig.inverse() : a_orig; in rational_power_parts()
1658 const numeric& b = b_negative? b_orig.negative() : b_orig; in rational_power_parts()
1664 if (b_negative) in rational_power_parts()
1721 if (b_negative) in rational_power_parts()
/dports/math/py-sympy/sympy-1.9/sympy/integrals/
H A Dmanualintegrate.py1032 b_negative = ((b.is_number and b < 0) or b.is_negative)
1041 elif a_positive and b_negative:
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Ditem_func.cc1960 const bool b_negative = (!args[1]->unsigned_flag && b < 0); in int_op() local
1962 const bool res_unsigned = (a_negative == b_negative); in int_op()
1969 if (b_negative && b == INT_MIN64) { in int_op()
1977 if (b_negative) { in int_op()
1997 if (a_negative != b_negative) { in int_op()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Ditem_func.cc1374 bool a_negative= FALSE, b_negative= FALSE; in int_op() local
1405 b_negative= TRUE; in int_op()
1428 if (a_negative != b_negative) in int_op()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Ditem_func.cc1568 bool a_negative= FALSE, b_negative= FALSE; in int_op() local
1599 b_negative= TRUE; in int_op()
1622 if (a_negative != b_negative) in int_op()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Ditem_func.cc1568 bool a_negative= FALSE, b_negative= FALSE; in int_op() local
1599 b_negative= TRUE; in int_op()
1622 if (a_negative != b_negative) in int_op()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Ditem_func.cc1568 bool a_negative= FALSE, b_negative= FALSE; in int_op() local
1599 b_negative= TRUE; in int_op()
1622 if (a_negative != b_negative) in int_op()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Ditem_func.cc1568 bool a_negative= FALSE, b_negative= FALSE; in int_op() local
1599 b_negative= TRUE; in int_op()
1622 if (a_negative != b_negative) in int_op()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Ditem_func.cc1392 bool a_negative= FALSE, b_negative= FALSE; in int_op() local
1423 b_negative= TRUE; in int_op()
1446 if (a_negative != b_negative) in int_op()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Ditem_func.cc1472 bool a_negative= FALSE, b_negative= FALSE; in int_op() local
1503 b_negative= TRUE; in int_op()
1526 if (a_negative != b_negative) in int_op()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Ditem_func.cc1381 bool a_negative= FALSE, b_negative= FALSE; in int_op() local
1412 b_negative= TRUE; in int_op()
1435 if (a_negative != b_negative) in int_op()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Ditem_func.cc1381 bool a_negative= FALSE, b_negative= FALSE; in int_op() local
1412 b_negative= TRUE; in int_op()
1435 if (a_negative != b_negative) in int_op()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Ditem_func.cc1472 bool a_negative= FALSE, b_negative= FALSE; in Create_func_instr()
1503 b_negative= TRUE; in Create_func_instr()
1526 if (a_negative != b_negative) in Create_func_instr()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Ditem_func.cc1568 bool a_negative= FALSE, b_negative= FALSE; in int_op() local
1599 b_negative= TRUE; in int_op()
1622 if (a_negative != b_negative) in int_op()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Ditem_func.cc1392 bool a_negative= FALSE, b_negative= FALSE; in int_op() local
1423 b_negative= TRUE; in int_op()
1446 if (a_negative != b_negative) in int_op()
/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/
H A Darithlib.hpp9541 std::uint64_t b, bool b_negative, in unsigned_short_division() argument
9581 if (a_negative != b_negative) in unsigned_short_division()
9747 bool b_negative = negative(b[lenb-1]); in division() local
9748 if (b_negative) in division()
9789 if (b_negative) abandon(bb); in division()
9799 if (!b_negative) in division()
9853 if (a_negative != b_negative) in division()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Ditem_func.cc2033 bool a_negative= FALSE, b_negative= FALSE; in int_op() local
2064 b_negative= TRUE; in int_op()
2087 if (a_negative != b_negative) in int_op()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Ditem_func.cc2033 bool a_negative= FALSE, b_negative= FALSE; in int_op() local
2064 b_negative= TRUE; in int_op()
2087 if (a_negative != b_negative) in int_op()

12