Home
last modified time | relevance | path

Searched refs:bool_res (Results 1 – 18 of 18) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/mcs/
H A Dcfold.cs108 bool bool_res; in BinaryFold()
986 bool_res = false; in BinaryFold()
1003 bool_res = ((IntConstant) left).Value == in BinaryFold()
1030 bool_res = false; in BinaryFold()
1047 bool_res = ((IntConstant) left).Value != in BinaryFold()
1066 bool_res = false; in BinaryFold()
1083 bool_res = ((IntConstant) left).Value < in BinaryFold()
1102 bool_res = false; in BinaryFold()
1119 bool_res = ((IntConstant) left).Value > in BinaryFold()
1138 bool_res = false; in BinaryFold()
[all …]
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/static_src/
H A DOnefileBootstrap.c161 BOOL bool_res = WriteFile(target_file, chunk, chunk_size, NULL, NULL); in writeToFile() local
162 assert(bool_res); in writeToFile()
233 BOOL bool_res = ReadFile(exe_file, buffer, size, &read_size, NULL); in readChunk() local
234 assert(bool_res); in readChunk()
386 BOOL bool_res = CreateDirectoryW(path, NULL); in createDirectory() local
387 return bool_res; in createDirectory()
638 if (bool_res == false) {
648 if (bool_res == false) {
657 bool_res = SetConsoleCtrlHandler(ourConsoleCtrlHandler, true);
658 if (bool_res == false) {
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/src/
H A Doperator.rs358 let bool_res: data::Value = self.operand.eval(record)?; in eval() localVariable
360 match bool_res { in eval()
364 found: bool_res.to_string(), in eval()
431 let bool_res = unary_op.eval(record)?; in eval() localVariable
432 Ok(data::Value::from_bool(bool_res)) in eval()
435 let bool_res = binary_expr.eval(record)?; in eval() localVariable
436 Ok(data::Value::from_bool(bool_res)) in eval()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/openmp/runtime/src/
H A Dkmp_sched.cpp110 kmp_int8 bool_res = in __kmp_for_static_init() local
112 if (bool_res) in __kmp_for_static_init()
/dports/devel/llvm10/llvm-10.0.1.src/projects/openmp/runtime/src/
H A Dkmp_sched.cpp110 kmp_int8 bool_res = in __kmp_for_static_init() local
112 if (bool_res) in __kmp_for_static_init()
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dkmp_sched.cpp117 kmp_int8 bool_res = in __kmp_for_static_init() local
119 if (bool_res) in __kmp_for_static_init()
/dports/devel/llvm11/llvm-11.0.1.src/projects/openmp/runtime/src/
H A Dkmp_sched.cpp110 kmp_int8 bool_res = in __kmp_for_static_init() local
112 if (bool_res) in __kmp_for_static_init()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dkmp_sched.cpp117 kmp_int8 bool_res = in __kmp_for_static_init() local
119 if (bool_res) in __kmp_for_static_init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/openmp/runtime/src/
H A Dkmp_sched.cpp117 kmp_int8 bool_res = in __kmp_for_static_init() local
119 if (bool_res) in __kmp_for_static_init()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/openmp/runtime/src/
H A Dkmp_sched.cpp110 kmp_int8 bool_res = in __kmp_for_static_init() local
112 if (bool_res) in __kmp_for_static_init()
/dports/devel/llvm90/llvm-9.0.1.src/projects/openmp/runtime/src/
H A Dkmp_sched.cpp110 kmp_int8 bool_res = in __kmp_for_static_init() local
112 if (bool_res) in __kmp_for_static_init()
/dports/devel/llvm80/llvm-8.0.1.src/projects/openmp/runtime/src/
H A Dkmp_sched.cpp88 kmp_int8 bool_res = in __kmp_for_static_init() local
90 if (bool_res) in __kmp_for_static_init()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/runtime/src/
H A Dkmp_sched.cpp117 kmp_int8 bool_res = in __kmp_for_static_init() local
119 if (bool_res) in __kmp_for_static_init()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_sched.cpp117 kmp_int8 bool_res = in __kmp_for_static_init() local
119 if (bool_res) in __kmp_for_static_init()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_sched.cpp117 kmp_int8 bool_res = in __kmp_for_static_init() local
119 if (bool_res) in __kmp_for_static_init()
/dports/devel/llvm13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_sched.cpp117 kmp_int8 bool_res = in __kmp_for_static_init() local
119 if (bool_res) in __kmp_for_static_init()
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/regression/tests/
H A Dtest_regression.py1580 bool_res = OLS(endog, exog).fit()
1582 assert_allclose(bool_res.params, res.params)
/dports/devel/py-numba/numba-0.51.2/numba/np/
H A Dnpyfuncs.py1541 bool_res = builder.icmp_unsigned('!=', int_res, int_res.type(0))
1542 return bool_res