Searched refs:sc_is_zero (Results 1 – 3 of 3) sorted by relevance
226 int sc_is_zero(const void *value);
589 carry_flag = !sc_is_zero(rem); in do_divmod()691 if (!sc_is_zero(val1)) { in do_shr()1100 int sc_is_zero(const void *value) in sc_is_zero() function
262 if (sc_is_negative(_exp(out_val)) || sc_is_zero(_exp(out_val))) { in normalize()323 if (sc_is_zero(_mant(out_val)) && (out_val->clss == FC_SUBNORMAL)) in normalize()