Searched refs:__recalc (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/compiler-rt/lib/builtins/ |
D | mulxc3.c | 30 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()
|
D | mulsc3.c | 27 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()
|
D | muldc3.c | 28 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()
|
/external/compiler-rt/lib/builtins/ |
D | mulsc3.c | 32 int __recalc = 0; in __mulsc3() local 41 __recalc = 1; in __mulsc3() 51 __recalc = 1; in __mulsc3() 53 if (!__recalc && (crt_isinf(__ac) || crt_isinf(__bd) || in __mulsc3() 64 __recalc = 1; in __mulsc3() 66 if (__recalc) in __mulsc3()
|
D | muldc3.c | 32 int __recalc = 0; in __muldc3() local 41 __recalc = 1; in __muldc3() 51 __recalc = 1; in __muldc3() 53 if (!__recalc && (crt_isinf(__ac) || crt_isinf(__bd) || in __muldc3() 64 __recalc = 1; in __muldc3() 66 if (__recalc) in __muldc3()
|
D | mulxc3.c | 34 int __recalc = 0; in __mulxc3() local 43 __recalc = 1; in __mulxc3() 53 __recalc = 1; in __mulxc3() 55 if (!__recalc && (crt_isinf(__ac) || crt_isinf(__bd) || in __mulxc3() 66 __recalc = 1; in __mulxc3() 68 if (__recalc) in __mulxc3()
|
/external/llvm-project/clang/lib/Headers/ |
D | __clang_cuda_complex_builtins.h | 99 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() 149 int __recalc = 0; in __mulsc3() local 157 __recalc = 1; in __mulsc3() 166 __recalc = 1; in __mulsc3() 168 if (!__recalc && in __mulsc3() [all …]
|
/external/llvm-project/clang/test/Headers/Inputs/include/ |
D | complex | 149 bool __recalc = false; 157 __recalc = true; 166 __recalc = true; 168 if (!__recalc && (std::isinf(__ac) || std::isinf(__bd) || 178 __recalc = true; 180 if (__recalc) {
|
/external/llvm-project/llvm/test/CodeGen/NVPTX/ |
D | reg-copy.ll | 82 %__recalc.0.off0.i = phi i1 [ true, %if.then.28.i ], [ true, %if.end.i ], [ false, %if.then.i ] 124 br i1 %__recalc.0.off0.i, label %if.then.93.i, label %land.lhs.true.58.i
|
/external/llvm/test/CodeGen/NVPTX/ |
D | reg-copy.ll | 82 %__recalc.0.off0.i = phi i1 [ true, %if.then.28.i ], [ true, %if.end.i ], [ false, %if.then.i ] 124 br i1 %__recalc.0.off0.i, label %if.then.93.i, label %land.lhs.true.58.i
|
/external/libcxx/include/ |
D | complex | 605 bool __recalc = false; 614 __recalc = true; 624 __recalc = true; 626 if (!__recalc && (__libcpp_isinf_or_builtin(__ac) || __libcpp_isinf_or_builtin(__bd) || 637 __recalc = true; 639 if (__recalc)
|
/external/llvm-project/libcxx/include/ |
D | complex | 600 bool __recalc = false; 609 __recalc = true; 619 __recalc = true; 621 if (!__recalc && (__libcpp_isinf_or_builtin(__ac) || __libcpp_isinf_or_builtin(__bd) || 632 __recalc = true; 634 if (__recalc)
|