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

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cbrtl.c 112 volatile double vd2 = 0x1.0p32; local
114 #define vd ((long double)vd2 + vd1)
  /external/eigen/unsupported/test/
openglsupport.cpp 183 Vector2d vd2; vd2.setRandom(); Vector3d vd23; vd23 << vd2, 0; local
184 VERIFY_MATRIX(glTranslate(vd2), Projective3d(Translation3d(vd23)).matrix());
202 Vector2d vd2; vd2.setRandom(); Vector3d vd23; vd23 << vd2, 1; local
203 VERIFY_MATRIX(glScale(vd2), Projective3d(Scaling(vd23)).matrix());

Completed in 539 milliseconds