Searched refs:__bc (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_complex_builtins.h23 double __bc = __b * __c; local
26 __imag__(z) = __ad + __bc;
48 std::isinf(__ad) || std::isinf(__bc))) {
74 float __bc = __b * __c; local
77 __imag__(z) = __ad + __bc;
99 std::isinf(__ad) || std::isinf(__bc))) {
H A Dvecintrin.h808 vector unsigned int __bc = (vector unsigned int)__b; local
810 return (vector float)((__cc & __bc) | (~__cc & __ac));
823 vector unsigned long long __bc = (vector unsigned long long)__b; local
825 return (vector double)((__cc & __bc) | (~__cc & __ac));
1942 vector signed char __bc = (vector signed char)__b; local
1945 __bc[1], __bc[3], __bc[5], __bc[7], __bc[
1951 vector bool char __bc = (vector bool char)__b; local
1960 vector unsigned char __bc = (vector unsigned char)__b; local
1969 vector signed short __bc = (vector signed short)__b; local
1978 vector bool short __bc = (vector bool short)__b; local
1987 vector unsigned short __bc = (vector unsigned short)__b; local
1996 vector signed int __bc = (vector signed int)__b; local
2003 vector bool int __bc = (vector bool int)__b; local
2010 vector unsigned int __bc = (vector unsigned int)__b; local
7861 vector signed char __bc = (vector signed char)__b; local
7880 vector unsigned char __bc = (vector unsigned char)__b; local
7899 vector signed short __bc = (vector signed short)__b; local
7918 vector unsigned short __bc = (vector unsigned short)__b; local
7937 vector signed int __bc = (vector signed int)__b; local
7956 vector unsigned int __bc = (vector unsigned int)__b; local
7975 vector signed long long __bc = (vector signed long long)__b; local
7994 vector unsigned long long __bc = (vector unsigned long long)__b; local
8031 vector signed char __bc = (vector signed char)__b; local
8050 vector unsigned char __bc = (vector unsigned char)__b; local
8069 vector signed short __bc = (vector signed short)__b; local
8088 vector unsigned short __bc = (vector unsigned short)__b; local
8107 vector signed int __bc = (vector signed int)__b; local
8126 vector unsigned int __bc = (vector unsigned int)__b; local
8145 vector signed long long __bc = (vector signed long long)__b; local
8164 vector unsigned long long __bc = (vector unsigned long long)__b; local
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dmuldc3.c23 double __bc = __b * __c; local
26 COMPLEX_IMAGINARY(z) = __ad + __bc;
48 crt_isinf(__bc))) {
H A Dmulsc3.c22 float __bc = __b * __c; local
25 COMPLEX_IMAGINARY(z) = __ad + __bc;
47 crt_isinf(__bc))) {
H A Dmulxc3.c25 long double __bc = __b * __c; local
28 COMPLEX_IMAGINARY(z) = __ad + __bc;
50 crt_isinf(__bc))) {

Completed in 150 milliseconds