HomeSort by relevance Sort by last modified time
    Searched refs:fx2 (Results 1 - 10 of 10) sorted by null

  /external/skia/src/opts/
SkBitmapProcState_matrix_neon.h 67 SkFractionalInt fx1, fx2, fx3; local
72 fx2 = fx1+dx;
73 fx3 = fx2+dx;
77 lbase = vsetq_lane_s32(SkFractionalIntToFixed(fx2), lbase, 2);
  /external/skqp/src/opts/
SkBitmapProcState_matrix_neon.h 67 SkFractionalInt fx1, fx2, fx3; local
72 fx2 = fx1+dx;
73 fx3 = fx2+dx;
77 lbase = vsetq_lane_s32(SkFractionalIntToFixed(fx2), lbase, 2);
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
rev_block_lib.py 91 fx2 = f(x2_stop, f_side_input) if f_side_input else f(x2_stop)
93 x1 = y1 - fx2
100 gradients_impl.gradients(fx2, x2_stop, grad_y1)[0] + grad_y2 +
101 gradients_impl.gradients(fx2, x2_stop, grad_gy1_y2)[0])
106 grads2 = gradients_impl.gradients(fx2, f_vars + f_side_input, grad_y1)
108 grads3 = gradients_impl.gradients(fx2, f_vars + f_side_input, grad_gy1_y2)
341 fx2 = f[i](x2, self.f_side_input) if self.f_side_input else f[i](x2)
342 x1 = y1 - fx2
  /external/freetype/src/smooth/
ftgrays.c 612 TCoord ex1, ex2, fx1, fx2, first, dy, delta, mod; local
628 fx2 = (TCoord)( x2 - SUBPIXELS( ex2 ) );
694 ras.area += (TArea)( ( fx1 + fx2 ) * dy );
848 TPos dx, dy, fx1, fy1, fx2, fy2; local
914 fx2 = 0;
918 ras.area += ( fy2 - fy1 ) * ( fx1 + fx2 );
927 fx2 = (TPos)FT_UDIV( -prod, dy );
930 ras.area += ( fy2 - fy1 ) * ( fx1 + fx2 );
931 fx1 = fx2;
939 fx2 = ONE_PIXEL
    [all...]
  /external/pdfium/xfa/fwl/theme/
cfwl_widgettp.h 70 float fx2,
cfwl_widgettp.cpp 143 float fx2,
154 CFX_PointF endPoint(fx2, fy2);
  /external/pdfium/third_party/agg23/
agg_rasterizer_scanline_aa.cpp 168 int fx2 = x2 & poly_base_mask; local
177 m_cur_cell.add_cover(delta, (fx1 + fx2) * delta);
223 m_cur_cell.add_cover(delta, (fx2 + poly_base_size - first) * delta);
  /external/libvncserver/libvncserver/
selbox.c 218 int fx1,fy1,fx2,fy2; /* for font bbox */ local
223 rfbWholeFontBBox(font, &fx1, &fy1, &fx2, &fy2);
  /external/mesa3d/src/mesa/swrast/
s_aaline.c 295 const GLfloat fx2 = sx - info->qx2; local
302 GLfloat cross2 = (info->ex2 * fy2 - info->ey2 * fx2);
  /external/deqp/modules/egl/
teglGLES2SharingTests.cpp 436 float fx2 = 0.125f * (float)((i % 16) + 1) - 1.0f; local
443 int x2 = deRoundFloatToInt32(((float)width * fx2 / 2.0f) + (float)ox);
    [all...]

Completed in 791 milliseconds