Home
last modified time | relevance | path

Searched refs:test_int (Results 1 – 20 of 20) sorted by relevance

/third_party/rust/crates/syn/tests/
Dtest_lit.rs141 fn test_int(s: &str, value: u64, suffix: &str) { in ints() function
148 test_int(&again, value, suffix); in ints()
155 test_int("5", 5, ""); in ints()
156 test_int("5u32", 5, "u32"); in ints()
157 test_int("0E", 0, "E"); in ints()
158 test_int("0ECMA", 0, "ECMA"); in ints()
159 test_int("0o0A", 0, "A"); in ints()
160 test_int("5_0", 50, ""); in ints()
161 test_int("5_____0_____", 50, ""); in ints()
162 test_int("0x7f", 127, ""); in ints()
[all …]
/third_party/musl/ndk-test/sanitize/ubsan/src/
Dcast-overflow.cpp106 static int test_int = MaxFloatRepresentableAsInt + 0x80; in main() local
112 static int test_int = MinFloatRepresentableAsInt - 0x100; in main() local
123 static int test_int = (unsigned)(MaxFloatRepresentableAsUInt + 0x100); in main() local
129 static int test_int = Inf; in main() local
134 static int test_int = NaN; in main() local
142 static int test_int = (float)(FloatMaxAsUInt128 + 1); in main() local
/third_party/skia/resources/sksl/shared/
DVectorScalarMath.sksl58 bool test_int() {
113 return test_half() && test_int() ? colorGreen : colorRed;
/third_party/skia/resources/sksl/folding/
DVectorVectorFolding.sksl67 bool test_int() {
131 return test_half() && test_int() ? colorGreen : colorRed;
DVectorScalarFolding.sksl105 bool test_int() {
207 return test_half() && test_int() ? colorGreen : colorRed;
/third_party/python/Lib/test/
Dtest_abstract_numbers.py9 def test_int(self): member in TestNumbers
Dtest_structmembers.py55 def test_int(self): member in ReadWriteTests
Dtest_tokenize.py98 def test_int(self): member in TokenizeTest
Dtest_gdb.py317 def test_int(self): member in PrettyPrintTests
Dtest_bool.py31 def test_int(self): member in BoolTest
Dtest_plistlib.py471 def test_int(self): member in TestPlistlib
Dtest_statistics.py720 def test_int(self): member in ExactRatioTest
920 def test_int(self): member in CoerceTest
960 def test_int(self): member in ConvertTest
Dtest_ipaddress.py117 def test_int(self): member in CommonTestMixin_v4
152 def test_int(self): member in CommonTestMixin_v6
Dtest__xxsubinterpreters.py400 def test_int(self): member in ShareableTypeTests
Dtest_decimal.py2547 def test_int(self): member in PythonAPItests
4514 def test_int(self): member in Coverage
/third_party/openssl/test/
Dtest_test.c33 static int test_int(void) in test_int() function
555 ADD_TEST(test_int); in setup_tests()
/third_party/python/Lib/ctypes/test/
Dtest_callbacks.py53 def test_int(self): member in Callbacks
Dtest_cfuncs.py66 def test_int(self): member in CFunctions
/third_party/flatbuffers/tests/
Dpy_flexbuffers_test.py354 def test_int(self): member in DecoderTest
1100 def test_int(self): member in EncoderTest
/third_party/opencl-headers/tests/
Dtest_headers.c262 int test_int() in test_int() function