Home
last modified time | relevance | path

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

/external/bc/include/
Dlang.h149 BC_INST_IRAND, enumerator
/external/bc/src/
Ddata.c918 BC_INST_IRAND,
Dprogram.c1192 assert(inst >= BC_INST_LENGTH && inst <= BC_INST_IRAND); in bc_program_builtin()
1228 else if (inst == BC_INST_IRAND) { in bc_program_builtin()
2008 case BC_INST_IRAND: in bc_program_exec()