HomeSort by: relevance | last modified time | path
    Searched refs:__constant (Results 1 - 20 of 20) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.opencl/
convs_casts.cl 20 __constant int opencl_version = __OPENCL_VERSION__;
24 __constant int have_cl_khr_fp64 = 1;
26 __constant int have_cl_khr_fp64 = 0;
31 __constant int have_cl_khr_fp16 = 1;
33 __constant int have_cl_khr_fp16 = 0;
vec_comps.cl 20 __constant int opencl_version = __OPENCL_VERSION__;
24 __constant int have_cl_khr_fp64 = 1;
26 __constant int have_cl_khr_fp64 = 0;
31 __constant int have_cl_khr_fp16 = 1;
33 __constant int have_cl_khr_fp16 = 0;
operators.cl 20 __constant int opencl_version = __OPENCL_VERSION__;
24 __constant int have_cl_khr_fp64 = 1;
26 __constant int have_cl_khr_fp64 = 0;
31 __constant int have_cl_khr_fp16 = 1;
33 __constant int have_cl_khr_fp16 = 0;
datatypes.cl 20 __constant int opencl_version = __OPENCL_VERSION__;
24 __constant int have_cl_khr_fp64 = 1;
26 __constant int have_cl_khr_fp64 = 0;
31 __constant int have_cl_khr_fp16 = 1;
33 __constant int have_cl_khr_fp16 = 0;
callfuncs.cl 20 __constant int opencl_version = __OPENCL_VERSION__;
24 __constant int have_cl_khr_fp64 = 1;
26 __constant int have_cl_khr_fp64 = 0;
31 __constant int have_cl_khr_fp16 = 1;
33 __constant int have_cl_khr_fp16 = 0;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.opencl/
convs_casts.cl 20 __constant int opencl_version = __OPENCL_VERSION__;
24 __constant int have_cl_khr_fp64 = 1;
26 __constant int have_cl_khr_fp64 = 0;
31 __constant int have_cl_khr_fp16 = 1;
33 __constant int have_cl_khr_fp16 = 0;
vec_comps.cl 20 __constant int opencl_version = __OPENCL_VERSION__;
24 __constant int have_cl_khr_fp64 = 1;
26 __constant int have_cl_khr_fp64 = 0;
31 __constant int have_cl_khr_fp16 = 1;
33 __constant int have_cl_khr_fp16 = 0;
operators.cl 20 __constant int opencl_version = __OPENCL_VERSION__;
24 __constant int have_cl_khr_fp64 = 1;
26 __constant int have_cl_khr_fp64 = 0;
31 __constant int have_cl_khr_fp16 = 1;
33 __constant int have_cl_khr_fp16 = 0;
datatypes.cl 20 __constant int opencl_version = __OPENCL_VERSION__;
24 __constant int have_cl_khr_fp64 = 1;
26 __constant int have_cl_khr_fp64 = 0;
31 __constant int have_cl_khr_fp16 = 1;
33 __constant int have_cl_khr_fp16 = 0;
callfuncs.cl 20 __constant int opencl_version = __OPENCL_VERSION__;
24 __constant int have_cl_khr_fp64 = 1;
26 __constant int have_cl_khr_fp64 = 0;
31 __constant int have_cl_khr_fp16 = 1;
33 __constant int have_cl_khr_fp16 = 0;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
safe_unordered_base.h 58 * by @p __seq. @p __constant is true when we are initializing a
64 _Safe_local_iterator_base(const _Safe_sequence_base* __seq, bool __constant)
65 { this->_M_attach(const_cast<_Safe_sequence_base*>(__seq), __constant); } local
68 @p __x does. @p __constant is true if this is a constant
71 bool __constant)
72 { this->_M_attach(__x._M_sequence, __constant); }
85 _M_attach(_Safe_sequence_base* __seq, bool __constant);
89 _M_attach_single(_Safe_sequence_base* __seq, bool __constant) throw ();
169 _M_attach_local(_Safe_iterator_base* __it, bool __constant);
173 _M_attach_local_single(_Safe_iterator_base* __it, bool __constant) throw ()
    [all...]
safe_base.h 84 * by @p __seq. @p __constant is true when we are initializing a
91 _Safe_iterator_base(const _Safe_sequence_base* __seq, bool __constant)
95 this->_M_attach(const_cast<_Safe_sequence_base*>(__seq), __constant); local
99 @p __x does. @p __constant is true if this is a constant
102 _Safe_iterator_base(const _Safe_iterator_base& __x, bool __constant)
106 this->_M_attach(__x._M_sequence, __constant);
126 _M_attach(_Safe_sequence_base* __seq, bool __constant);
130 _M_attach_single(_Safe_sequence_base* __seq, bool __constant) throw ();
286 _M_attach(_Safe_iterator_base* __it, bool __constant);
290 _M_attach_single(_Safe_iterator_base* __it, bool __constant) throw ()
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
safe_unordered_base.h 58 * by @p __seq. @p __constant is true when we are initializing a
64 _Safe_local_iterator_base(const _Safe_sequence_base* __seq, bool __constant)
65 { this->_M_attach(const_cast<_Safe_sequence_base*>(__seq), __constant); } local
68 @p __x does. @p __constant is true if this is a constant
71 bool __constant)
72 { this->_M_attach(__x._M_sequence, __constant); }
85 _M_attach(_Safe_sequence_base* __seq, bool __constant);
89 _M_attach_single(_Safe_sequence_base* __seq, bool __constant) throw ();
169 _M_attach_local(_Safe_iterator_base* __it, bool __constant);
173 _M_attach_local_single(_Safe_iterator_base* __it, bool __constant) throw ()
    [all...]
