Home
last modified time | relevance | path

Searched refs:double3x3 (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/test/SemaObjC/
Dmatrix-type-builtins.m16 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)))') …
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dcompatibility.hpp121 …typedef tmat3x3<double, highp> double3x3; //!< \brief double-precision floating-point matrix wit… typedef