Searched refs:cl_khr_fp64 (Results 1 – 25 of 187) sorted by relevance
12345678
/external/OpenCL-CTS/test_conformance/spir/ |
D | khr.csv | 2 "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/ |
D | extensions.cl | 11 …-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/ |
D | extensions.cl | 7 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/ |
D | log10.cl | 27 #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
|
D | log2.cl | 27 #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
|
D | log.cl | 15 #ifdef cl_khr_fp64 17 #pragma OPENCL EXTENSION cl_khr_fp64 : enable 26 #endif // cl_khr_fp64
|
D | fmin.inc | 8 #ifdef cl_khr_fp64 10 #pragma OPENCL EXTENSION cl_khr_fp64 : enable 16 #endif // ifdef cl_khr_fp64
|
D | fmax.inc | 8 #ifdef cl_khr_fp64 10 #pragma OPENCL EXTENSION cl_khr_fp64 : enable 16 #endif // ifdef cl_khr_fp64
|
D | ep_log.h | 23 #ifdef cl_khr_fp64 25 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
|
D | exp_helper.h | 24 #ifdef cl_khr_fp64 26 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
|
D | nextafter.cl | 6 #ifdef cl_khr_fp64 8 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
|
D | sincos_helpers.h | 30 #ifdef cl_khr_fp64 32 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
|
D | unary_builtin.inc | 10 #ifdef cl_khr_fp64 12 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
|
D | rsqrt.cl | 12 #ifdef cl_khr_fp64 14 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
|
D | copysign.cl | 6 #ifdef cl_khr_fp64 8 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
|
D | fmin.cl | 7 #ifdef cl_khr_fp64 9 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
|
D | fmax.cl | 7 #ifdef cl_khr_fp64 9 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
|
/external/llvm-project/clang/test/CodeGenOpenCL/ |
D | printf.cl | 1 // 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/ |
D | clc_ldexp.h | 3 #ifdef cl_khr_fp64 4 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
|
/external/llvm-project/clang/test/Misc/ |
D | r600.languageOptsOpenCL.cl | 95 #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/ |
D | clc.h | 7 #ifdef cl_khr_fp64 8 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
|
/external/llvm-project/libclc/ptx/lib/math/ |
D | nextafter.cl | 7 #ifdef cl_khr_fp64 8 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
|
/external/llvm-project/libclc/r600/lib/math/ |
D | rsqrt.cl | 12 #ifdef cl_khr_fp64 14 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
|
/external/llvm-project/libclc/amdgpu/lib/math/ |
D | nextafter.cl | 7 #ifdef cl_khr_fp64 8 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
|
/external/llvm-project/libclc/generic/lib/common/ |
D | sign.cl | 21 #ifdef cl_khr_fp64 23 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
|
12345678