safe_base.h 83 * by @p __seq. @p __constant is true when we are initializing a
89 _Safe_iterator_base(const _Safe_sequence_base* __seq, bool __constant)
91 { this->_M_attach(const_cast<_Safe_sequence_base*>(__seq), __constant); } local
94 @p __x does. @p __constant is true if this is a constant
96 _Safe_iterator_base(const _Safe_iterator_base& __x, bool __constant)
98 { this->_M_attach(__x._M_sequence, __constant); }
112 _M_attach(_Safe_sequence_base* __seq, bool __constant);
116 _M_attach_single(_Safe_sequence_base* __seq, bool __constant) throw ();
262 _M_attach(_Safe_iterator_base* __it, bool __constant);
266 _M_attach_single(_Safe_iterator_base* __it, bool __constant) throw ()
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
debug.cc 388 _M_attach(_Safe_iterator_base* __it, bool __constant)
391 _M_attach_single(__it, __constant);
396 _M_attach_single(_Safe_iterator_base* __it, bool __constant) throw ()
399 __constant ? _M_const_iterators : _M_iterators;
429 _M_attach(_Safe_sequence_base* __seq, bool __constant)
438 _M_sequence->_M_attach(this, __constant);
446 _M_attach_single(_Safe_sequence_base* __seq, bool __constant) throw ()
455 _M_sequence->_M_attach_single(this, __constant);
524 _M_attach(_Safe_sequence_base* __cont, bool __constant)
533 _M_get_container()->_M_attach_local(this, __constant);
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
debug.cc 334 _M_attach(_Safe_iterator_base* __it, bool __constant)
337 _M_attach_single(__it, __constant);
342 _M_attach_single(_Safe_iterator_base* __it, bool __constant) throw ()
345 __constant ? _M_const_iterators : _M_iterators;
375 _M_attach(_Safe_sequence_base* __seq, bool __constant)
384 _M_sequence->_M_attach(this, __constant);
390 _M_attach_single(_Safe_sequence_base* __seq, bool __constant) throw ()
399 _M_sequence->_M_attach_single(this, __constant);
464 _M_attach(_Safe_sequence_base* __cont, bool __constant)
473 _M_get_container()->_M_attach_local(this, __constant);
    [all...]
  /src/external/apache2/llvm/dist/libcxx/src/
strstream.cpp 61 : __strmode_(__constant),
79 : __strmode_(__constant),
97 : __strmode_(__constant),
206 if (__strmode_ & __constant)
  /src/external/apache2/llvm/dist/clang/lib/Headers/
vecintrin.h 16 #define __constant(PARM) \ macro
1640 __constant(__mask) { function
1664 __constant(__first) __constant(__last) { function
1677 __constant(__first) __constant(__last) { function
1690 __constant(__first) __constant(__last) { function
1703 __constant(__first) __constant(__last) function
1807 __constant(__scalar) { function
1813 __constant(__scalar) { function
1819 __constant(__scalar) { function
1825 __constant(__scalar) { function
1833 __constant(__scalar) { function
1839 __constant(__scalar) { function
1845 __constant(__scalar) { function
1851 __constant(__scalar) { function
11083 #undef __constant macro
    [all...]
opencl-c-base.h 566 int printf(__constant const char* st, ...) __attribute__((format(printf, 1, 2)));
opencl-c.h 11191 char2 __ovld vload2(size_t offset, const __constant char *p);
11192 uchar2 __ovld vload2(size_t offset, const __constant uchar *p);
11193 short2 __ovld vload2(size_t offset, const __constant short *p);
11194 ushort2 __ovld vload2(size_t offset, const __constant ushort *p);
11195 int2 __ovld vload2(size_t offset, const __constant int *p);
11196 uint2 __ovld vload2(size_t offset, const __constant uint *p);
11197 long2 __ovld vload2(size_t offset, const __constant long *p);
11198 ulong2 __ovld vload2(size_t offset, const __constant ulong *p);
11199 float2 __ovld vload2(size_t offset, const __constant float *p);
11200 char3 __ovld vload3(size_t offset, const __constant char *p)
    [all...]

Completed in 48 milliseconds