Home
last modified time | relevance | path

Searched refs:BASE_E (Results 1 – 15 of 15) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/Infovis/BoostGraphAlgorithms/
H A DvtkBoostLogWeighting.cxx46 Base(BASE_E), in vtkBoostLogWeighting()
88 case BASE_E: in RequestData()
H A DvtkBoostLogWeighting.h49 BASE_E = 0, enumerator
/dports/math/vtk9/VTK-9.1.0/Infovis/BoostGraphAlgorithms/
H A DvtkBoostLogWeighting.cxx47 : Base(BASE_E) in vtkBoostLogWeighting()
86 case BASE_E: in RequestData()
H A DvtkBoostLogWeighting.h49 BASE_E = 0, enumerator
/dports/math/vtk6/VTK-6.2.0/Infovis/BoostGraphAlgorithms/
H A DvtkBoostLogWeighting.cxx46 Base(BASE_E), in vtkBoostLogWeighting()
88 case BASE_E: in RequestData()
H A DvtkBoostLogWeighting.h47 BASE_E = 0, enumerator
/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A Dincludes.h316 #define BASE_E -8 macro
H A DCalculator.cc1961 } else if(base == BASE_E) { in unlocalizeExpression()
H A DCalculator-calculate.cc1534 else if(to_str2 == "e") printops.base = BASE_E; in calculateAndPrint()
H A DCalculator-parse.cc637 } else if(base == BASE_E) { in parse()
H A DNumber.cc431 case BASE_E: {base.e(); break;}
9934 case BASE_E: {base.e(); break;}
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/IntelRDFPMathLib20U1/LIBRARY/float128/
H A Ddpml_log.c30 #define BASE_E 0 macro
613 #if (BASE_OF_LOG != BASE_E) in do_constants()
759 #if BASE_OF_LOG == BASE_E in do_table()
/dports/math/libqalculate/libqalculate-3.17.0/src/
H A Dqalc.cc665 else if(svalue == "e") v = BASE_E; in set_option()
3216 else if(str2 == "e") printops.base = BASE_E; in main()
3423 case BASE_E: {str += "e"; break;} in main()
3541 case BASE_E: {str += "e"; break;} in main()
4210 else if(printops.base == BASE_E) {str += " "; str += "e"; str += "*";} in main()
4310 else if(evalops.parse_options.base == BASE_E) {str += " "; str += "e"; str += "*";} in main()
5483 else if(to_str2 == "e") printops.base = BASE_E; in execute_expression()
/dports/math/qalculate/qalculate-gtk-3.17.0/src/
H A Dinterface.cc3095 case BASE_E: { in get_set_base_dialog()
3172 case BASE_E: { in get_set_base_dialog()
H A Dcallbacks.cc2009 case BASE_E: { in update_status_text()
2590 else if(str == "e") base = BASE_E; in base_from_string()
7581 case BASE_E: {str_base = "<i>e</i>"; break;} in draw_structure()
11728 else if(svalue == "e") v = BASE_E; in set_option()
27552 case BASE_E: { in output_base_updated_from_menu()
27692 case BASE_E: { in input_base_updated_from_menu()
27882 else if(str == "e") {set_output_base_from_dialog(BASE_E); return;} in on_set_base_entry_output_other_activate()
27962 else if(str == "e") {set_output_base_from_dialog(BASE_E); return;} in on_set_base_radiobutton_output_other_toggled()
28042 else if(str == "e") {evalops.parse_options.base = BASE_E;} in on_set_base_radiobutton_input_other_toggled()
28089 else if(str == "e") {evalops.parse_options.base = BASE_E;} in on_set_base_entry_input_other_activate()