Home
last modified time | relevance | path

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

/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/libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/
Dfill.pass.cpp37 test_int() in test_int() function
Dfill_n.pass.cpp40 test_int() 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/clang/test/SemaCXX/
Dwarn-absolute-value.cpp35 void test_int(int x) { in test_int() function
Dconstant-expression-cxx1y.cpp339 constexpr bool test_int() { in test_int() function
/external/clang/test/CodeGenCXX/
Dblocks-cxx11.cpp7 namespace test_int { namespace
/external/autotest/client/common_lib/
Dglobal_config_unittest.py105 def test_int(self): member in global_config_test
Dcontrol_data_unittest.py155 def test_int(self): member in SetMethodTests
/external/opencv3/modules/core/test/
Dtest_io.cpp110 int test_int = (int)cvtest::randInt(rng); in run() local