Lines Matching refs:BC_IS_DC
484 if (BC_IS_DC) in bc_program_binPrep()
599 if (BC_IS_DC) in bc_program_prep()
832 if (BC_IS_DC) in bc_program_read()
907 if (!len && BC_IS_DC) in bc_program_printString()
972 if (BC_IS_DC) in bc_program_print()
1232 if (BC_IS_DC) in bc_program_copyToVar()
1386 if (BC_ENABLE_EXTRA_MATH && obase && (BC_IS_DC || !BC_IS_POSIX)) in bc_program_assignBuiltin()
1624 if (BC_IS_DC && (pop || copy)) in bc_program_pushVar()
1983 if (BC_IS_DC && BC_ERR(!BC_PROG_STACK(&p->results, 1))) in bc_program_builtin()
2187 if (BC_IS_DC && BC_ERR(!BC_PROG_STACK(&p->results, 3))) in bc_program_modexp()
2722 (BC_IS_DC && inst == BC_INST_EXTENDED_REGISTERS)); in bc_program_globalSetting()
2877 if (BC_IS_DC) bc_vec_free(&p->tail_calls); in bc_program_free()
2911 if (BC_IS_DC) in bc_program_init()
3015 if (BC_IS_DC) bc_vec_npop(&p->tail_calls, p->tail_calls.len - 1); in bc_program_reset()
3023 if (BC_IS_DC && BC_I) bc_vec_npop(&p->results, p->nresults); in bc_program_reset()
3516 if (BC_IS_DC) in bc_program_exec()