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

  /external/eigen/unsupported/Eigen/src/Polynomials/
Companion.h 46 Deg_1=decrement_if_fixed_size<Deg>::ret
52 //typedef DiagonalMatrix< Scalar, Deg_1, Deg_1 > BottomLeftDiagonal;
53 typedef Matrix<Scalar, Deg_1, 1> BottomLeftDiagonal;
56 typedef Matrix< Scalar, _Deg, Deg_1 > LeftBlock;
57 typedef Matrix< Scalar, Deg_1, Deg_1 > BottomLeftBlock;
58 typedef Matrix< Scalar, 1, Deg_1 > LeftBlockFirstRow;
91 const Index deg_1 = deg-1; local
94 ( LeftBlock(deg,deg_1)
216 const Index deg_1 = deg-1; local
    [all...]
  /bionic/libc/upstream-netbsd/common/lib/libc/stdlib/
random.c 150 #define DEG_1 7
174 static const int degrees[MAX_TYPES] = { DEG_0, DEG_1, DEG_2, DEG_3, DEG_4 };
363 rand_deg = DEG_1;

Completed in 689 milliseconds