Home
last modified time | relevance | path

Searched refs:BC_RESULT_TEMP (Results 1 – 4 of 4) sorted by relevance

/external/bc/src/
Dlang.c194 case BC_RESULT_TEMP: in bc_result_copy()
248 case BC_RESULT_TEMP: in bc_result_free()
Dprogram.c202 r->t = BC_RESULT_TEMP; in bc_program_num()
207 case BC_RESULT_TEMP: in bc_program_num()
352 if (BC_ERR(lt == BC_RESULT_CONSTANT || lt == BC_RESULT_TEMP || in bc_program_assignPrep()
376 r->t = BC_RESULT_TEMP; in bc_program_binOpRetire()
617 bc_program_retire(p, &res, BC_RESULT_TEMP); in bc_program_unary()
931 r.t = BC_RESULT_TEMP; in bc_program_pushVar()
993 copy.t = BC_RESULT_TEMP; in bc_program_incdec()
1111 res.t = BC_RESULT_TEMP; in bc_program_return()
1213 bc_program_retire(p, &res, BC_RESULT_TEMP); in bc_program_builtin()
1237 res.t = BC_RESULT_TEMP; in bc_program_divmod()
[all …]
/external/bc/include/
Dlang.h243 BC_RESULT_TEMP, enumerator
/external/toybox/toys/pending/
Dbc.c285 BC_RESULT_TEMP, enumerator
2432 case BC_RESULT_TEMP: in bc_result_free()
4563 r->t = BC_RESULT_TEMP; in bc_program_num()
4567 case BC_RESULT_TEMP: in bc_program_num()
4679 if (lt == BC_RESULT_CONSTANT || lt == BC_RESULT_TEMP ||lt == BC_RESULT_ARRAY) in bc_program_assignPrep()
4690 r->t = BC_RESULT_TEMP; in bc_program_binOpRetire()
4889 bc_program_retire(p, &res, BC_RESULT_TEMP); in bc_program_unary()
5119 copy.t = BC_RESULT_TEMP; in bc_program_incdec()
5209 res.t = BC_RESULT_TEMP; in bc_program_return()
5286 bc_program_retire(p, &res, BC_RESULT_TEMP); in bc_program_builtin()