Searched refs:double3x3 (Results 1 – 2 of 2) sorted by relevance
16 typedef double double3x3 __attribute__((matrix_type(3, 3)));18 double test_dimension_mismatch(double3x3 m, MatrixValue *mv) {20 …// expected-error@-1 {{assigning to 'double3x3' (aka 'double __attribute__((matrix_type(3, 3)))') …
121 …typedef tmat3x3<double, highp> double3x3; //!< \brief double-precision floating-point matrix wit… typedef