Home
last modified time | relevance | path

Searched defs:test_int (Results 1 – 25 of 51) 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/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/format/format.range/format.range.fmtmap/
Dformat.functions.tests.h340 void test_int(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_int() function
434 void test_int(TestFunction check, ExceptionTest check_exception) { in test_int() function
/external/python/cpython3/Lib/test/
Dtest_abstract_numbers.py9 def test_int(self): member in TestNumbers
Dtest_structmembers.py55 def test_int(self): member in ReadWriteTests
/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/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
/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/cronet/buildtools/third_party/libc++/trunk/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/cronet/buildtools/third_party/libc++/trunk/test/std/containers/container.adaptors/container.adaptors.format/
Dformat.functions.tests.h419 void test_int(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_int() function
513 void test_int(TestFunction check, ExceptionTest check_exception) { 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/tensorflow/tensorflow/cc/experimental/libtf/tests/
Dgenerate_testdata.py70 def test_int(self, x): member in SimpleModel
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/format/format.range/format.range.fmtset/
Dformat.functions.tests.h588 void test_int(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_int() function
683 void test_int(TestFunction check, ExceptionTest check_exception) { in test_int() function
/external/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.cpp88 CBasicTestStore<HOST_ATOMIC_INT, HOST_INT> test_int(TYPE_ATOMIC_INT, in test_atomic_store_generic() local
210 CBasicTestInit<HOST_ATOMIC_INT, HOST_INT> test_int(TYPE_ATOMIC_INT, useSVM); in test_atomic_init_generic() local
385 CBasicTestLoad<HOST_ATOMIC_INT, HOST_INT> test_int(TYPE_ATOMIC_INT, useSVM); in test_atomic_load_generic() local
576 CBasicTestExchange<HOST_ATOMIC_INT, HOST_INT> test_int(TYPE_ATOMIC_INT, in test_atomic_exchange_generic() local
839 CBasicTestCompareStrong<HOST_ATOMIC_INT, HOST_INT> test_int(TYPE_ATOMIC_INT, in test_atomic_compare_exchange_strong_generic() local
975 CBasicTestCompareWeak<HOST_ATOMIC_INT, HOST_INT> test_int(TYPE_ATOMIC_INT, in test_atomic_compare_exchange_weak_generic() local
1119 CBasicTestFetchAdd<HOST_ATOMIC_INT, HOST_INT> test_int(TYPE_ATOMIC_INT, in test_atomic_fetch_add_generic() local
1246 CBasicTestFetchSub<HOST_ATOMIC_INT, HOST_INT> test_int(TYPE_ATOMIC_INT, in test_atomic_fetch_sub_generic() local
1397 CBasicTestFetchOr<HOST_ATOMIC_INT, HOST_INT> test_int(TYPE_ATOMIC_INT, in test_atomic_fetch_or_generic() local
1532 CBasicTestFetchXor<HOST_ATOMIC_INT, HOST_INT> test_int(TYPE_ATOMIC_INT, in test_atomic_fetch_xor_generic() local
[all …]
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/format/format.range/format.range.formatter/
Dformat.functions.tests.h400 void test_int(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_int() function
494 void test_int(TestFunction check, ExceptionTest check_exception) { in test_int() function
/external/clang/test/CodeGenCXX/
Dblocks-cxx11.cpp7 namespace test_int { namespace
/external/autotest/client/common_lib/
Dglobal_config_unittest.py118 def test_int(self): member in global_config_test
Dcontrol_data_unittest.py243 def test_int(self): member in SetMethodTests
/external/rust/crates/syn/tests/
Dtest_lit.rs141 fn test_int(s: &str, value: u64, suffix: &str) { in ints() function

123