| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/ |
| D | left_shift.cc | 96 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
|
| D | upper_bound.cc | 114 int64_t mid; in UpperBoundCompute() local 136 int64_t mid; in UpperBoundCompute() local
|
| D | lower_bound.cc | 118 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/ |
| D | pfrcmap.c | 79 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/ |
| D | upper_bound_lower_bound_impl.cu | 29 int64_t mid = (low + up) / 2; in CalUpperBoundKernel() local 48 int64_t mid = (low + up) / 2; in CalLowerBoundKernel() local
|
| /third_party/toybox/toys/pending/ |
| D | ipcrm.c | 29 GLOBALS( in GLOBALS()
|
| /third_party/skia/tests/ |
| D | PathOpsDLineTest.cpp | 30 SkDPoint mid = line.ptAtT(.5); in DEF_TEST() local
|
| /third_party/skia/tools/sk_app/unix/ |
| D | keysym2ucs.c | 822 int mid; in keysym2ucs() local
|
| /third_party/glfw/src/ |
| D | xkb_unicode.c | 913 int mid; in _glfwKeySym2Unicode() local
|
| /third_party/lzma/CPP/Common/ |
| D | MyVector.h | 290 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/ |
| D | sfn_conditionaljumptracker.cpp | 52 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/ |
| D | random_sharpness_op.cc | 35 float mid = (end_degree_ + start_degree_) / 2; in Compute() local
|
| /third_party/lzma/CPP/7zip/Common/ |
| D | FilePathAutoRename.cpp | 39 UInt32 mid = (left + right) / 2; in AutoRenamePath() local
|
| D | UniqBlocks.cpp | 14 const unsigned mid = (unsigned)(((size_t)left + (size_t)right) / 2); in AddUniq() local
|
| /third_party/skia/docs/examples/ |
| D | pong2.cpp | 6 SkScalar ends, SkScalar mid) { in PingPong()
|
| D | pong.cpp | 6 SkScalar ends, SkScalar mid) { in PingPong()
|
| /third_party/skia/third_party/externals/freetype/src/psnames/ |
| D | pstables.h | 4163 int mid = ( min + max ) >> 1; in ft_get_adobe_glyph_index() local
|
| /third_party/ffmpeg/libavcodec/ |
| D | qsv.c | 267 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/ |
| D | MultiStream.cpp | 17 unsigned left = 0, mid = _streamIndex, right = Streams.Size(); in Z7_COM7F_IMF() local
|
| /third_party/lzma/CPP/7zip/UI/FileManager/ |
| D | SysIconUtils.cpp | 135 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/ |
| D | tzbdtest.cpp | 85 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/ |
| D | TimeZoneBoundaryTest.java | 80 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/ |
| D | TimeZoneBoundaryTest.java | 77 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/ |
| D | SkOpSegment.h | 198 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/ |
| D | TimeUtils.h | 41 float mid) { in PingPong()
|