Home
last modified time | relevance | path

Searched refs:check_constant (Results 1 – 25 of 157) sorted by relevance

1234567

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/objectivec/DevTools/
H A Dcheck_version_stamps.sh22 check_constant() { function
53 check_constant GOOGLE_PROTOBUF_OBJC_VERSION
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/objectivec/DevTools/
H A Dcheck_version_stamps.sh22 check_constant() { function
53 check_constant GOOGLE_PROTOBUF_OBJC_VERSION
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_compile.py580 def check_constant(self, func, expected): member in TestSpecifics
602 self.check_constant(f1, const)
615 self.check_constant(f1, Ellipsis)
622 self.check_constant(f1, frozenset({0}))
654 self.check_constant(f1, const1)
655 self.check_constant(f2, const2)
669 self.check_constant(f1, +0.0j)
670 self.check_constant(f2, -0.0j)
678 self.check_constant(f1, frozenset({0}))
679 self.check_constant(f2, frozenset({0.0}))
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_compile.py580 def check_constant(self, func, expected): member in TestSpecifics
602 self.check_constant(f1, const)
615 self.check_constant(f1, Ellipsis)
630 self.check_constant(f1, frozenset({0}))
662 self.check_constant(f1, const1)
663 self.check_constant(f2, const2)
677 self.check_constant(f1, +0.0j)
678 self.check_constant(f2, -0.0j)
686 self.check_constant(f1, frozenset({0}))
687 self.check_constant(f2, frozenset({0.0}))
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_compile.py580 def check_constant(self, func, expected): member in TestSpecifics
602 self.check_constant(f1, const)
615 self.check_constant(f1, Ellipsis)
630 self.check_constant(f1, frozenset({0}))
662 self.check_constant(f1, const1)
663 self.check_constant(f2, const2)
677 self.check_constant(f1, +0.0j)
678 self.check_constant(f2, -0.0j)
686 self.check_constant(f1, frozenset({0}))
687 self.check_constant(f2, frozenset({0.0}))
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_compile.py580 def check_constant(self, func, expected): member in TestSpecifics
602 self.check_constant(f1, const)
615 self.check_constant(f1, Ellipsis)
630 self.check_constant(f1, frozenset({0}))
662 self.check_constant(f1, const1)
663 self.check_constant(f2, const2)
677 self.check_constant(f1, +0.0j)
678 self.check_constant(f2, -0.0j)
686 self.check_constant(f1, frozenset({0}))
687 self.check_constant(f2, frozenset({0.0}))
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_compile.py580 def check_constant(self, func, expected): member in TestSpecifics
602 self.check_constant(f1, const)
615 self.check_constant(f1, Ellipsis)
630 self.check_constant(f1, frozenset({0}))
662 self.check_constant(f1, const1)
663 self.check_constant(f2, const2)
677 self.check_constant(f1, +0.0j)
678 self.check_constant(f2, -0.0j)
686 self.check_constant(f1, frozenset({0}))
687 self.check_constant(f2, frozenset({0.0}))
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_compile.py580 def check_constant(self, func, expected): member in TestSpecifics
602 self.check_constant(f1, const)
615 self.check_constant(f1, Ellipsis)
630 self.check_constant(f1, frozenset({0}))
662 self.check_constant(f1, const1)
663 self.check_constant(f2, const2)
677 self.check_constant(f1, +0.0j)
678 self.check_constant(f2, -0.0j)
686 self.check_constant(f1, frozenset({0}))
687 self.check_constant(f2, frozenset({0.0}))
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_compile.py580 def check_constant(self, func, expected): member in TestSpecifics
602 self.check_constant(f1, const)
615 self.check_constant(f1, Ellipsis)
630 self.check_constant(f1, frozenset({0}))
662 self.check_constant(f1, const1)
663 self.check_constant(f2, const2)
677 self.check_constant(f1, +0.0j)
678 self.check_constant(f2, -0.0j)
686 self.check_constant(f1, frozenset({0}))
687 self.check_constant(f2, frozenset({0.0}))
/dports/math/py-spreg/spreg-1.2.4/spreg/
H A Ddiagnostics_panel.py45 x, name_x, warn = USER.check_constant(x, name_x)
86 x, name_x, warn = USER.check_constant(x, name_x)
122 x, name_x, warn = USER.check_constant(x, name_x)
164 x, name_x, warn = USER.check_constant(x, name_x)
H A Drobust.py9 from .user_output import check_constant
145 reg.hac_var = check_constant(reg.hac_var)
/dports/misc/tvm/incubator-tvm-0.6.1/python/tvm/relay/
H A Danalysis.py94 def check_constant(expr): function
107 return _analysis.check_constant(expr)
/dports/misc/py-tvm/incubator-tvm-0.6.1/python/tvm/relay/
H A Danalysis.py94 def check_constant(expr): function
107 return _analysis.check_constant(expr)
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_compile.py626 def check_constant(self, func, expected): member in TestStackSize
648 self.check_constant(f1, const)
667 self.check_constant(f1, const1)
668 self.check_constant(f2, const2)
680 self.check_constant(f1, +0.0j)
681 self.check_constant(f2, -0.0j)
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_compile.py626 def check_constant(self, func, expected): member in TestStackSize
648 self.check_constant(f1, const)
667 self.check_constant(f1, const1)
668 self.check_constant(f2, const2)
680 self.check_constant(f1, +0.0j)
681 self.check_constant(f2, -0.0j)
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_compile.py587 def check_constant(self, func, expected): member in TestSpecifics
609 self.check_constant(f1, const)
622 self.check_constant(f1, Ellipsis)
637 self.check_constant(f1, frozenset({0}))
691 self.check_constant(f1, const1)
692 self.check_constant(f2, const2)
706 self.check_constant(f1, +0.0j)
707 self.check_constant(f2, -0.0j)
715 self.check_constant(f1, frozenset({0}))
716 self.check_constant(f2, frozenset({0.0}))
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/relay/analysis/
H A Danalysis.py109 def check_constant(expr): function
122 return _ffi_api.check_constant(expr)
/dports/math/R-cran-dplyr/dplyr/R/
H A Dslice.R292 check_constant <- function(x, name, fn) { function
305 n <- check_constant(n, "n", .slice_fn)
315 prop <- check_constant(prop, "prop", .slice_fn)
/dports/lang/gcc48/gcc-4.8.5/libjava/java/lang/
H A DnatClass.cc1139 check_constant (pool, cindex, JV_CONSTANT_Integer); in parseAnnotationElement()
1146 check_constant (pool, cindex, JV_CONSTANT_Integer); in parseAnnotationElement()
1153 check_constant (pool, cindex, JV_CONSTANT_Integer); in parseAnnotationElement()
1160 check_constant (pool, cindex, JV_CONSTANT_Integer); in parseAnnotationElement()
1167 check_constant (pool, cindex, JV_CONSTANT_Integer); in parseAnnotationElement()
1174 check_constant (pool, cindex, JV_CONSTANT_Double); in parseAnnotationElement()
1183 check_constant (pool, cindex, JV_CONSTANT_Float); in parseAnnotationElement()
1190 check_constant (pool, cindex, JV_CONSTANT_Long); in parseAnnotationElement()
1201 check_constant (pool, cindex, JV_CONSTANT_Utf8); in parseAnnotationElement()
1224 check_constant (pool, cindex, JV_CONSTANT_Utf8); in parseAnnotationElement()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/java/lang/
H A DnatClass.cc1139 check_constant (pool, cindex, JV_CONSTANT_Integer); in parseAnnotationElement()
1146 check_constant (pool, cindex, JV_CONSTANT_Integer); in parseAnnotationElement()
1153 check_constant (pool, cindex, JV_CONSTANT_Integer); in parseAnnotationElement()
1160 check_constant (pool, cindex, JV_CONSTANT_Integer); in parseAnnotationElement()
1167 check_constant (pool, cindex, JV_CONSTANT_Integer); in parseAnnotationElement()
1174 check_constant (pool, cindex, JV_CONSTANT_Double); in parseAnnotationElement()
1183 check_constant (pool, cindex, JV_CONSTANT_Float); in parseAnnotationElement()
1190 check_constant (pool, cindex, JV_CONSTANT_Long); in parseAnnotationElement()
1201 check_constant (pool, cindex, JV_CONSTANT_Utf8); in parseAnnotationElement()
1224 check_constant (pool, cindex, JV_CONSTANT_Utf8); in parseAnnotationElement()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/java/lang/
H A DnatClass.cc1139 check_constant (pool, cindex, JV_CONSTANT_Integer); in parseAnnotationElement()
1146 check_constant (pool, cindex, JV_CONSTANT_Integer); in parseAnnotationElement()
1153 check_constant (pool, cindex, JV_CONSTANT_Integer); in parseAnnotationElement()
1160 check_constant (pool, cindex, JV_CONSTANT_Integer); in parseAnnotationElement()
1167 check_constant (pool, cindex, JV_CONSTANT_Integer); in parseAnnotationElement()
1174 check_constant (pool, cindex, JV_CONSTANT_Double); in parseAnnotationElement()
1183 check_constant (pool, cindex, JV_CONSTANT_Float); in parseAnnotationElement()
1190 check_constant (pool, cindex, JV_CONSTANT_Long); in parseAnnotationElement()
1201 check_constant (pool, cindex, JV_CONSTANT_Utf8); in parseAnnotationElement()
1224 check_constant (pool, cindex, JV_CONSTANT_Utf8); in parseAnnotationElement()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/java/lang/
H A DnatClass.cc1139 check_constant (pool, cindex, JV_CONSTANT_Integer); in parseAnnotationElement()
1146 check_constant (pool, cindex, JV_CONSTANT_Integer); in parseAnnotationElement()
1153 check_constant (pool, cindex, JV_CONSTANT_Integer); in parseAnnotationElement()
1160 check_constant (pool, cindex, JV_CONSTANT_Integer); in parseAnnotationElement()
1167 check_constant (pool, cindex, JV_CONSTANT_Integer); in parseAnnotationElement()
1174 check_constant (pool, cindex, JV_CONSTANT_Double); in parseAnnotationElement()
1183 check_constant (pool, cindex, JV_CONSTANT_Float); in parseAnnotationElement()
1190 check_constant (pool, cindex, JV_CONSTANT_Long); in parseAnnotationElement()
1201 check_constant (pool, cindex, JV_CONSTANT_Utf8); in parseAnnotationElement()
1224 check_constant (pool, cindex, JV_CONSTANT_Utf8); in parseAnnotationElement()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/java/lang/
H A DnatClass.cc1139 check_constant (pool, cindex, JV_CONSTANT_Integer); in parseAnnotationElement()
1146 check_constant (pool, cindex, JV_CONSTANT_Integer); in parseAnnotationElement()
1153 check_constant (pool, cindex, JV_CONSTANT_Integer); in parseAnnotationElement()
1160 check_constant (pool, cindex, JV_CONSTANT_Integer); in parseAnnotationElement()
1167 check_constant (pool, cindex, JV_CONSTANT_Integer); in parseAnnotationElement()
1174 check_constant (pool, cindex, JV_CONSTANT_Double); in parseAnnotationElement()
1183 check_constant (pool, cindex, JV_CONSTANT_Float); in parseAnnotationElement()
1190 check_constant (pool, cindex, JV_CONSTANT_Long); in parseAnnotationElement()
1201 check_constant (pool, cindex, JV_CONSTANT_Utf8); in parseAnnotationElement()
1224 check_constant (pool, cindex, JV_CONSTANT_Utf8); in parseAnnotationElement()
[all …]
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_compile.py589 def check_constant(self, func, expected): member in TestSpecifics
611 self.check_constant(f1, const)
624 self.check_constant(f1, Ellipsis)
639 self.check_constant(f1, frozenset({0}))
693 self.check_constant(f1, const1)
694 self.check_constant(f2, const2)
708 self.check_constant(f1, +0.0j)
709 self.check_constant(f2, -0.0j)
717 self.check_constant(f1, frozenset({0}))
718 self.check_constant(f2, frozenset({0.0}))
/dports/devel/gdb/gdb-11.1/gdb/
H A Dexpop.h447 check_constant (const operation_up &item) in check_constant() function
453 check_constant (bound_minimal_symbol msym) in check_constant() function
459 check_constant (struct type *type) in check_constant() function
465 check_constant (const struct block *block) in check_constant() function
471 check_constant (const std::string &str) in check_constant() function
477 check_constant (ULONGEST cst) in check_constant() function
483 check_constant (struct symbol *sym) in check_constant() function
493 check_constant (const block_symbol &sym) in check_constant() function
497 return check_constant (sym.symbol); in check_constant()
505 if (!check_constant (item)) in check_constant()
[all …]

1234567