Home
last modified time | relevance | path

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

/dports/devel/libfirm/libfirm-1.21.0/ir/tv/
H A Dstrcalc.h226 int sc_is_zero(const void *value);
H A Dstrcalc.c589 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
H A Dfltcalc.c262 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()