Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 123 of file utl_mpfr.c.
Referenced by update_radio().
{ switch (base) { case IDC_RADIO_DEC: break; case IDC_RADIO_OCT: case IDC_RADIO_BIN: case IDC_RADIO_HEX: if (calc.base == IDC_RADIO_DEC) { mpfr_trunc(calc.code.mf, calc.code.mf); apply_int_mask(&calc.code); } break; } }