Home
last modified time | relevance | path

Searched refs:cl_khr_fp64 (Results 1 – 25 of 187) sorted by relevance

12345678

/external/OpenCL-CTS/test_conformance/spir/
Dkhr.csv2 "math_brute_force", "math_kernel.modf_double", "cl_khr_fp64", "CL_FALSE", "CL_FALSE"
3 "math_brute_force", "math_kernel16.tanh_double16", "cl_khr_fp64", "CL_FALSE", "CL_FALSE"
4 "math_brute_force", "math_kernel2.isordered_double2", "cl_khr_fp64", "CL_FALSE", "CL_FALSE"
5 "math_brute_force", "math_kernel3.cbrt_double3", "cl_khr_fp64", "CL_FALSE", "CL_FALSE"
6 "math_brute_force", "math_kernel.cos_double", "cl_khr_fp64", "CL_FALSE", "CL_FALSE"
7 "math_brute_force", "math_kernel8.asinpi_double8", "cl_khr_fp64", "CL_FALSE", "CL_FALSE"
8 "math_brute_force", "math_kernel16.log1p_double16", "cl_khr_fp64", "CL_FALSE", "CL_FALSE"
9 "math_brute_force", "math_kernel3.fmin_double3", "cl_khr_fp64", "CL_FALSE", "CL_FALSE"
10 "math_brute_force", "math_kernel16.ilogb_double16", "cl_khr_fp64", "CL_FALSE", "CL_FALSE"
11 "math_brute_force", "math_kernel16.hypot_double16", "cl_khr_fp64", "CL_FALSE", "CL_FALSE"
[all …]
/external/llvm-project/clang/test/SemaOpenCL/
Dextensions.cl11 …-unknown-unknown -target-cpu r600 -verify -pedantic -fsyntax-only -cl-ext=+cl_khr_fp64,+cl_khr_fp16
16 …unknown-unknown -target-cpu r600 -verify -pedantic -fsyntax-only -cl-ext=+all,-cl_khr_fp64 -DNOFP64
17 …unknown-unknown -target-cpu r600 -verify -pedantic -fsyntax-only -cl-ext=-all,+cl_khr_fp64 -DNOFP16
20 …iple spir-unknown-unknown -verify -pedantic -fsyntax-only -cl-ext=-cl_khr_fp64 -cl-ext=+cl_khr_fp64
21 …1 %s -triple spir-unknown-unknown -verify -pedantic -fsyntax-only -cl-ext=-cl_khr_fp64,+cl_khr_fp64
22 …ify -pedantic -fsyntax-only -cl-ext=-all -cl-ext=+cl_khr_fp64 -cl-ext=+cl_khr_fp16 -cl-ext=-cl_khr…
23 …n-unknown -verify -pedantic -fsyntax-only -cl-ext=-all -cl-ext=+cl_khr_fp64,-cl_khr_fp64,+cl_khr_f…
27 // particular OpenCL version must be re-enabled (for example, cl_khr_fp64 is
46 void f1(double da) { // expected-error {{type 'double' requires cl_khr_fp64 extension}}
47 double d; // expected-error {{type 'double' requires cl_khr_fp64 extension}}
[all …]
/external/clang/test/SemaOpenCL/
Dextensions.cl7 void f1(double da) { // expected-error {{type 'double' requires cl_khr_fp64 extension}}
8 double d; // expected-error {{type 'double' requires cl_khr_fp64 extension}}
9 (void) 1.0; // expected-warning {{double precision constant requires cl_khr_fp64}}
12 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
14 // expected-warning@-2{{unsupported OpenCL extension 'cl_khr_fp64' - ignoring}}
20 // expected-error@-2{{use of type 'double' requires cl_khr_fp64 extension to be enabled}}
25 // expected-warning@-2{{double precision constant requires cl_khr_fp64, casting to single precision…
29 #pragma OPENCL EXTENSION cl_khr_fp64 : disable
31 // expected-warning@-2{{unsupported OpenCL extension 'cl_khr_fp64' - ignoring}}
35 double d; // expected-error {{type 'double' requires cl_khr_fp64 extension}}
/external/llvm-project/libclc/generic/lib/math/
Dlog10.cl27 #ifdef cl_khr_fp64
28 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
29 #endif // cl_khr_fp64
37 #ifdef cl_khr_fp64
39 #endif // cl_khr_fp64
Dlog2.cl27 #ifdef cl_khr_fp64
28 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
29 #endif // cl_khr_fp64
37 #ifdef cl_khr_fp64
39 #endif // cl_khr_fp64
Dlog.cl15 #ifdef cl_khr_fp64
17 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
26 #endif // cl_khr_fp64
Dfmin.inc8 #ifdef cl_khr_fp64
10 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
16 #endif // ifdef cl_khr_fp64
Dfmax.inc8 #ifdef cl_khr_fp64
10 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
16 #endif // ifdef cl_khr_fp64
Dep_log.h23 #ifdef cl_khr_fp64
25 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
Dexp_helper.h24 #ifdef cl_khr_fp64
26 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
Dnextafter.cl6 #ifdef cl_khr_fp64
8 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
Dsincos_helpers.h30 #ifdef cl_khr_fp64
32 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
Dunary_builtin.inc10 #ifdef cl_khr_fp64
12 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
Drsqrt.cl12 #ifdef cl_khr_fp64
14 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
Dcopysign.cl6 #ifdef cl_khr_fp64
8 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
Dfmin.cl7 #ifdef cl_khr_fp64
9 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
Dfmax.cl7 #ifdef cl_khr_fp64
9 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
/external/llvm-project/clang/test/CodeGenOpenCL/
Dprintf.cl1 // RUN: %clang_cc1 -cl-std=CL1.2 -cl-ext=-+cl_khr_fp64 -triple spir-unknown-unknown -disable-llvm-p…
2 // RUN: %clang_cc1 -cl-std=CL1.2 -cl-ext=-cl_khr_fp64 -triple spir-unknown-unknown -disable-llvm-pa…
7 #ifdef cl_khr_fp64
31 #ifdef cl_khr_fp64
/external/llvm-project/libclc/generic/include/math/
Dclc_ldexp.h3 #ifdef cl_khr_fp64
4 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
/external/llvm-project/clang/test/Misc/
Dr600.languageOptsOpenCL.cl95 #ifndef cl_khr_fp64
96 #error "Missing cl_khr_fp64 define"
98 #pragma OPENCL EXTENSION cl_khr_fp64: enable
100 // expected-warning@-2{{OpenCL extension 'cl_khr_fp64' is core feature or supported optional core f…
103 #ifdef cl_khr_fp64
104 #error "Incorrect cl_khr_fp64 define"
106 #pragma OPENCL EXTENSION cl_khr_fp64: enable
107 // expected-warning@-1{{unsupported OpenCL extension 'cl_khr_fp64' - ignoring}}
/external/llvm-project/libclc/generic/include/clc/
Dclc.h7 #ifdef cl_khr_fp64
8 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
/external/llvm-project/libclc/ptx/lib/math/
Dnextafter.cl7 #ifdef cl_khr_fp64
8 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
/external/llvm-project/libclc/r600/lib/math/
Drsqrt.cl12 #ifdef cl_khr_fp64
14 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
/external/llvm-project/libclc/amdgpu/lib/math/
Dnextafter.cl7 #ifdef cl_khr_fp64
8 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
/external/llvm-project/libclc/generic/lib/common/
Dsign.cl21 #ifdef cl_khr_fp64
23 #pragma OPENCL EXTENSION cl_khr_fp64 : enable

12345678