/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_wide_line.c | 61 float *pos0 = v0->data[pos]; in wideline_line() local 66 const float dx = fabsf(pos0[0] - pos2[0]); in wideline_line() 67 const float dy = fabsf(pos0[1] - pos2[1]); in wideline_line() 83 pos0[1] = pos0[1] - half_width - bias; in wideline_line() 88 if (pos0[0] < pos2[0]) { in wideline_line() 90 pos0[0] -= 0.5f; in wideline_line() 97 pos0[0] += 0.5f; in wideline_line() 106 pos0[0] = pos0[0] - half_width + bias; in wideline_line() 111 if (pos0[1] < pos2[1]) { in wideline_line() 113 pos0[1] -= 0.5f; in wideline_line() [all …]
|
D | draw_pipe_stipple.c | 127 const float *pos0 = v0->data[pos]; in stipple_line() local 132 float x0 = pos0[0]; in stipple_line() 134 float y0 = pos0[1]; in stipple_line()
|
D | draw_pipe_wide_point.c | 141 float *pos0 = v0->data[pos]; in widepoint_point() local 160 pos0[0] += left_adj; in widepoint_point() 161 pos0[1] += top_adj; in widepoint_point()
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | ParsingPrimitivesWrappers.cs | 167 int pos0 = state.bufferPos; in ReadUInt32Wrapper() 176 state.bufferPos = pos0; in ReadUInt32Wrapper() 183 state.bufferPos = pos0; in ReadUInt32Wrapper() 190 state.bufferPos = pos0; in ReadUInt32Wrapper() 239 int pos0 = state.bufferPos; in ReadUInt64Wrapper() 248 state.bufferPos = pos0; in ReadUInt64Wrapper() 254 state.bufferPos = pos0; in ReadUInt64Wrapper() 261 state.bufferPos = pos0; in ReadUInt64Wrapper()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | VertexPipeline.cpp | 109 Vector4f pos0; in transformBlend() local 112 pos0 = transform(src, matrix, index0, homogeneous); in transformBlend() 115 dst.x = pos0.x * weight0 + pos1.x * weight1; // FIXME: Vector4f operators in transformBlend() 116 dst.y = pos0.y * weight0 + pos1.y * weight1; in transformBlend() 117 dst.z = pos0.z * weight0 + pos1.z * weight1; in transformBlend() 118 dst.w = pos0.w * weight0 + pos1.w * weight1; in transformBlend() 124 Vector4f pos0; in transformBlend() local 128 pos0 = transform(src, matrix, index0, homogeneous); in transformBlend() 132 dst.x = pos0.x * weight0 + pos1.x * weight1 + pos2.x * weight2; in transformBlend() 133 dst.y = pos0.y * weight0 + pos1.y * weight1 + pos2.y * weight2; in transformBlend() [all …]
|
/third_party/gettext/gettext-tools/src/ |
D | x-awk.c | 579 bool pos0 = true; /* true at start of regexp */ in x_awk_lex() local 607 if (pos0) in x_awk_lex() 609 pos0 = false; in x_awk_lex() 639 pos0 = false; in x_awk_lex()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/ |
D | resize_nearest_neighbor_cpu_kernel.cc | 91 size_t pos0 = i / (channel_ * out_height_ * out_width_) % batch_size_; in LaunchKernel() local 102 …pos0 * channel_ * in_height_ * in_width_ + pos1 * in_height_ * in_width_ + in_y * in_width_ + in_x; in LaunchKernel()
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_pyparse.py | 81 pos0, pos = 33, 42 # Start of 'class...', ' def' lines. 102 eq(start(is_char_in_string=lambda index: index >= pos), pos0) 116 eq(start(is_char_in_string=lambda index: index >= pos), pos0)
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | dtitvfmt.cpp | 1302 … UnicodeString& pat0, FieldPosition& pos0, // pattern and pos corresponding to {0} in adjustPosition() argument 1312 if (pos0.getEndIndex() > 0) { in adjustPosition() 1313 posResult.setBeginIndex(pos0.getBeginIndex() + index0); in adjustPosition() 1314 posResult.setEndIndex(pos0.getEndIndex() + index0); in adjustPosition() 1325 } else if (pos0.getEndIndex() > 0) { in adjustPosition() 1328 posResult.setBeginIndex(pos0.getBeginIndex() + index0); in adjustPosition() 1329 posResult.setEndIndex(pos0.getEndIndex() + index0); in adjustPosition()
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp16/ |
D | arithmetic_compare_fp16.cc | 114 int pos0 = param_->in_shape0_[dim] == 1 ? 0 : i; in BroadcastRun() local 116 …int ret = BroadcastRun(input0 + pos0 * param_->in_strides0_[dim], input1 + pos1 * param_->in_strid… in BroadcastRun()
|
/third_party/flutter/skia/tools/viewer/ |
D | TouchGesture.cpp | 188 static SkScalar center(float pos0, float pos1) { in center() argument 189 return (pos0 + pos1) * 0.5f; in center()
|
/third_party/skia/tools/viewer/ |
D | TouchGesture.cpp | 188 static SkScalar center(float pos0, float pos1) { in center() argument 189 return (pos0 + pos1) * 0.5f; in center()
|
/third_party/python/Lib/test/ |
D | audiotests.py | 285 pos0 = f.tell() 286 self.assertEqual(pos0, 0) 293 f.setpos(pos0)
|
/third_party/ffmpeg/libswscale/x86/ |
D | scale.asm | 53 cglobal hscale%1to%2_%4, %5, 7, %6, pos0, dst, w, src, filter, fltpos, pos1 55 cglobal hscale%1to%2_%4, %5, 10, %6, pos0, dst, w, srcmem, filter, fltpos, fltsize
|
/third_party/ffmpeg/libavcodec/ |
D | amrwbdec.c | 385 int pos0 = BIT_STR(code, m, m) + off; in decode_2p_track() local 388 out[0] = BIT_POS(code, 2*m) ? -pos0 : pos0; in decode_2p_track() 390 out[1] = pos0 > pos1 ? -out[1] : out[1]; in decode_2p_track()
|
/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | get_turn_info_for_endpoint.hpp | 535 turn_position pos0, turn_position pos1, in assign() 549 tp.operations[0].position = pos0; in assign()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | dtitvfmt.h | 685 UnicodeString& pat0, FieldPosition& pos0, // pattern and pos corresponding to {0}
|
/third_party/ffmpeg/libavfilter/ |
D | avf_showspectrum.c | 964 float pos0 = bin_pos(yy+0, h, inlink->sample_rate); in plot_channel_log() local 966 float delta = pos1 - pos0; in plot_channel_log() 971 for (float j = pos0; j < pos1 && y + j - pos0 < h; j++) { in plot_channel_log() 972 float row = (s->mode == COMBINED) ? y + j - pos0 : ch * h + y + j - pos0; in plot_channel_log() 974 float lerpfrac = (j - pos0) / delta; in plot_channel_log()
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.3.3.rst | 173 - aco: set vm for pos0 exports on GFX10
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
D | CalendarRegressionTest.java | 2412 ParsePosition pos0 = new ParsePosition(0); 2413 /* Date d0 = */ sdf0.parse("-September", pos0); 2414 logln("sdf0: " + pos0.getErrorIndex() + "/" + pos0.getIndex()); 2415 assertTrue("Fail: failed a good test", pos0.getErrorIndex() == -1);
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | CalendarRegressionTest.java | 2409 ParsePosition pos0 = new ParsePosition(0); 2410 /* Date d0 = */ sdf0.parse("-September", pos0); 2411 logln("sdf0: " + pos0.getErrorIndex() + "/" + pos0.getIndex()); 2412 assertTrue("Fail: failed a good test", pos0.getErrorIndex() == -1);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingComplexControlFlowTests.cpp | 992 deUint32 pos0 = 0; in iterate() local 1003 css << std::setw(6) << bufferPtr[pos0++] << ' '; in iterate()
|
/third_party/mesa3d/src/imgui/ |
D | imgui_draw.cpp | 1166 void ImDrawList::AddBezierCurve(const ImVec2& pos0, const ImVec2& cp0, const ImVec2& cp1, const ImV… in AddBezierCurve() argument 1171 PathLineTo(pos0); in AddBezierCurve()
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui_draw.cpp | 1159 void ImDrawList::AddBezierCurve(const ImVec2& pos0, const ImVec2& cp0, const ImVec2& cp1, const ImV… in AddBezierCurve() argument 1164 PathLineTo(pos0); in AddBezierCurve()
|
D | imgui_widgets.cpp | 5309 ImVec2 pos0 = ImLerp(inner_bb.Min, inner_bb.Max, tp0); in PlotEx() local 5313 window->DrawList->AddLine(pos0, pos1, v_hovered == v1_idx ? col_hovered : col_base); in PlotEx() 5317 if (pos1.x >= pos0.x + 2.0f) in PlotEx() 5319 … window->DrawList->AddRectFilled(pos0, pos1, v_hovered == v1_idx ? col_hovered : col_base); in PlotEx()
|