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

  /external/eigen/demos/opengl/
quaternion_demo.cpp 76 Vector3f ax0 = (c - mCenters[parents[i]]).normalized(); local
77 Vector3f ax1 = ax0.unitOrthogonal();
79 q.setFromTwoVectors(Vector3f::UnitZ(), ax0); local
83 Vector3f newC = c + ( (AngleAxisf(angles[j*2+1], ax0)
84 * AngleAxisf(angles[j*2+0] * (l==1 ? 0.35 : 0.5), ax1)) * ax0)
  /external/tensorflow/tensorflow/core/ops/
math_grad.cc 790 bool ax0, const string& x1, bool ax1,
805 {{"T", "$T"}, {attr_adj_x, ax0}, {attr_adj_y, ax1}}},

Completed in 717 milliseconds