/external/compiler-rt/test/ubsan/TestCases/Float/ |
D | cast-overflow.cpp | 90 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/ |
D | fill.pass.cpp | 49 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()
|
D | fill_n.pass.cpp | 54 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/ |
D | vec_type_hint.ll | 15 ; 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/ |
D | shflags_test_public.sh | 72 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/ |
D | warn-absolute-value-header.c | 11 void test_int(int i, unsigned u, long long ll, float f, double d) { in test_int() function
|
D | warn-absolute-value.c | 16 void test_int(int x) { in test_int() function
|
/external/clang/test/CodeGenCXX/ |
D | blocks-cxx11.cpp | 7 namespace test_int { namespace
|
/external/llvm/test/CodeGen/X86/ |
D | avx-intel-ocl.ll | 117 ; 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/ |
D | avx-intel-ocl.ll | 117 ; X32-LABEL: test_int 124 ; X64-LABEL: test_int 129 define i32 @test_int(i32 %a, i32 %b) nounwind {
|
/external/python/cpython3/Lib/test/ |
D | test_abstract_numbers.py | 9 def test_int(self): member in TestNumbers
|
D | test_structmembers.py | 54 def test_int(self): member in ReadWriteTests
|
/external/python/cpython2/Lib/test/ |
D | test_abstract_numbers.py | 9 def test_int(self): member in TestNumbers
|
D | test_structmembers.py | 41 def test_int(self): member in ReadWriteTests
|
D | test_tokenize.py | 88 def test_int(self): member in TokenizeTest
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | arm64-dagcombiner-load-slicing.ll | 40 ; CHECK-LABEL: @test_int 47 define void @test_int(%class.Complex_int* nocapture %out, i64 %out_start) {
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-dagcombiner-load-slicing.ll | 40 ; CHECK-LABEL: @test_int 47 define void @test_int(%class.Complex_int* nocapture %out, i64 %out_start) {
|
/external/autotest/client/common_lib/ |
D | global_config_unittest.py | 106 def test_int(self): member in global_config_test
|
D | control_data_unittest.py | 236 def test_int(self): member in SetMethodTests
|
/external/tensorflow/tensorflow/python/autograph/operators/ |
D | py_builtins_test.py | 55 def test_int(self): member in PyBuiltinsTest
|
/external/clang/test/SemaCXX/ |
D | warn-absolute-value.cpp | 35 void test_int(int x) { in test_int() function
|
D | constant-expression-cxx1y.cpp | 337 constexpr bool test_int() { in test_int() function 361 static_assert(test_int(), "");
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_callbacks.py | 51 def test_int(self): member in Callbacks
|
D | test_cfuncs.py | 66 def test_int(self): member in CFunctions
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_callbacks.py | 51 def test_int(self): member in Callbacks
|