Home
last modified time | relevance | path

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

/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A Dincludes.h315 #define BASE_PI -7 macro
H A DCalculator.cc1959 } else if(base == BASE_PI) { in unlocalizeExpression()
H A DCalculator-calculate.cc1533 else if(equalsIgnoreCase(to_str2, "pi") || to_str2 == "π") printops.base = BASE_PI; in calculateAndPrint()
H A DCalculator-parse.cc635 } else if(base == BASE_PI) { in parse()
H A DNumber.cc430 case BASE_PI: {base.pi(); break;}
9933 case BASE_PI: {base.pi(); break;}
/dports/math/libqalculate/libqalculate-3.17.0/src/
H A Dqalc.cc664 else if(equalsIgnoreCase(svalue, "pi") || svalue == "π") v = BASE_PI; in set_option()
3215 else if(equalsIgnoreCase(str2, "pi") || str2 == "π") printops.base = BASE_PI; in main()
3424 case BASE_PI: {str += "pi"; break;} in main()
3542 case BASE_PI: {str += "pi"; break;} in main()
4211 else if(printops.base == BASE_PI) {str += " "; str += "pi"; str += "*";} in main()
4311 else if(evalops.parse_options.base == BASE_PI) {str += " "; str += "pi"; str += "*";} in main()
5482 else if(equalsIgnoreCase(to_str2, "pi") || to_str2 == "π") printops.base = BASE_PI; in execute_expression()
/dports/math/qalculate/qalculate-gtk-3.17.0/src/
H A Dinterface.cc3100 case BASE_PI: { in get_set_base_dialog()
3177 case BASE_PI: { in get_set_base_dialog()
H A Dcallbacks.cc2004 case BASE_PI: { in update_status_text()
2589 else if(equalsIgnoreCase(str, "pi") || str == "π") base = BASE_PI; in base_from_string()
7580 case BASE_PI: {str_base = "<i>π</i>"; break;} in draw_structure()
11727 else if(equalsIgnoreCase(svalue, "pi") || svalue == "π") v = BASE_PI; in set_option()
27559 case BASE_PI: { in output_base_updated_from_menu()
27699 case BASE_PI: { in input_base_updated_from_menu()
27881 else if(equalsIgnoreCase(str, "pi") || str == "π") {set_output_base_from_dialog(BASE_PI); return;} in on_set_base_entry_output_other_activate()
27961 else if(equalsIgnoreCase(str, "pi") || str == "π") {set_output_base_from_dialog(BASE_PI); return;} in on_set_base_radiobutton_output_other_toggled()
28041 else if(equalsIgnoreCase(str, "pi") || str == "π") {evalops.parse_options.base = BASE_PI;} in on_set_base_radiobutton_input_other_toggled()
28088 else if(equalsIgnoreCase(str, "pi") || str == "π") {evalops.parse_options.base = BASE_PI;} in on_set_base_entry_input_other_activate()