Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/compiler-rt/test/ubsan/TestCases/Float/
H A 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
/aosp_15_r20/external/OpenCL-CTS/test_conformance/c11_atomics/
H A 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 …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/format/format.range/format.range.fmtmap/
H A Dformat.functions.tests.h346 void test_int(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_int() function
442 void test_int(TestFunction check, ExceptionTest check_exception) { in test_int() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/container.adaptors/container.adaptors.format/
H A Dformat.functions.tests.h423 void test_int(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_int() function
520 void test_int(TestFunction check, ExceptionTest check_exception) { in test_int() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/format/format.range/format.range.fmtset/
H A Dformat.functions.tests.h604 void test_int(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_int() function
702 void test_int(TestFunction check, ExceptionTest check_exception) { in test_int() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/format/format.range/format.range.formatter/
H A Dformat.functions.tests.h406 void test_int(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_int() function
503 void test_int(TestFunction check, ExceptionTest check_exception) { in test_int() function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_abstract_numbers.py9 def test_int(self): member in TestNumbers
Dtest_tokenize.py99 def test_int(self): member in TokenizeTest
1668 def test_int(self): member in CTokenizeTest
/aosp_15_r20/external/clang/test/Sema/
H A Dwarn-absolute-value-header.c11 void test_int(int i, unsigned u, long long ll, float f, double d) { in test_int() function
H A Dwarn-absolute-value.c16 void test_int(int x) { in test_int() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/exception/test/
Denable_error_info_test.cpp20 typedef boost::error_info<struct tag_test_int,int> test_int; typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/date_time/test/
Dtestint_adapter.cpp59 void test_int() in test_int() function
/aosp_15_r20/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
/aosp_15_r20/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/
H A Dfill.pass.cpp49 test_int() in test_int() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/
H A Dinterrupt.rs14 pub(crate) fn test_int<I: crate::error::Interrupt>(int: &I) -> FResult<()> { in test_int() function
/aosp_15_r20/external/flatbuffers/tests/
H A Dpy_flexbuffers_test.py354 def test_int(self): member in DecoderTest
1100 def test_int(self): member in EncoderTest
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/
H A DIssue2035Test.java80 void test_int() { in test_int() method in Issue2035Test
/aosp_15_r20/external/pigweed/pw_tokenizer/py/
H A Dencode_test.py31 def test_int(self): member in TestEncodeTokenized
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/core/test/
Dempty_value_test.cpp34 void test_int() in test_int() function
/aosp_15_r20/external/tensorflow/tensorflow/cc/experimental/libtf/tests/
H A Dgenerate_testdata.py70 def test_int(self, x): member in SimpleModel
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/optional/optional.comp_with_t/
H A Dcompare.three_way.pass.cpp70 constexpr void test_int() { in test_int() function
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dwarn-absolute-value.cpp35 void test_int(int x) { in test_int() function
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dextension_backend_test.cpp16 static int test_int; variable
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dblocks-cxx11.cpp7 namespace test_int { namespace

123