Home
last modified time | relevance | path

Searched refs:BC_ERROR_SIGNAL_ONLY (Results 1 – 3 of 3) sorted by relevance

/external/bc/src/
Dnum.c893 if (BC_ERROR_SIGNAL_ONLY(s)) return s; in bc_num_m()
909 if (BC_ERROR_SIGNAL_ONLY(s)) goto err; in bc_num_m()
915 if (BC_ERROR_SIGNAL_ONLY(s)) goto err; in bc_num_m()
920 if (BC_ERROR_SIGNAL_ONLY(s)) goto err; in bc_num_m()
927 if (BC_ERROR_SIGNAL_ONLY(s)) goto err; in bc_num_m()
929 if (BC_ERROR_SIGNAL_ONLY(s)) goto err; in bc_num_m()
971 if (BC_ERROR_SIGNAL_ONLY(s)) return s; in bc_num_divExtend()
1006 if (BC_ERROR_SIGNAL_ONLY(s)) return s; in bc_num_d_long()
1060 if (BC_ERROR_SIGNAL_ONLY(s)) goto err; in bc_num_d_long()
1067 if (BC_ERROR_SIGNAL_ONLY(s)) goto err; in bc_num_d_long()
[all …]
Dprogram.c193 if (BC_ERROR_SIGNAL_ONLY(s)) return s; in bc_program_num()
1321 if (BC_ERROR_SIGNAL_ONLY(s)) goto num_err; in bc_program_asciify()
1330 if (BC_ERROR_SIGNAL_ONLY(s)) goto num_err; in bc_program_asciify()
/external/bc/include/
Dvm.h154 #define BC_ERROR_SIGNAL_ONLY(s) (BC_ENABLE_SIGNALS && BC_ERR(s)) macro