HomeSort by relevance Sort by last modified time
    Searched refs:__recalc (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/
muldc3.c 32 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)
mulsc3.c 32 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)
mulxc3.c 34 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 80 milliseconds