Searched refs:__recalc (Results 1 – 5 of 5) sorted by relevance
32 int __recalc = 0; in __mulsc3() local41 __recalc = 1; in __mulsc3()51 __recalc = 1; in __mulsc3()53 if (!__recalc && (crt_isinf(__ac) || crt_isinf(__bd) || in __mulsc3()64 __recalc = 1; in __mulsc3()66 if (__recalc) in __mulsc3()
32 int __recalc = 0; in __muldc3() local41 __recalc = 1; in __muldc3()51 __recalc = 1; in __muldc3()53 if (!__recalc && (crt_isinf(__ac) || crt_isinf(__bd) || in __muldc3()64 __recalc = 1; in __muldc3()66 if (__recalc) in __muldc3()
34 int __recalc = 0; in __mulxc3() local43 __recalc = 1; in __mulxc3()53 __recalc = 1; in __mulxc3()55 if (!__recalc && (crt_isinf(__ac) || crt_isinf(__bd) || in __mulxc3()66 __recalc = 1; in __mulxc3()68 if (__recalc) in __mulxc3()
99 int __recalc = 0; in __muldc3() local107 __recalc = 1; in __muldc3()116 __recalc = 1; in __muldc3()118 if (!__recalc && in __muldc3()128 __recalc = 1; in __muldc3()130 if (__recalc) { in __muldc3()149 int __recalc = 0; in __mulsc3() local157 __recalc = 1; in __mulsc3()166 __recalc = 1; in __mulsc3()168 if (!__recalc && in __mulsc3()[all …]
600 bool __recalc = false;609 __recalc = true;619 __recalc = true;621 if (!__recalc && (__libcpp_isinf_or_builtin(__ac) || __libcpp_isinf_or_builtin(__bd) ||632 __recalc = true;634 if (__recalc)