Home
last modified time | relevance | path

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

/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A Dincludes.h319 #define BASE_FP16 -30 macro
H A DMathStructure-print.cc2424 …E_CUSTOM || !CALCULATOR->customOutputBase().isNegative()) && (po.base > BASE_FP16 || po.base < BAS… in formatsub()
2431 …LS || po.number_fraction_format == FRACTION_DECIMAL_EXACT) && po.base > BASE_FP16 && po.base != BA… in formatsub()
H A DCalculator-calculate.cc1455 printops.base = BASE_FP16; in calculateAndPrint()
H A DNumber.cc9840 …if(po.base == BASE_FP16 || po.base == BASE_FP128 || po.base == BASE_FP32 || po.base == BASE_FP64 |…
9843 case BASE_FP16: {bits = 16; break;}
/dports/math/libqalculate/libqalculate-3.17.0/src/
H A Dqalc.cc657 …Case(svalue, "fp16") || equalsIgnoreCase(svalue, "binary16")) {if(b_in) v = 0; else v = BASE_FP16;} in set_option()
2996 printops.base = BASE_FP16; in main()
3415 case BASE_FP16: {str += "fp16"; break;} in main()
5400 printops.base = BASE_FP16; in execute_expression()
/dports/math/qalculate/qalculate-gtk-3.17.0/src/
H A Dinterface.cc3202 case BASE_FP16: { in get_set_base_dialog()
H A Dcallbacks.cc2946 to_base = BASE_FP16; in do_auto_calc()
7477 if(base <= BASE_FP16 && base >= BASE_FP80) base = BASE_BINARY; in draw_structure()
11720 …Case(svalue, "fp16") || equalsIgnoreCase(svalue, "binary16")) {if(b_in) v = 0; else v = BASE_FP16;} in set_option()
13058 to_base = BASE_FP16; in execute_expression()
27594 case BASE_FP16: { in output_base_updated_from_menu()
27875 …tr, "fp16") || equalsIgnoreCase(str, "binary16")) {set_output_base_from_dialog(BASE_FP16); return;} in on_set_base_entry_output_other_activate()
27955 …tr, "fp16") || equalsIgnoreCase(str, "binary16")) {set_output_base_from_dialog(BASE_FP16); return;} in on_set_base_radiobutton_output_other_toggled()