/third_party/rust/crates/syn/tests/ |
D | test_lit.rs | 141 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/ |
D | cast-overflow.cpp | 106 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/ |
D | VectorScalarMath.sksl | 58 bool test_int() { 113 return test_half() && test_int() ? colorGreen : colorRed;
|
/third_party/skia/resources/sksl/folding/ |
D | VectorVectorFolding.sksl | 67 bool test_int() { 131 return test_half() && test_int() ? colorGreen : colorRed;
|
D | VectorScalarFolding.sksl | 105 bool test_int() { 207 return test_half() && test_int() ? colorGreen : colorRed;
|
/third_party/python/Lib/test/ |
D | test_abstract_numbers.py | 9 def test_int(self): member in TestNumbers
|
D | test_structmembers.py | 55 def test_int(self): member in ReadWriteTests
|
D | test_tokenize.py | 98 def test_int(self): member in TokenizeTest
|
D | test_gdb.py | 317 def test_int(self): member in PrettyPrintTests
|
D | test_bool.py | 31 def test_int(self): member in BoolTest
|
D | test_plistlib.py | 471 def test_int(self): member in TestPlistlib
|
D | test_statistics.py | 720 def test_int(self): member in ExactRatioTest 920 def test_int(self): member in CoerceTest 960 def test_int(self): member in ConvertTest
|
D | test_ipaddress.py | 117 def test_int(self): member in CommonTestMixin_v4 152 def test_int(self): member in CommonTestMixin_v6
|
D | test__xxsubinterpreters.py | 400 def test_int(self): member in ShareableTypeTests
|
D | test_decimal.py | 2547 def test_int(self): member in PythonAPItests 4514 def test_int(self): member in Coverage
|
/third_party/openssl/test/ |
D | test_test.c | 33 static int test_int(void) in test_int() function 555 ADD_TEST(test_int); in setup_tests()
|
/third_party/python/Lib/ctypes/test/ |
D | test_callbacks.py | 53 def test_int(self): member in Callbacks
|
D | test_cfuncs.py | 66 def test_int(self): member in CFunctions
|
/third_party/flatbuffers/tests/ |
D | py_flexbuffers_test.py | 354 def test_int(self): member in DecoderTest 1100 def test_int(self): member in EncoderTest
|
/third_party/opencl-headers/tests/ |
D | test_headers.c | 262 int test_int() in test_int() function
|