Home
last modified time | relevance | path

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

123

/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/llvm-project/compiler-rt/test/ubsan/TestCases/Float/
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
/external/llvm-project/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/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
/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
/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/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/
Dfill.pass.cpp48 test_int() in test_int() function
Dfill_n.pass.cpp53 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/pigweed/pw_tokenizer/py/
Dencode_test.py31 def test_int(self): member in TestEncodeTokenized
/external/clang/test/SemaCXX/
Dwarn-absolute-value.cpp35 void test_int(int x) { in test_int() function
/external/llvm-project/clang/test/SemaCXX/
Dwarn-absolute-value.cpp35 void test_int(int x) { in test_int() function
/external/OpenCL-CTS/test_conformance/c11_atomics/
Dtest_atomics.cpp75 CBasicTestStore<HOST_ATOMIC_INT, HOST_INT> test_int(TYPE_ATOMIC_INT, useSVM); in test_atomic_store_generic() local
154 CBasicTestInit<HOST_ATOMIC_INT, HOST_INT> test_int(TYPE_ATOMIC_INT, useSVM); in test_atomic_init_generic() local
275 CBasicTestLoad<HOST_ATOMIC_INT, HOST_INT> test_int(TYPE_ATOMIC_INT, useSVM); in test_atomic_load_generic() local
403 CBasicTestExchange<HOST_ATOMIC_INT, HOST_INT> test_int(TYPE_ATOMIC_INT, useSVM); in test_atomic_exchange_generic() local
588 CBasicTestCompareStrong<HOST_ATOMIC_INT, HOST_INT> test_int(TYPE_ATOMIC_INT, useSVM); in test_atomic_compare_exchange_strong_generic() local
672 CBasicTestCompareWeak<HOST_ATOMIC_INT, HOST_INT> test_int(TYPE_ATOMIC_INT, useSVM); in test_atomic_compare_exchange_weak_generic() local
755 CBasicTestFetchAdd<HOST_ATOMIC_INT, HOST_INT> test_int(TYPE_ATOMIC_INT, useSVM); in test_atomic_fetch_add_generic() local
832 CBasicTestFetchSub<HOST_ATOMIC_INT, HOST_INT> test_int(TYPE_ATOMIC_INT, useSVM); in test_atomic_fetch_sub_generic() local
932 CBasicTestFetchOr<HOST_ATOMIC_INT, HOST_INT> test_int(TYPE_ATOMIC_INT, useSVM); in test_atomic_fetch_or_generic() local
1020 CBasicTestFetchXor<HOST_ATOMIC_INT, HOST_INT> test_int(TYPE_ATOMIC_INT, useSVM); in test_atomic_fetch_xor_generic() local
[all …]
/external/clang/test/CodeGenCXX/
Dblocks-cxx11.cpp7 namespace test_int { namespace
/external/llvm-project/clang/test/CodeGenCXX/
Dblocks-cxx11.cpp7 namespace test_int { namespace
/external/autotest/client/common_lib/
Dglobal_config_unittest.py106 def test_int(self): member in global_config_test
/external/llvm-project/clang/test/CodeGen/
Darm64_32-vaarg.c10 int test_int(OneInt input, va_list *mylist) { in test_int() function
/external/rust/crates/syn/tests/
Dtest_lit.rs139 fn test_int(s: &str, value: u64, suffix: &str) { in ints() function
/external/llvm-project/polly/lib/External/isl/
Disl_test_python.py44 def test_int(i): function

123