Lines Matching refs:BASE_BIJECTIVE_26

551 …} else if((po.base < BASE_CUSTOM && po.base != BASE_UNICODE && po.base != BASE_BIJECTIVE_26) || (p…  in print_with_evalops()
1984 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()
27873 …se-26")) || str == "b26" || str == "B26") {set_output_base_from_dialog(BASE_BIJECTIVE_26); return;} in on_set_base_entry_output_other_activate()
27953 …se-26")) || str == "b26" || str == "B26") {set_output_base_from_dialog(BASE_BIJECTIVE_26); return;} in on_set_base_radiobutton_output_other_toggled()
28038 …ctive base-26")) || str == "b26" || str == "B26") {evalops.parse_options.base = BASE_BIJECTIVE_26;} in on_set_base_radiobutton_input_other_toggled()
28085 …ctive base-26")) || str == "b26" || str == "B26") {evalops.parse_options.base = BASE_BIJECTIVE_26;} in on_set_base_entry_input_other_activate()