Home
last modified time | relevance | path

Searched refs:PTYPE_BOOL (Results 1 – 8 of 8) sorted by relevance

/dports/math/pynac/pynac-pynac-0.7.27/ginac/
H A Darchive.cpp393 props.emplace_back(a.atomize(name), PTYPE_BOOL, static_cast<unsigned int>(value)); in add_bool()
419 if (elem.type == PTYPE_BOOL && elem.name == name_atom) { in find_bool()
647 case PTYPE_BOOL: os << "bool"; break; in printraw()
H A Darchive.h56 PTYPE_BOOL, enumerator
/dports/math/GiNaC/ginac-1.8.2/ginac/
H A Darchive.cpp397 props.emplace_back(property(a.atomize(name), PTYPE_BOOL, value)); in add_bool()
424 if (i->type == PTYPE_BOOL && i->name == name_atom) { in find_bool()
677 case PTYPE_BOOL: os << "bool"; break; in printraw()
H A Darchive.h56 PTYPE_BOOL, enumerator
/dports/games/openttd/openttd-12.1/src/
H A Dnewgrf_config.h129 PTYPE_BOOL, ///< The parameter is either 0 or 1 enumerator
H A Dnewgrf_gui.cpp275 if (par_info->type == PTYPE_BOOL) { in DrawWidget()
360 …if (par_info->type != PTYPE_BOOL && IsInsideMM(x, 0, SETTING_BUTTON_WIDTH) && par_info->complete_l… in OnClick()
391 if (par_info->type == PTYPE_BOOL) { in OnClick()
/dports/math/GiNaC/ginac-1.8.2/doc/tutorial/
H A Dginac.info5616 case archive_node::PTYPE_BOOL: {
H A Dginac.texi6899 case archive_node::PTYPE_BOOL: @{