Home
last modified time | relevance | path

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

/freebsd/contrib/bc/src/
H A Dargs.c175 vm->flags |= BC_FLAG_DIGIT_CLAMP; in bc_args()
181 vm->flags &= ~BC_FLAG_DIGIT_CLAMP; in bc_args()
H A Dvm.c1644 bc_vm_setenvFlag(env_clamp, env_clamp_def, BC_FLAG_DIGIT_CLAMP);
/freebsd/contrib/bc/include/
H A Dvm.h179 #define BC_FLAG_DIGIT_CLAMP (UINTMAX_C(1) << 14) macro
229 #define BC_DIGIT_CLAMP (vm->flags & BC_FLAG_DIGIT_CLAMP)