HomeSort by: relevance | last modified time | path
    Searched refs:__ac (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
muldc3.c 23 double __ac = __a * __c; local
28 COMPLEX_REAL(z) = __ac - __bd;
53 if (!__recalc && (crt_isinf(__ac) || crt_isinf(__bd) ||
mulsc3.c 23 float __ac = __a * __c; local
28 COMPLEX_REAL(z) = __ac - __bd;
53 if (!__recalc && (crt_isinf(__ac) || crt_isinf(__bd) ||
mulxc3.c 25 long double __ac = __a * __c; local
30 COMPLEX_REAL(z) = __ac - __bd;
55 if (!__recalc && (crt_isinf(__ac) || crt_isinf(__bd) ||
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_complex_builtins.h 91 double __ac = __a * __c; local
96 __real__(z) = __ac - __bd;
119 (_ISINFd(__ac) || _ISINFd(__bd) || _ISINFd(__ad) || _ISINFd(__bc))) {
141 float __ac = __a * __c; local
146 __real__(z) = __ac - __bd;
169 (_ISINFf(__ac) || _ISINFf(__bd) || _ISINFf(__ad) || _ISINFf(__bc))) {
vecintrin.h 832 __vector unsigned int __ac = (__vector unsigned int)__a; local
835 return (__vector float)((__cc & __bc) | (~__cc & __ac));
849 __vector unsigned long long __ac = (__vector unsigned long long)__a; local
852 return (__vector double)((__cc & __bc) | (~__cc & __ac));
2096 __vector signed char __ac = (__vector signed char)__a; local
2099 __ac[1], __ac[3], __ac[5], __ac[7], __ac[9], __ac[11], __ac[13], __ac[15]
2105 __vector __bool char __ac = (__vector __bool char)__a; local
2114 __vector unsigned char __ac = (__vector unsigned char)__a; local
2123 __vector signed short __ac = (__vector signed short)__a; local
2132 __vector __bool short __ac = (__vector __bool short)__a; local
2141 __vector unsigned short __ac = (__vector unsigned short)__a; local
2150 __vector signed int __ac = (__vector signed int)__a; local
2157 __vector __bool int __ac = (__vector __bool int)__a; local
2164 __vector unsigned int __ac = (__vector unsigned int)__a; local
8034 __vector signed char __ac = (__vector signed char)__a; local
8053 __vector unsigned char __ac = (__vector unsigned char)__a; local
8072 __vector signed short __ac = (__vector signed short)__a; local
8091 __vector unsigned short __ac = (__vector unsigned short)__a; local
8110 __vector signed int __ac = (__vector signed int)__a; local
8129 __vector unsigned int __ac = (__vector unsigned int)__a; local
8148 __vector signed long long __ac = (__vector signed long long)__a; local
8167 __vector unsigned long long __ac = (__vector unsigned long long)__a; local
8204 __vector signed char __ac = (__vector signed char)__a; local
8223 __vector unsigned char __ac = (__vector unsigned char)__a; local
8242 __vector signed short __ac = (__vector signed short)__a; local
8261 __vector unsigned short __ac = (__vector unsigned short)__a; local
8280 __vector signed int __ac = (__vector signed int)__a; local
8299 __vector unsigned int __ac = (__vector unsigned int)__a; local
8318 __vector signed long long __ac = (__vector signed long long)__a; local
8337 __vector unsigned long long __ac = (__vector unsigned long long)__a; local
    [all...]

Completed in 18 milliseconds