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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
const.h 15 #define __AC(X,Y) (X##Y)
16 #define _AC(X,Y) __AC(X,Y)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
const.h 15 #define __AC(X,Y) (X##Y)
16 #define _AC(X,Y) __AC(X,Y)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
const.h 15 #define __AC(X,Y) (X##Y)
16 #define _AC(X,Y) __AC(X,Y)
  /external/compiler-rt/lib/
muldc3.c 23 double __ac = __a * __c; local
28 __real__ z = __ac - __bd;
53 if (!__recalc && (crt_isinf(__ac) || crt_isinf(__bd) ||
mulsc3.c 23 float __ac = __a * __c; local
28 __real__ z = __ac - __bd;
53 if (!__recalc && (crt_isinf(__ac) || crt_isinf(__bd) ||
mulxc3.c 25 long double __ac = __a * __c; local
30 __real__ z = __ac - __bd;
55 if (!__recalc && (crt_isinf(__ac) || crt_isinf(__bd) ||
  /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) ||
  /external/webp/examples/
test_ref.ppm     [all...]

Completed in 452 milliseconds