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

  /frameworks/compile/libbcc/runtime/lib/
muldc3.c 24 double __ac = __a * __c; local
29 __real__ z = __ac - __bd;
54 if (!__recalc && (isinf(__ac) || isinf(__bd) ||
mulsc3.c 24 float __ac = __a * __c; local
29 __real__ z = __ac - __bd;
54 if (!__recalc && (isinf(__ac) || isinf(__bd) ||
mulxc3.c 26 long double __ac = __a * __c; local
31 __real__ z = __ac - __bd;
56 if (!__recalc && (isinf(__ac) || isinf(__bd) ||

Completed in 268 milliseconds