Home
last modified time | relevance | path

Searched refs:test_int (Results 1 – 25 of 40) 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/libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/
Dfill.pass.cpp49 test_int() in test_int() function
67 test_int<forward_iterator<int*> >(); in main()
68 test_int<bidirectional_iterator<int*> >(); in main()
69 test_int<random_access_iterator<int*> >(); in main()
70 test_int<int*>(); in main()
Dfill_n.pass.cpp54 test_int() in test_int() function
159 test_int<forward_iterator<int*> >(); in main()
160 test_int<bidirectional_iterator<int*> >(); in main()
161 test_int<random_access_iterator<int*> >(); in main()
162 test_int<int*>(); in main()
/external/spirv-llvm/test/SPIRV/
Dvec_type_hint.ll15 ; void test_int() {}
28 ; CHECK-SPIRV: {{[0-9]+}} EntryPoint {{[0-9]+}} {{[0-9]+}} "test_int"
57 define spir_kernel void @test_int() #0 {
79 ; CHECK-LLVM: @test_int
93 !11 = !{void ()* @test_int, !1, !2, !3, !4, !5, !12}
/external/shflags/src/
Dshflags_test_public.sh72 DEFINE_integer test_int 0 'test integer' i
112 DEFINE_integer test_int 0 'test integer' i
125 -i,--test_int: test integer (default: 0)
/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/CodeGenCXX/
Dblocks-cxx11.cpp7 namespace test_int { namespace
/external/llvm/test/CodeGen/X86/
Davx-intel-ocl.ll117 ; X32-LABEL: test_int
124 ; X64-LABEL: test_int
129 define i32 @test_int(i32 %a, i32 %b) nounwind {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Davx-intel-ocl.ll117 ; X32-LABEL: test_int
124 ; X64-LABEL: test_int
129 define i32 @test_int(i32 %a, i32 %b) nounwind {
/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
Dtest_tokenize.py88 def test_int(self): member in TokenizeTest
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-dagcombiner-load-slicing.ll40 ; CHECK-LABEL: @test_int
47 define void @test_int(%class.Complex_int* nocapture %out, i64 %out_start) {
/external/llvm/test/CodeGen/AArch64/
Darm64-dagcombiner-load-slicing.ll40 ; CHECK-LABEL: @test_int
47 define void @test_int(%class.Complex_int* nocapture %out, i64 %out_start) {
/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/tensorflow/tensorflow/python/autograph/operators/
Dpy_builtins_test.py55 def test_int(self): member in PyBuiltinsTest
/external/clang/test/SemaCXX/
Dwarn-absolute-value.cpp35 void test_int(int x) { in test_int() function
Dconstant-expression-cxx1y.cpp337 constexpr bool test_int() { in test_int() function
361 static_assert(test_int(), "");
/external/python/cpython3/Lib/ctypes/test/
Dtest_callbacks.py51 def test_int(self): member in Callbacks
Dtest_cfuncs.py66 def test_int(self): member in CFunctions
/external/python/cpython2/Lib/ctypes/test/
Dtest_callbacks.py51 def test_int(self): member in Callbacks

12