Searched refs:BC_FLAG_DIGIT_CLAMP (Results 1 – 3 of 3) sorted by relevance
175 vm->flags |= BC_FLAG_DIGIT_CLAMP; in bc_args()181 vm->flags &= ~BC_FLAG_DIGIT_CLAMP; in bc_args()
1644 bc_vm_setenvFlag(env_clamp, env_clamp_def, BC_FLAG_DIGIT_CLAMP);
179 #define BC_FLAG_DIGIT_CLAMP (UINTMAX_C(1) << 14) macro229 #define BC_DIGIT_CLAMP (vm->flags & BC_FLAG_DIGIT_CLAMP)