Home
last modified time | relevance | path

Searched refs:BASE_BIJECTIVE_26 (Results 1 – 10 of 10) sorted by relevance

/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A Dincludes.h318 #define BASE_BIJECTIVE_26 -26 macro
H A DMathStructure-print.cc787 if(po.base == BASE_ROMAN_NUMERALS || po.base == BASE_BIJECTIVE_26) return true; in displays_number_exact()
1009 …nt->isApproximate() && po.base != BASE_ROMAN_NUMERALS && po.base != BASE_BIJECTIVE_26 && inum > 0 … in improve_division_multipliers()
2440 ….parent_approximate && po.base != BASE_ROMAN_NUMERALS && po.base != BASE_BIJECTIVE_26 && (o_number… in formatsub()
2451 …if(!force_fraction && po.base != BASE_ROMAN_NUMERALS && po.base != BASE_BIJECTIVE_26 && po.number_… in formatsub()
2470 if(!approximately_displayed || po.base == BASE_ROMAN_NUMERALS || po.base == BASE_BIJECTIVE_26) { in formatsub()
2472 … if(!approximately_displayed || po.base == BASE_ROMAN_NUMERALS || po.base == BASE_BIJECTIVE_26) { in formatsub()
2479 … if(!approximately_displayed || po.base == BASE_ROMAN_NUMERALS || po.base == BASE_BIJECTIVE_26) { in formatsub()
2498 … if(!approximately_displayed || po.base == BASE_ROMAN_NUMERALS || po.base == BASE_BIJECTIVE_26) { in formatsub()
H A DBuiltinFunctions-number.cc1099 PrintOptions po; po.base = BASE_BIJECTIVE_26; in calculate()
1105 po.base = BASE_BIJECTIVE_26; in calculate()
H A DCalculator-calculate.cc1447 printops.base = BASE_BIJECTIVE_26; in calculateAndPrint()
1529 if(to_str2 == "b26" || to_str2 == "B26") printops.base = BASE_BIJECTIVE_26; in calculateAndPrint()
H A DCalculator.cc1955 } else if(base == BASE_BIJECTIVE_26) { in unlocalizeExpression()
H A DNumber.cc367 if(po.base == BASE_BIJECTIVE_26) {
9860 if(po.base == BASE_BIJECTIVE_26 && isReal()) {
9898 …if(((po.base < BASE_CUSTOM && po.base != BASE_BIJECTIVE_26) || (po.base == BASE_CUSTOM && (!CALCUL…
H A DCalculator-parse.cc1976 … || (po.base < BASE_CUSTOM && po.base != BASE_UNICODE && po.base != BASE_BIJECTIVE_26) || (po.base…
/dports/math/libqalculate/libqalculate-3.17.0/src/
H A Dqalc.cc654 …_LOCAL(svalue, "bijective", _("bijective")) || str == "b26" || str == "B26") v = BASE_BIJECTIVE_26; in set_option()
2976 printops.base = BASE_BIJECTIVE_26; in main()
3413 case BASE_BIJECTIVE_26: {str += _("bijective"); break;} in main()
3538 case BASE_BIJECTIVE_26: {str += _("bijective"); break;} in main()
5392 printops.base = BASE_BIJECTIVE_26; in execute_expression()
5478 if(to_str2 == "b26" || to_str2 == "B26") printops.base = BASE_BIJECTIVE_26; in execute_expression()
/dports/math/qalculate/qalculate-gtk-3.17.0/src/
H A Dcallbacks.cc1984 case BASE_BIJECTIVE_26: { in update_status_text()
2586 else if(str == "b26" || str == "B26") base = BASE_BIJECTIVE_26; in base_from_string()
2934 to_base = BASE_BIJECTIVE_26; in do_auto_calc()
3571 …CALCULATOR->usesIntervalArithmetic() && po.base != BASE_UNICODE && po.base != BASE_BIJECTIVE_26)) { in display_parse_status()
7584 case BASE_BIJECTIVE_26: {str_base = "b26"; break;} in draw_structure()
9868 …CALCULATOR->usesIntervalArithmetic() && po.base != BASE_UNICODE && po.base != BASE_BIJECTIVE_26)) { in run()
11717 …se if(equalsIgnoreCase(svalue, "bijective") || str == "b26" || str == "B26") v = BASE_BIJECTIVE_26; in set_option()
13046 to_base = BASE_BIJECTIVE_26; in execute_expression()
27587 case BASE_BIJECTIVE_26: { in output_base_updated_from_menu()
27727 case BASE_BIJECTIVE_26: { in input_base_updated_from_menu()
[all …]
H A Dinterface.cc3120 case BASE_BIJECTIVE_26: { in get_set_base_dialog()
3197 case BASE_BIJECTIVE_26: { in get_set_base_dialog()