Home
last modified time | relevance | path

Searched refs:BC_NO_ERR (Results 1 – 7 of 7) sorted by relevance

/external/bc/src/
Dbc_lex.c232 if (BC_NO_ERR(c2 == '&')) in bc_lex_token()
427 if (BC_NO_ERR(l->buf[l->i] == '\n')) in bc_lex_token()
485 if (BC_NO_ERR(c2 == '|')) in bc_lex_token()
Drand.c430 if (BC_NO_ERR(fd >= 0)) in bc_rand_srand()
440 if (BC_NO_ERR(fd >= 0)) in bc_rand_srand()
Ddc_lex.c246 if (BC_NO_ERR(BC_LEX_NUM_CHAR(c2, true, false))) in dc_lex_token()
Dbc_parse.c760 else if (BC_NO_ERR(type == BC_LEX_KW_SCALE)) in bc_parse_incdec()
1096 if (BC_NO_ERR(!BC_PARSE_NO_EXEC(p))) return; in bc_parse_endif()
Dvm.c404 if (BC_NO_ERR(vm->file != NULL))
/external/bc/include/
Dstatus.h195 #define BC_NO_ERR(s) BC_LIKELY(s) macro
/external/bc/manuals/
Ddevelopment.md4854 * `BC_NO_ERR(e)`
4857 `BC_ERR` is the same as `BC_UNLIKELY`, and `BC_NO_ERR` is the same as