Home
last modified time | relevance | path

Searched refs:BC_LIKELY (Results 1 – 2 of 2) sorted by relevance

/external/bc/include/
Dstatus.h163 #ifndef BC_LIKELY
169 #define BC_LIKELY(e) (e) macro
195 #define BC_NO_ERR(s) BC_LIKELY(s)
694 BC_LIKELY((vm)->status == (sig_atomic_t) BC_STATUS_SUCCESS && !(vm)->sig)
870 BC_LIKELY(vm->status == (sig_atomic_t) BC_STATUS_SUCCESS)
/external/bc/manuals/
Ddevelopment.md4855 * `BC_LIKELY(e)`
4858 `BC_LIKELY`; I just added them to also document branches that lead to error
4861 Anyway, if `BC_LIKELY` and `BC_UNLIKELY` are not defined during compilation,