/external/OpenCL-CTS/test_conformance/basic/ |
D | test_explicit_s2v.cpp | 29 #define DECLARE_S2V_IDENT_KERNEL(srctype,dsttype,size) \ argument 30 "__kernel void test_conversion(__global " srctype " *sourceValues, __global " dsttype #size " *dest… 33 " " srctype " src = sourceValues[tid];\n" \ 39 #define DECLARE_S2V_IDENT_KERNELS(srctype,dsttype) \ argument 41 DECLARE_S2V_IDENT_KERNEL(srctype,#dsttype,2), \ 42 DECLARE_S2V_IDENT_KERNEL(srctype,#dsttype,4), \ 43 DECLARE_S2V_IDENT_KERNEL(srctype,#dsttype,8), \ 44 DECLARE_S2V_IDENT_KERNEL(srctype,#dsttype,16) \ 51 #define DECLARE_S2V_IDENT_KERNELS_SET(srctype) \ argument 53 DECLARE_S2V_IDENT_KERNELS(#srctype,bool), \ [all …]
|
/external/libcups/scheduler/ |
D | cupsfilter.c | 70 static int exec_filters(mime_type_t *srctype, 99 char *srctype, /* Source type */ in main() local 136 srctype = NULL; in main() 235 srctype = argv[i]; in main() 347 if (!infile && !srctype) in main() 395 if (srctype) in main() 398 sscanf(srctype, "%15[^/]/%255s", super, type); in main() 911 exec_filters(mime_type_t *srctype, /* I - Source type */ in exec_filters() argument 996 srctype->super, srctype->type); in exec_filters()
|
/external/OpenCL-CTS/test_conformance/select/ |
D | test_select.cpp | 169 static cl_program makeSelectProgram(cl_kernel *kernel_ptr, const cl_context context, Type srctype, … in makeSelectProgram() argument 240 if (srctype == kdouble) in makeSelectProgram() 247 strncpy(stypename, type_name[srctype], sizeof(stypename)); in makeSelectProgram() 253 strncpy(stypename, type_name[srctype], sizeof(stypename)); in makeSelectProgram() 262 snprintf(stypename,sizeof(stypename), "%s%d", type_name[srctype],(int)vec_len); in makeSelectProgram()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | cast_op.cc | 226 #define REGISTER_CAST_GPU(srctype, dsttype) \ argument 228 .TypeConstraint<srctype>("SrcT") \
|
/external/python/cffi/cffi/ |
D | model.py | 586 def global_cache(srctype, ffi, funcname, *args, **kwds): argument 596 raise NotImplementedError("%s: %r: %s" % (funcname, srctype, e))
|
/external/libpcap/ |
D | pcap.c | 2770 int srctype; local 2791 if (pcap_parsesrcstr(device, &srctype, host, port, name, errbuf)) 2794 if (srctype == PCAP_SRC_IFREMOTE) { 2805 if (srctype == PCAP_SRC_FILE) { 2809 if (srctype == PCAP_SRC_IFLOCAL) {
|
/external/libcups/cups/ |
D | ppd.c | 3364 srctype[256], in ppd_update_filters() local 3404 srcsuper, srctype, dstsuper, dsttype, &cost, program) != 6) in ppd_update_filters() 3414 srcsuper, srctype, dstsuper, dsttype, cost, program)); in ppd_update_filters() 3435 snprintf(buffer, sizeof(buffer), "%s/%s %d %s", srcsuper, srctype, cost, in ppd_update_filters()
|
/external/python/pybind11/include/pybind11/ |
D | cast.h | 673 PyTypeObject *srctype = Py_TYPE(src.ptr()); in load_impl() local 677 if (srctype == typeinfo->type) { in load_impl() 682 else if (PyType_IsSubtype(srctype, typeinfo->type)) { in load_impl() 683 auto &bases = all_type_info(srctype); in load_impl()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | arm_mve.td | 1534 // [srctype for srctype in T.All if srctype != desttype] 1535 let params = !foldl([]<Type>, T.All, tlist, srctype, !listconcat(tlist, 1536 !if(!eq(!cast<string>(desttype),!cast<string>(srctype)),[],[srctype])))
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.td | 133 class TYPE_ALU_JMP<bits<4> op, bits<1> srctype, 138 let Inst{59} = srctype;
|
/external/llvm-project/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.td | 133 class TYPE_ALU_JMP<bits<4> op, bits<1> srctype, 138 let Inst{59} = srctype;
|
/external/mesa3d/docs/relnotes/ |
D | 20.2.0.rst | 3422 - intel/tools: Drop srctype from ipreg
|