HomeSort by relevance Sort by last modified time
    Searched defs:dydx (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_line.c 356 float dydx = dy / dx; local
381 float yintersect = fracf(v1[0][1]) + x1diff * dydx;
400 float yintersect = fracf(v2[0][1]) + x2diff * dydx;
419 y_offset_end = x_offset_end * dydx;
424 y_offset = x_offset * dydx;
432 y_offset = x_offset * dydx;
436 y_offset_end = x_offset_end * dydx;
  /external/mesa3d/src/mesa/swrast/
s_aaline.c 371 GLfloat dydx = line->dy / line->dx; local
411 yBot += dydx;
412 yTop += dydx;
  /external/tensorflow/tensorflow/cc/gradients/
math_grad.cc 89 auto dydx = Mul(scope, two, op.input(0)); local
92 Mul(scope, grad_inputs[0], ConjugateHelper(scope, dydx)));
134 auto dydx = Exp(scope, op.input(0)); local
137 Mul(scope, grad_inputs[0], ConjugateHelper(scope, dydx)));
147 auto dydx = Reciprocal(scope, op.input(0)); local
150 Mul(scope, grad_inputs[0], ConjugateHelper(scope, dydx)));
161 auto dydx = Reciprocal(scope, Add(scope, one, op.input(0))); local
164 Mul(scope, grad_inputs[0], ConjugateHelper(scope, dydx)));
174 auto dydx = Cosh(scope, op.input(0)); local
177 Mul(scope, grad_inputs[0], ConjugateHelper(scope, dydx)));
187 auto dydx = Sinh(scope, op.input(0)); local
216 auto dydx = Reciprocal(scope, Cosh(scope, op.output(0))); local
229 auto dydx = Reciprocal(scope, Sinh(scope, op.output(0))); local
243 auto dydx = Reciprocal(scope, Sub(scope, one, Square(scope, op.input(0)))); local
283 auto dydx = Cos(scope, op.input(0)); local
296 auto dydx = Neg(scope, Sin(scope, op.input(0))); local
311 auto dydx = Reciprocal(scope, Sqrt(scope, Sub(scope, one, x2))); local
327 auto dydx = Neg(scope, Reciprocal(scope, Sqrt(scope, Sub(scope, one, x2)))); local
339 auto dydx = Square(scope, Reciprocal(scope, Cos(scope, op.input(0)))); local
354 auto dydx = Reciprocal(scope, Add(scope, one, Square(scope, op.input(0)))); local
    [all...]

Completed in 255 milliseconds