Home
last modified time | relevance | path

Searched defs:test_int (Results 1 – 25 of 39) sorted by relevance

12

/external/compiler-rt/test/ubsan/TestCases/Float/
Dcast-overflow.cpp90 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/
Dwarn-absolute-value-header.c11 void test_int(int i, unsigned u, long long ll, float f, double d) { in test_int() function
Dwarn-absolute-value.c16 void test_int(int x) { in test_int() function
/external/python/cpython3/Lib/test/
Dtest_abstract_numbers.py9 def test_int(self): member in TestNumbers
Dtest_structmembers.py54 def test_int(self): member in ReadWriteTests
Dtest_bool.py40 def test_int(self): member in BoolTest
/external/python/cpython2/Lib/test/
Dtest_abstract_numbers.py9 def test_int(self): member in TestNumbers
Dtest_structmembers.py41 def test_int(self): member in ReadWriteTests
Dtest_bool.py42 def test_int(self): member in BoolTest
Dtest_tokenize.py88 def test_int(self): member in TokenizeTest
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/
Dfill.pass.cpp49 test_int() in test_int() function
Dfill_n.pass.cpp54 test_int() in test_int() function
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/
DIssue2035Test.java80 void test_int() { in test_int() method in Issue2035Test
/external/clang/test/SemaCXX/
Dwarn-absolute-value.cpp35 void test_int(int x) { in test_int() function
/external/clang/test/CodeGenCXX/
Dblocks-cxx11.cpp7 namespace test_int { namespace
/external/OpenCL-CTS/test_conformance/c11_atomics/
Dtest_atomics.cpp69 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/
Dtest_lit.rs132 fn test_int(s: &str, value: u64, suffix: IntSuffix) { in ints() function
/external/rust/crates/syn/1.0.7/tests/
Dtest_lit.rs128 fn test_int(s: &str, value: u64, suffix: &str) { in ints() function
/external/autotest/client/common_lib/
Dglobal_config_unittest.py106 def test_int(self): member in global_config_test
Dcontrol_data_unittest.py236 def test_int(self): member in SetMethodTests
/external/python/cpython3/Lib/ctypes/test/
Dtest_cfuncs.py66 def test_int(self): member in CFunctions
Dtest_callbacks.py51 def test_int(self): member in Callbacks
/external/python/cpython2/Lib/ctypes/test/
Dtest_cfuncs.py66 def test_int(self): member in CFunctions
/external/fonttools/Tests/misc/
Dplistlib_test.py140 def test_int(pl): function
/external/tensorflow/tensorflow/python/autograph/operators/
Dpy_builtins_test.py98 def test_int(self): member in PyBuiltinsTest

12