/external/mesa3d/src/mesa/math/ |
D | m_debug_norm.c | 196 static int test_norm_function( normal_func func, int mtype, long *cycles ) in test_norm_function() argument 216 scale = 1.0F + rnd () * norm_scale_types[mtype]; in test_norm_function() 220 switch ( norm_templates[mtype][i * 4 + j] ) { in test_norm_function() 277 if ( norm_normalize_types[mtype] == 0 ) { in test_norm_function() 311 if ( norm_normalize_types[mtype] != 0 ) { in test_norm_function() 336 int mtype; in _math_test_all_normal_transform_functions() local 357 for ( mtype = 0 ; mtype < 8 ; mtype++ ) { in _math_test_all_normal_transform_functions() 358 normal_func func = _mesa_normal_tab[norm_types[mtype]]; in _math_test_all_normal_transform_functions() 359 long *cycles = &benchmark_tab[mtype]; in _math_test_all_normal_transform_functions() 361 if ( test_norm_function( func, mtype, cycles ) == 0 ) { in _math_test_all_normal_transform_functions() [all …]
|
D | m_debug_xform.c | 169 int mtype, unsigned long *cycles ) in test_transform_function() argument 187 mat->type = mtypes[mtype]; in test_transform_function() 196 switch ( templates[mtype][i * 4 + j] ) { in test_transform_function() 282 int psize, mtype; in _math_test_all_transform_functions() local 311 for ( mtype = 0 ; mtype < 7 ; mtype++ ) { in _math_test_all_transform_functions() 313 transform_func func = _mesa_transform_tab[psize][mtypes[mtype]]; in _math_test_all_transform_functions() 314 unsigned long *cycles = &(benchmark_tab[psize-1][mtype]); in _math_test_all_transform_functions() 316 if ( test_transform_function( func, psize, mtype, cycles ) == 0 ) { in _math_test_all_transform_functions() 319 psize, mstrings[mtype], description ); in _math_test_all_transform_functions() 324 printf(" %li\t", benchmark_tab[psize-1][mtype] ); in _math_test_all_transform_functions() [all …]
|
/external/strace/tests/ |
D | ipc_msgbuf.c | 44 const long mtype = 0xdefaced; in main() local 46 kernel_long_t mtype; in main() member 49 .mtype = mtype, in main() 57 if (msgrcv(msqid, &msg, msgsz, mtype, 0) != msgsz) in main()
|
/external/tcpdump/ |
D | print-tipc.c | 165 u_int mtype; in print_payload() local 181 mtype = TIPC_MTYPE(w1); in print_payload() 192 tok2str(tipcmtype_values, "Unknown", mtype))); in print_payload() 205 tok2str(tipcmtype_values, "Unknown", mtype))); in print_payload() 230 u_int mtype; in print_internal() local 251 mtype = TIPC_MTYPE(w1); in print_internal() 260 tok2str(tipcmtype_values, "Unknown", mtype), w1)); in print_internal() 298 u_int mtype; in print_link_conf() local 311 mtype = TIPC_MTYPE(w1); in print_link_conf() 321 tok2str(tipc_linkconf_mtype_values, "Unknown", mtype))); in print_link_conf()
|
/external/skia/src/core/ |
D | SkTextMapStateProc.h | 23 unsigned mtype = fMatrix.getType(); in SkTextMapStateProc() local 24 if (mtype & (SkMatrix::kAffine_Mask | SkMatrix::kPerspective_Mask)) { in SkTextMapStateProc() 32 if (mtype & SkMatrix::kScale_Mask) { in SkTextMapStateProc()
|
D | SkFindAndPlaceGlyph.h | 591 uint32_t mtype = matrix.getType(); 601 && mtype <= SkMatrix::kTranslate_Mask) { 631 if (mtype & (SkMatrix::kAffine_Mask | SkMatrix::kPerspective_Mask) 634 } else if (mtype & SkMatrix::kScale_Mask) {
|
D | SkGlyphCache.cpp | 177 SkGlyph* SkGlyphCache::allocateNewGlyph(PackedGlyphID packedGlyphID, MetricsType mtype) { in allocateNewGlyph() argument 187 if (kJustAdvance_MetricsType == mtype) { in allocateNewGlyph() 190 SkASSERT(kFull_MetricsType == mtype); in allocateNewGlyph()
|
/external/strace/ |
D | print_msgbuf.c | 46 tprintf("{%lu, ", (long) msg.mtype); in MPERS_PRINTER_DECL() 47 printstr(tcp, addr + sizeof(msg.mtype), count); in MPERS_PRINTER_DECL()
|
/external/kernel-headers/original/uapi/scsi/ |
D | scsi_netlink.h | 113 #define INIT_SCSI_NL_HDR(hdr, t, mtype, mlen) \ argument 118 (hdr)->msgtype = mtype; \
|
/external/v8/src/wasm/ |
D | asm-wasm-builder.cc | 500 MachineType mtype; in VisitProperty() local 503 mtype = MachineType::Uint8(); in VisitProperty() 506 mtype = MachineType::Int8(); in VisitProperty() 509 mtype = MachineType::Uint16(); in VisitProperty() 512 mtype = MachineType::Int16(); in VisitProperty() 515 mtype = MachineType::Uint32(); in VisitProperty() 518 mtype = MachineType::Int32(); in VisitProperty() 521 mtype = MachineType::Uint32(); in VisitProperty() 524 mtype = MachineType::Float32(); in VisitProperty() 527 mtype = MachineType::Float64(); in VisitProperty() [all …]
|
/external/autotest/client/cros/ |
D | power_status.py | 1359 def calc(self, mtype=None): argument 1377 if not mtype: 1378 mtype = 'meas' 1425 keyvals[prefix + '_' + mtype] = meas_mean 1426 keyvals[prefix + '_' + mtype + '_cnt'] = meas_array.size 1427 keyvals[prefix + '_' + mtype + '_max'] = meas_array.max() 1428 keyvals[prefix + '_' + mtype + '_min'] = meas_array.min() 1429 keyvals[prefix + '_' + mtype + '_std'] = meas_std 1461 def calc(self, mtype='pwr'): argument 1462 return super(PowerLogger, self).calc(mtype) [all …]
|
/external/opencv3/modules/core/src/ |
D | matrix.cpp | 2124 void _OutputArray::create(Size _sz, int mtype, int i, bool allowTransposed, int fixedDepthMask) con… in create() argument 2130 CV_Assert(!fixedType() || ((Mat*)obj)->type() == mtype); in create() 2131 ((Mat*)obj)->create(_sz, mtype); in create() 2137 CV_Assert(!fixedType() || ((UMat*)obj)->type() == mtype); in create() 2138 ((UMat*)obj)->create(_sz, mtype); in create() 2144 CV_Assert(!fixedType() || ((cuda::GpuMat*)obj)->type() == mtype); in create() 2145 ((cuda::GpuMat*)obj)->create(_sz, mtype); in create() 2151 CV_Assert(!fixedType() || ((ogl::Buffer*)obj)->type() == mtype); in create() 2152 ((ogl::Buffer*)obj)->create(_sz, mtype); in create() 2158 CV_Assert(!fixedType() || ((cuda::HostMem*)obj)->type() == mtype); in create() [all …]
|
D | umatrix.cpp | 671 int cn = channels(), mtype = _mask.type(), mdepth = CV_MAT_DEPTH(mtype), mcn = CV_MAT_CN(mtype); in copyTo() local
|
D | matmul.cpp | 1953 int mtype = depth == CV_32S || depth == CV_64F ? CV_64F : CV_32F; in transform() local 1957 if( !m.isContinuous() || m.type() != mtype || m.cols != scn + 1 ) in transform() 1961 Mat tmp(dcn, scn+1, mtype, mbuf); in transform() 1964 m.convertTo(tmp, mtype); in transform() 1968 m.convertTo(tmppart, mtype); in transform() 1978 double eps = mtype == CV_32F ? FLT_EPSILON : DBL_EPSILON; in transform() 1983 if( mtype == CV_32F ) in transform() 1995 double v = mtype == CV_32F ? m.at<float>(i, j) : m.at<double>(i, j); in transform() 2131 const int mtype = CV_64F; in perspectiveTransform() local 2135 if( !m.isContinuous() || m.type() != mtype ) in perspectiveTransform() [all …]
|
/external/webrtc/third_party/winsdk_samples/ |
D | BUILD.gn | 40 "$baseclasses_dir/mtype.cpp", 41 "$baseclasses_dir/mtype.h",
|
D | winsdk_samples.gyp | 46 '<(baseclasses_dir)/mtype.cpp', 47 '<(baseclasses_dir)/mtype.h',
|
/external/libnfc-nxp/src/ |
D | phDal4Nfc_messageQueueLib.h | 40 long mtype; member
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/services/ |
D | service.py | 56 label, mtype = type.split('=') 57 t = (key, mtype)
|
/external/kernel-headers/original/uapi/linux/ |
D | msg.h | 37 __kernel_long_t mtype; /* type of message */ member
|
/external/v8/test/cctest/compiler/ |
D | c-signature.h | 39 #define DECLARE_TEMPLATE_SPECIALIZATION(ctype, mtype) \ argument 42 return mtype; \
|
/external/skia/src/views/ |
D | SkEvent.cpp | 193 SkMetaData::Type mtype; in dump() local 197 while ((name = iter.next(&mtype, &count)) != nullptr) in dump() 202 switch (mtype) { in dump()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/ |
D | s3put | 201 mtype = mimetypes.guess_type(keyname)[0] or 'application/octet-stream' 202 headers.update({'Content-Type': mtype})
|
/external/libnfc-nxp/Linux_x86/ |
D | phOsalNfc_Timer.c | 145 wrapper.mtype = 1; in phOsalNfc_Timer_Expired()
|
/external/blktrace/ |
D | blkiomon.c | 57 long mtype; member 231 dstat->msg.mtype = msg_id; in blkiomon_output_msg_q()
|
/external/opencv3/modules/imgproc/src/ |
D | templmatch.cpp | 826 int mtype = img.type(), mdepth = CV_MAT_DEPTH(type), mcn = CV_MAT_CN(mtype); in matchTemplateMask() local 845 mtype = CV_MAKETYPE(CV_32F, mcn); in matchTemplateMask() 847 mask.convertTo(mask, mtype, 1.0 / 255); in matchTemplateMask()
|