Home
last modified time | relevance | path

Searched refs:end_x (Results 1 – 17 of 17) sorted by relevance

/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
D2008-09-02-VectorCrash.ll3 define void @entry(i32 %m_task_id, i32 %start_x, i32 %end_x, i32 %start_y, i32 %end_y) {
14 %5 = icmp slt i32 0, %end_x ; <i1> [#uses=1]
/external/llvm/test/Transforms/InstCombine/
D2008-09-02-VectorCrash.ll3 define void @entry(i32 %m_task_id, i32 %start_x, i32 %end_x, i32 %start_y, i32 %end_y) {
14 %5 = icmp slt i32 0, %end_x ; <i1> [#uses=1]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
D2008-09-02-VectorCrash.ll3 define void @entry(i32 %m_task_id, i32 %start_x, i32 %end_x, i32 %start_y, i32 %end_y) {
14 %5 = icmp slt i32 0, %end_x ; <i1> [#uses=1]
/external/pdfium/xfa/fxgraphics/
Dcxfa_graphics.cpp310 float end_x = m_info.fillColor.GetShading()->m_endPoint.x; in FillPathWithShading() local
319 float x_span = end_x - start_x; in FillPathWithShading()
350 float a = ((start_x - end_x) * (start_x - end_x)) + in FillPathWithShading()
358 float b = -2 * (((x - start_x) * (end_x - start_x)) + in FillPathWithShading()
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dkeypoint_detector.cc461 const int end_x = start_x + quadrant_width; in FindFastKeypoints() local
468 for (int img_x = start_x; img_x < end_x; ++img_x) { in FindFastKeypoints()
504 for (int img_x = start_x + 1; img_x < end_x - 1; ++img_x) { in FindFastKeypoints()
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dmmx-s2v.ll4 define void @entry(i32 %m_task_id, i32 %start_x, i32 %end_x) {; <label>:0
Dvfcmp.ll5 define void @t2(i32 %m_task_id, i32 %start_x, i32 %end_x) nounwind {
D2008-07-23-VSetCC.ll4 define void @entry(i32 %m_task_id, i32 %start_x, i32 %end_x) nounwind {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dvfcmp.ll5 define void @t2(i32 %m_task_id, i32 %start_x, i32 %end_x) nounwind {
D2008-07-23-VSetCC.ll4 define void @entry(i32 %m_task_id, i32 %start_x, i32 %end_x) nounwind {
/external/llvm/test/CodeGen/X86/
Dvfcmp.ll5 define void @t2(i32 %m_task_id, i32 %start_x, i32 %end_x) nounwind {
D2008-07-23-VSetCC.ll4 define void @entry(i32 %m_task_id, i32 %start_x, i32 %end_x) nounwind {
/external/autotest/client/site_tests/firmware_TouchMTB/
DtouchbotII_robot_wrapper.py485 start_x, start_y, end_x, end_y = line
489 start_x, start_y, end_x, end_y, speed, num_taps)
515 start_x, start_y, end_x, end_y = line
537 end_x, end_y, finger_angle, finger_spacing,
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp117 float end_x = pCoords->GetNumberAt(2); in DrawAxialShading() local
135 float x_span = end_x - start_x; in DrawAxialShading()
203 float end_x = pCoords->GetNumberAt(3); in DrawRadialShading() local
244 float a = ((start_x - end_x) * (start_x - end_x)) + in DrawRadialShading()
252 int length = (int)sqrt((((start_x - end_x) * (start_x - end_x)) + in DrawRadialShading()
264 float b = -2 * (((pos.x - start_x) * (end_x - start_x)) + in DrawRadialShading()
449 int end_x = max_x; in DrawGouraud() local
450 if (end_x > pBitmap->GetWidth()) in DrawGouraud()
451 end_x = pBitmap->GetWidth(); in DrawGouraud()
461 for (int x = start_x; x < end_x; x++) { in DrawGouraud()
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderRendering.cpp3417 int end_x = 0; in verify() local
3431 end_x = single_rt_width - 3; /* skip the corner */ in verify()
3446 end_x = start_x; in verify()
3461 end_x = single_rt_width - 6; /* skip the corners */ in verify()
3476 end_x = start_x; in verify()
3492 int dx = (end_x != start_x) ? 1 : 0; in verify()
3494 int n_pixels = (end_x - start_x) + (end_y - start_y); in verify()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Ddepthwiseconv_uint8_3x3_filter.h3280 static inline void Run(const uint8* input_data, int32 start_x, int32 end_x,
3303 for (; out_x <= (end_x - shuffle_params.output_width);
3361 const int32 output_leftover_width = end_x - out_x;
3629 int32 end_x = params.output_width;
3638 end_x = params.output_width - 1;
3662 conv_multirow_func(input_ptr, out_x, end_x, filter_data, bias_data,
3673 conv_multirow_func(input_ptr, out_x, end_x, filter_data, bias_data,
3683 conv_multirow_func(input_ptr, out_x, end_x, filter_data, bias_data,
3692 conv_multirow_func(input_ptr, out_x, end_x, filter_data, bias_data,
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp2044 float end_x = pCoords->GetNumberAt(2); in DrawShading() local
2046 SkPoint pts[] = {{start_x, start_y}, {end_x, end_y}}; in DrawShading()
2085 float end_x = pCoords->GetNumberAt(3); in DrawShading() local
2088 SkPoint pts[] = {{start_x, start_y}, {end_x, end_y}}; in DrawShading()