Home
last modified time | relevance | path

Searched refs:BASE_FP64 (Results 1 – 7 of 7) sorted by relevance

/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A Dincludes.h321 #define BASE_FP64 -32 macro
H A DCalculator-calculate.cc1453 printops.base = BASE_FP64; in calculateAndPrint()
H A DNumber.cc9840 …if(po.base == BASE_FP16 || po.base == BASE_FP128 || po.base == BASE_FP32 || po.base == BASE_FP64 |…
9845 case BASE_FP64: {bits = 64; break;}
/dports/math/libqalculate/libqalculate-3.17.0/src/
H A Dqalc.cc656 …se(svalue, "binary64") || equalsIgnoreCase(svalue, "double")) {if(b_in) v = 0; else v = BASE_FP64;} in set_option()
2991 printops.base = BASE_FP64; in main()
3417 case BASE_FP64: {str += "fp64"; break;} in main()
5398 printops.base = BASE_FP64; in execute_expression()
H A Dtest.cc1838 po.base = BASE_FP64; in test_float()
/dports/math/qalculate/qalculate-gtk-3.17.0/src/
H A Dinterface.cc3212 case BASE_FP64: { in get_set_base_dialog()
H A Dcallbacks.cc2943 to_base = BASE_FP64; in do_auto_calc()
11719 …se(svalue, "binary64") || equalsIgnoreCase(svalue, "double")) {if(b_in) v = 0; else v = BASE_FP64;} in set_option()
13055 to_base = BASE_FP64; in execute_expression()
27608 case BASE_FP64: { in output_base_updated_from_menu()
27877 …, "binary64") || equalsIgnoreCase(str, "double")) {set_output_base_from_dialog(BASE_FP64); return;} in on_set_base_entry_output_other_activate()
27957 …, "binary64") || equalsIgnoreCase(str, "double")) {set_output_base_from_dialog(BASE_FP64); return;} in on_set_base_radiobutton_output_other_toggled()