Home
last modified time | relevance | path

Searched defs:__ac (Results 1 – 6 of 6) sorted by relevance

/llvm-project/compiler-rt/lib/builtins/
H A Dmulsc3.c19 float __ac = __a * __c; in __mulsc3() local
H A Dmulxc3.c22 xf_float __ac = __a * __c; in __mulxc3() local
H A Dmuldc3.c20 double __ac = __a * __c; in __muldc3() local
/llvm-project/clang/lib/Headers/
H A D__clang_cuda_complex_builtins.h91 double __ac = __a * __c; in __muldc3() local
141 float __ac = __a * __c; in __mulsc3() local
H A Dvecintrin.h832 __vector unsigned int __ac = (__vector unsigned int)__a; vec_sel() local
849 __vector unsigned long long __ac = (__vector unsigned long long)__a; vec_sel() local
2096 __vector signed char __ac = (__vector signed char)__a; vec_pack() local
2105 __vector __bool char __ac = (__vector __bool char)__a; vec_pack() local
2114 __vector unsigned char __ac = (__vector unsigned char)__a; vec_pack() local
2123 __vector signed short __ac = (__vector signed short)__a; vec_pack() local
2132 __vector __bool short __ac = (__vector __bool short)__a; vec_pack() local
2141 __vector unsigned short __ac = (__vector unsigned short)__a; vec_pack() local
2150 __vector signed int __ac = (__vector signed int)__a; vec_pack() local
2157 __vector __bool int __ac = (__vector __bool int)__a; vec_pack() local
2164 __vector unsigned int __ac = (__vector unsigned int)__a; vec_pack() local
8035 __vector signed char __ac = (__vector signed char)__a; vec_max() local
8054 __vector unsigned char __ac = (__vector unsigned char)__a; vec_max() local
8073 __vector signed short __ac = (__vector signed short)__a; vec_max() local
8092 __vector unsigned short __ac = (__vector unsigned short)__a; vec_max() local
8111 __vector signed int __ac = (__vector signed int)__a; vec_max() local
8130 __vector unsigned int __ac = (__vector unsigned int)__a; vec_max() local
8149 __vector signed long long __ac = (__vector signed long long)__a; vec_max() local
8168 __vector unsigned long long __ac = (__vector unsigned long long)__a; vec_max() local
8205 __vector signed char __ac = (__vector signed char)__a; vec_min() local
8224 __vector unsigned char __ac = (__vector unsigned char)__a; vec_min() local
8243 __vector signed short __ac = (__vector signed short)__a; vec_min() local
8262 __vector unsigned short __ac = (__vector unsigned short)__a; vec_min() local
8281 __vector signed int __ac = (__vector signed int)__a; vec_min() local
8300 __vector unsigned int __ac = (__vector unsigned int)__a; vec_min() local
8319 __vector signed long long __ac = (__vector signed long long)__a; vec_min() local
8338 __vector unsigned long long __ac = (__vector unsigned long long)__a; vec_min() local
[all...]
/llvm-project/libcxx/src/support/win32/
H A Dcompiler_rt_shims.cpp19 T __ac = a * c; in mul_impl() local