Home
last modified time | relevance | path

Searched refs:__recalc (Results 1 – 5 of 5) sorted by last modified time

/freebsd/contrib/llvm-project/libcxx/include/
H A Dcomplex667 bool __recalc = false;
675 __recalc = true;
684 __recalc = true;
686 …if (!__recalc && (std::__constexpr_isinf(__ac) || std::__constexpr_isinf(__bd) || std::__constexpr…
696 __recalc = true;
698 if (__recalc) {
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dmulxc3.c30 int __recalc = 0; in __mulxc3() local
38 __recalc = 1; in __mulxc3()
47 __recalc = 1; in __mulxc3()
49 if (!__recalc && (crt_isinf(__ac) || crt_isinf(__bd) || crt_isinf(__ad) || in __mulxc3()
59 __recalc = 1; in __mulxc3()
61 if (__recalc) { in __mulxc3()
H A Dmulsc3.c27 int __recalc = 0; in __mulsc3() local
35 __recalc = 1; in __mulsc3()
44 __recalc = 1; in __mulsc3()
46 if (!__recalc && (crt_isinf(__ac) || crt_isinf(__bd) || crt_isinf(__ad) || in __mulsc3()
56 __recalc = 1; in __mulsc3()
58 if (__recalc) { in __mulsc3()
H A Dmuldc3.c28 int __recalc = 0; in __muldc3() local
36 __recalc = 1; in __muldc3()
45 __recalc = 1; in __muldc3()
47 if (!__recalc && (crt_isinf(__ac) || crt_isinf(__bd) || crt_isinf(__ad) || in __muldc3()
57 __recalc = 1; in __muldc3()
59 if (__recalc) { in __muldc3()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_complex_builtins.h99 int __recalc = 0; in __muldc3() local
107 __recalc = 1; in __muldc3()
116 __recalc = 1; in __muldc3()
118 if (!__recalc && in __muldc3()
128 __recalc = 1; in __muldc3()
130 if (__recalc) { in __muldc3()
157 __recalc = 1; in __mulsc3()
166 __recalc = 1; in __mulsc3()
168 if (!__recalc && in __mulsc3()
178 __recalc = 1; in __mulsc3()
[all …]