Searched refs:__recalc (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/builtins/
H A Dmuldc3.c32 int __recalc = 0; local
41 __recalc = 1;
51 __recalc = 1;
53 if (!__recalc && (crt_isinf(__ac) || crt_isinf(__bd) ||
64 __recalc = 1;
66 if (__recalc)
H A Dmulsc3.c32 int __recalc = 0; local
41 __recalc = 1;
51 __recalc = 1;
53 if (!__recalc && (crt_isinf(__ac) || crt_isinf(__bd) ||
64 __recalc = 1;
66 if (__recalc)
H A Dmulxc3.c34 int __recalc = 0; local
43 __recalc = 1;
53 __recalc = 1;
55 if (!__recalc && (crt_isinf(__ac) || crt_isinf(__bd) ||
66 __recalc = 1;
68 if (__recalc)

Completed in 54 milliseconds