Home
last modified time | relevance | path

Searched defs:mid (Results 1 – 25 of 256) sorted by relevance

1234567891011

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dleft_shift.cc96 T mid = *(input2 + i); in SpecialCompute() local
107 T mid = *(input2 + i); in SpecialCompute() local
117 T mid = *input2; in SpecialCompute() local
178 T mid = *(input_1 + bcast.GetBroadcastYIndex(i)); in BcastCompute() local
196 T mid = *(input_1 + bcast.GetBroadcastYIndex(i)); in BcastCompute() local
Dupper_bound.cc114 int64_t mid; in UpperBoundCompute() local
136 int64_t mid; in UpperBoundCompute() local
Dlower_bound.cc118 int64_t mid = (low + up) / 2; in LowerBoundCompute() local
139 int64_t mid = (low + up) / 2; in LowerBoundCompute() local
/third_party/skia/third_party/externals/freetype/src/pfr/
Dpfrcmap.c79 FT_UInt mid; in pfr_cmap_char_index() local
109 FT_UInt mid; in pfr_cmap_char_next() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dupper_bound_lower_bound_impl.cu29 int64_t mid = (low + up) / 2; in CalUpperBoundKernel() local
48 int64_t mid = (low + up) / 2; in CalLowerBoundKernel() local
/third_party/toybox/toys/pending/
Dipcrm.c29 GLOBALS( in GLOBALS()
/third_party/skia/tests/
DPathOpsDLineTest.cpp30 SkDPoint mid = line.ptAtT(.5); in DEF_TEST() local
/third_party/skia/tools/sk_app/unix/
Dkeysym2ucs.c822 int mid; in keysym2ucs() local
/third_party/glfw/src/
Dxkb_unicode.c913 int mid; in _glfwKeySym2Unicode() local
/third_party/lzma/CPP/Common/
DMyVector.h290 const unsigned mid = (left + right) / 2; in FindInSorted() local
307 const unsigned mid = (left + right) / 2; in FindInSorted2() local
336 const unsigned mid = (left + right) / 2; in AddToUniqueSorted() local
355 const unsigned mid = (left + right) / 2; in AddToUniqueSorted2() local
641 const unsigned mid = (left + right) / 2; in FindInSorted() local
660 const unsigned mid = (left + right) / 2; in AddToUniqueSorted() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_conditionaljumptracker.cpp52 vector<r600_bytecode_cf *> mid; member
178 void LoopFrame::fixup_mid(UNUSED r600_bytecode_cf *mid) in fixup_mid()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/
Drandom_sharpness_op.cc35 float mid = (end_degree_ + start_degree_) / 2; in Compute() local
/third_party/lzma/CPP/7zip/Common/
DFilePathAutoRename.cpp39 UInt32 mid = (left + right) / 2; in AutoRenamePath() local
DUniqBlocks.cpp14 const unsigned mid = (unsigned)(((size_t)left + (size_t)right) / 2); in AddUniq() local
/third_party/skia/docs/examples/
Dpong2.cpp6 SkScalar ends, SkScalar mid) { in PingPong()
Dpong.cpp6 SkScalar ends, SkScalar mid) { in PingPong()
/third_party/skia/third_party/externals/freetype/src/psnames/
Dpstables.h4163 int mid = ( min + max ) >> 1; in ft_get_adobe_glyph_index() local
/third_party/ffmpeg/libavcodec/
Dqsv.c267 QSVMid *mid = &ctx->mids[i]; in ff_qsv_find_surface_idx() local
503 QSVMid *mid = &mids[i]; in qsv_create_mids() local
644 static mfxStatus qsv_frame_lock(mfxHDL pthis, mfxMemId mid, mfxFrameData *ptr) in qsv_frame_lock()
701 static mfxStatus qsv_frame_unlock(mfxHDL pthis, mfxMemId mid, mfxFrameData *ptr) in qsv_frame_unlock()
711 static mfxStatus qsv_frame_get_hdl(mfxHDL pthis, mfxMemId mid, mfxHDL *hdl) in qsv_frame_get_hdl()
/third_party/lzma/CPP/7zip/Archive/Common/
DMultiStream.cpp17 unsigned left = 0, mid = _streamIndex, right = Streams.Size(); in Z7_COM7F_IMF() local
/third_party/lzma/CPP/7zip/UI/FileManager/
DSysIconUtils.cpp135 const unsigned mid = (left + right) / 2; in FindInSorted_Attrib() local
153 const unsigned mid = (left + right) / 2; in FindInSorted_Ext() local
/third_party/icu/icu4c/source/test/intltest/
Dtzbdtest.cpp85 UDate mid = (min + max) / 2; in findDaylightBoundaryUsingDate() local
135 UDate mid = (min + max) / 2; in findDaylightBoundaryUsingTimeZone() local
396 UDate mid = (min + max) / 2; in testUsingBinarySearch() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
DTimeZoneBoundaryTest.java80 long mid = (min + max) >> 1; in findDaylightBoundaryUsingDate() local
174 long mid = (min + max) >> 1; in findDaylightBoundaryUsingTimeZone() local
674 long mid = (min + max) >> 1; in _testUsingBinarySearch() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneBoundaryTest.java77 long mid = (min + max) >> 1; in findDaylightBoundaryUsingDate() local
171 long mid = (min + max) >> 1; in findDaylightBoundaryUsingTimeZone() local
671 long mid = (min + max) >> 1; in _testUsingBinarySearch() local
/third_party/skia/src/pathops/
DSkOpSegment.h198 SkDPoint dPtAtT(double mid) const { in dPtAtT()
202 SkDVector dSlopeAtT(double mid) const { in dSlopeAtT()
312 SkPoint ptAtT(double mid) const { in ptAtT()
/third_party/skia/tools/timer/
DTimeUtils.h41 float mid) { in PingPong()

1234567891011