Searched refs:__recalc (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_complex_builtins.h28 int __recalc = 0; local
36 __recalc = 1;
45 __recalc = 1;
47 if (!__recalc && (std::isinf(__ac) || std::isinf(__bd) ||
57 __recalc = 1;
59 if (__recalc) {
79 int __recalc = 0; local
87 __recalc = 1;
96 __recalc = 1;
98 if (!__recalc
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dmuldc3.c28 int __recalc = 0; local
36 __recalc = 1;
45 __recalc = 1;
47 if (!__recalc && (crt_isinf(__ac) || crt_isinf(__bd) || crt_isinf(__ad) ||
57 __recalc = 1;
59 if (__recalc) {
H A Dmulsc3.c27 int __recalc = 0; local
35 __recalc = 1;
44 __recalc = 1;
46 if (!__recalc && (crt_isinf(__ac) || crt_isinf(__bd) || crt_isinf(__ad) ||
56 __recalc = 1;
58 if (__recalc) {
H A Dmulxc3.c30 int __recalc = 0; local
38 __recalc = 1;
47 __recalc = 1;
49 if (!__recalc && (crt_isinf(__ac) || crt_isinf(__bd) || crt_isinf(__ad) ||
59 __recalc = 1;
61 if (__recalc) {

Completed in 213 milliseconds