Home
last modified time | relevance | path

Searched refs:test_double (Results 1 – 25 of 33) sorted by relevance

12

/external/OpenCL-CTS/test_conformance/commonfns/
Dtest_binary_fn.cpp72 int test_double = 0; in test_binary_fn() local
76 test_double = 1; in test_binary_fn()
82 if (test_double) input_ptr_double[i] = (cl_double*)malloc(sizeof(cl_double) * num_elements); in test_binary_fn()
85 if (test_double) output_ptr_double = (cl_double*)malloc(sizeof(cl_double) * num_elements); in test_binary_fn()
95 if (test_double) in test_binary_fn()
109 if (test_double) in test_binary_fn()
122 if (test_double) in test_binary_fn()
150 if (test_double) in test_binary_fn()
204 if (test_double) in test_binary_fn()
239 for( i = 0; i < ((test_double) ? 6 : 3); i++ ) in test_binary_fn()
[all …]
Dtest_clamp.cpp135 int test_double = 0; in test_clamp() local
138 test_double = 1; in test_clamp()
147 if (test_double) input_ptr_double[i] = (cl_double*)malloc(sizeof(cl_double) * num_elements); in test_clamp()
150 if (test_double) output_ptr_double = (cl_double*)malloc(sizeof(cl_double) * num_elements); in test_clamp()
164 if (test_double) in test_clamp()
184 if (test_double) { in test_clamp()
197 if (test_double) { in test_clamp()
211 if (test_double) { in test_clamp()
253 if (test_double) in test_clamp()
290 for( i = 0; i < ((test_double) ? 8 : 4); i++ ) in test_clamp()
[all …]
/external/llvm-project/llvm/test/CodeGen/X86/GlobalISel/
Dselect-fconstant.mir14 define double @test_double() {
64 name: test_double
78 ; CHECK_NOPIC64-LABEL: name: test_double
83 ; CHECK_LARGE64-LABEL: name: test_double
89 ; CHECK_SMALL32-LABEL: name: test_double
94 ; CHECK_LARGE32-LABEL: name: test_double
99 ; CHECK_PIC64-LABEL: name: test_double
Dphi.ll152 define double @test_double(i32 %a, double %f, double %t) {
153 ; ALL-LABEL: test_double:
Dselect-phi.mir86 define double @test_double(i32 %a, double %f, double %t) {
420 name: test_double
436 ; ALL-LABEL: name: test_double
/external/llvm/test/CodeGen/PowerPC/
Dvec_fneg.ll23 define void @test_double(<2 x double>* %A) {
24 ; CHECK-LABEL: test_double
25 ; CHECK-NOVSX-LABEL: test_double
Dvec_abs.ll50 define <2 x double> @test_double(<2 x double> %aa) #0 {
52 ; CHECK-LABEL: test_double
53 ; CHECK-NOVSX-LABEL: test_double
Dppc64le-aggregates.ll83 tail call void @test_double(i64 %x, [7 x double] %y, i64 %x)
88 ; CHECK: bl test_double
90 declare void @test_double(i64, [7 x double], i64)
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dvec_fneg.ll23 define void @test_double(<2 x double>* %A) {
24 ; CHECK-LABEL: test_double
25 ; CHECK-NOVSX-LABEL: test_double
Dvec_abs.ll50 define <2 x double> @test_double(<2 x double> %aa) #0 {
52 ; CHECK-LABEL: test_double
53 ; CHECK-NOVSX-LABEL: test_double
Dppc64le-aggregates.ll87 tail call void @test_double(i64 %x, [7 x double] %y, i64 %x)
92 ; CHECK: bl test_double
94 declare void @test_double(i64, [7 x double], i64)
/external/llvm-project/llvm/test/Transforms/Inline/ARM/
Dinline-fp.ll11 ; NOFP-DAG: double not inlined into test_double because too costly to inline (cost=125, threshold=7…
12 ; NOFP-DAG: double not inlined into test_double because too costly to inline (cost=125, threshold=7…
22 ; FULLFP-DAG: double inlined into test_double with (cost=0, threshold=75)
23 ; FULLFP-DAG: double inlined into test_double with (cost=-15000, threshold=75)
33 ; SINGLEFP-DAG: double not inlined into test_double because too costly to inline (cost=125, thresho…
34 ; SINGLEFP-DAG: double not inlined into test_double because too costly to inline (cost=125, thresho…
52 define i32 @test_double(i32 %a, i8 %b, i32 %c, i8 %d) #0 {
/external/pigweed/pw_protobuf/
Ddecoder_test.cc40 decoder.ReadDouble(&test_double); in ProcessField()
60 double test_double = 0; member in pw::protobuf::__anon85fbaddb0111::TestDecodeHandler
187 EXPECT_EQ(handler.test_double, 3.14159); in TEST()
/external/llvm-project/llvm/test/Transforms/GVN/
Dpr46054-md-nonlocaldefcache-cleanup.ll9 define void @test_double(double* %data) {
10 ; CHECK-LABEL: @test_double(
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dfcmp.ll44 define void @test_double(double %a, double %b) {
45 ; CHECK-LABEL: test_double:
/external/llvm/test/CodeGen/AArch64/
Dfcmp.ll44 define void @test_double(double %a, double %b) {
45 ; CHECK-LABEL: test_double:
/external/python/cpython2/Lib/test/
Dtest_decorators.py183 def test_double(self): member in TestDecorators
279 def test_double(self): member in TestClassDecorators
Dtest_xdrlib.py71 def test_double(self): member in ConversionErrorTest
/external/python/cpython3/Lib/test/
Dtest_decorators.py186 def test_double(self): member in TestDecorators
321 def test_double(self): member in TestClassDecorators
Dtest_xdrlib.py70 def test_double(self): member in ConversionErrorTest
/external/llvm-project/clang/test/SemaCXX/
Dwarn-absolute-value.cpp304 void test_double(double x) { in test_double() function
Dcompare-cxx2a.cpp413 void test_double(_Complex double x, _Complex double y) { // expected-warning 2 {{'_Complex' is a C9… in test_double() function
/external/clang/test/Sema/
Dwarn-absolute-value.c277 void test_double(double x) { in test_double() function
/external/llvm-project/clang/test/Sema/
Dwarn-absolute-value.c277 void test_double(double x) { in test_double() function
/external/clang/test/SemaCXX/
Dwarn-absolute-value.cpp304 void test_double(double x) { in test_double() function

12