/external/compiler-rt/test/ubsan/TestCases/Float/ |
D | cast-overflow.cpp | 90 static int test_int = MaxFloatRepresentableAsInt + 0x80; in main() local 96 static int test_int = MinFloatRepresentableAsInt - 0x100; in main() local 107 static int test_int = (unsigned)(MaxFloatRepresentableAsUInt + 0x100); in main() local 113 static int test_int = Inf; in main() local 118 static int test_int = NaN; in main() local 126 static int test_int = (float)(FloatMaxAsUInt128 + 1); in main() local
|
/external/clang/test/Sema/ |
D | warn-absolute-value-header.c | 11 void test_int(int i, unsigned u, long long ll, float f, double d) { in test_int() function
|
D | warn-absolute-value.c | 16 void test_int(int x) { in test_int() function
|
/external/python/cpython3/Lib/test/ |
D | test_abstract_numbers.py | 9 def test_int(self): member in TestNumbers
|
D | test_structmembers.py | 54 def test_int(self): member in ReadWriteTests
|
D | test_bool.py | 40 def test_int(self): member in BoolTest
|
/external/python/cpython2/Lib/test/ |
D | test_abstract_numbers.py | 9 def test_int(self): member in TestNumbers
|
D | test_structmembers.py | 41 def test_int(self): member in ReadWriteTests
|
D | test_bool.py | 42 def test_int(self): member in BoolTest
|
D | test_tokenize.py | 88 def test_int(self): member in TokenizeTest
|
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/ |
D | fill.pass.cpp | 49 test_int() in test_int() function
|
D | fill_n.pass.cpp | 54 test_int() in test_int() function
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/ |
D | Issue2035Test.java | 80 void test_int() { in test_int() method in Issue2035Test
|
/external/clang/test/SemaCXX/ |
D | warn-absolute-value.cpp | 35 void test_int(int x) { in test_int() function
|
/external/clang/test/CodeGenCXX/ |
D | blocks-cxx11.cpp | 7 namespace test_int { namespace
|
/external/OpenCL-CTS/test_conformance/c11_atomics/ |
D | test_atomics.cpp | 69 CBasicTestStore<HOST_ATOMIC_INT, HOST_INT> test_int(TYPE_ATOMIC_INT, useSVM); in test_atomic_store_generic() local 148 CBasicTestInit<HOST_ATOMIC_INT, HOST_INT> test_int(TYPE_ATOMIC_INT, useSVM); in test_atomic_init_generic() local 254 CBasicTestLoad<HOST_ATOMIC_INT, HOST_INT> test_int(TYPE_ATOMIC_INT, useSVM); in test_atomic_load_generic() local 382 CBasicTestExchange<HOST_ATOMIC_INT, HOST_INT> test_int(TYPE_ATOMIC_INT, useSVM); in test_atomic_exchange_generic() local 558 CBasicTestCompareStrong<HOST_ATOMIC_INT, HOST_INT> test_int(TYPE_ATOMIC_INT, useSVM); in test_atomic_compare_exchange_strong_generic() local 642 CBasicTestCompareWeak<HOST_ATOMIC_INT, HOST_INT> test_int(TYPE_ATOMIC_INT, useSVM); in test_atomic_compare_exchange_weak_generic() local 725 CBasicTestFetchAdd<HOST_ATOMIC_INT, HOST_INT> test_int(TYPE_ATOMIC_INT, useSVM); in test_atomic_fetch_add_generic() local 802 CBasicTestFetchSub<HOST_ATOMIC_INT, HOST_INT> test_int(TYPE_ATOMIC_INT, useSVM); in test_atomic_fetch_sub_generic() local 902 CBasicTestFetchOr<HOST_ATOMIC_INT, HOST_INT> test_int(TYPE_ATOMIC_INT, useSVM); in test_atomic_fetch_or_generic() local 990 CBasicTestFetchXor<HOST_ATOMIC_INT, HOST_INT> test_int(TYPE_ATOMIC_INT, useSVM); in test_atomic_fetch_xor_generic() local [all …]
|
/external/rust/crates/syn/0.15.42/tests/ |
D | test_lit.rs | 132 fn test_int(s: &str, value: u64, suffix: IntSuffix) { in ints() function
|
/external/rust/crates/syn/1.0.7/tests/ |
D | test_lit.rs | 128 fn test_int(s: &str, value: u64, suffix: &str) { in ints() function
|
/external/autotest/client/common_lib/ |
D | global_config_unittest.py | 106 def test_int(self): member in global_config_test
|
D | control_data_unittest.py | 236 def test_int(self): member in SetMethodTests
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_cfuncs.py | 66 def test_int(self): member in CFunctions
|
D | test_callbacks.py | 51 def test_int(self): member in Callbacks
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_cfuncs.py | 66 def test_int(self): member in CFunctions
|
/external/fonttools/Tests/misc/ |
D | plistlib_test.py | 140 def test_int(pl): function
|
/external/tensorflow/tensorflow/python/autograph/operators/ |
D | py_builtins_test.py | 98 def test_int(self): member in PyBuiltinsTest
|