Home
last modified time | relevance | path

Searched defs:__bc (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/
H A D__clang_cuda_complex_builtins.h37 double __bc = __b * __c; in __muldc3() local
88 float __bc = __b * __c; in __mulsc3() local
H A Dvecintrin.h687 vector unsigned int __bc = (vector unsigned int)__b; in vec_sel() local
1821 vector signed char __bc = (vector signed char)__b; in vec_pack() local
1830 vector bool char __bc = (vector bool char)__b; in vec_pack() local
1848 vector signed short __bc = (vector signed short)__b; in vec_pack() local
1857 vector bool short __bc = (vector bool short)__b; in vec_pack() local
1875 vector signed int __bc = (vector signed int)__b; in vec_pack() local
1882 vector bool int __bc = (vector bool int)__b; in vec_pack() local
7640 vector signed char __bc = (vector signed char)__b; in vec_max() local
7716 vector signed int __bc = (vector signed int)__b; in vec_max() local
7810 vector signed char __bc = (vector signed char)__b; in vec_min() local
[all …]
/freebsd-12.1/contrib/compiler-rt/lib/builtins/
H A Dmuldc3.c26 double __bc = __b * __c; in __muldc3() local
H A Dmulsc3.c26 float __bc = __b * __c; in __mulsc3() local
H A Dmulxc3.c28 long double __bc = __b * __c; in __mulxc3() local