Searched refs:IMATH_RESTRICT (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/3rdparty/openexr/Imath/
H A DImathPlatform.h72 #define IMATH_RESTRICT __restrict macro
83 #define IMATH_RESTRICT restrict macro
91 #define IMATH_RESTRICT restrict macro
99 // #define IMATH_RESTRICT __restrict
100 #define IMATH_RESTRICT macro
108 #define IMATH_RESTRICT macro
H A DImathMatrix.h2529 register const T * IMATH_RESTRICT ap = &a.x[0][0];
2530 register const T * IMATH_RESTRICT bp = &b.x[0][0];
2531 register T * IMATH_RESTRICT cp = &c.x[0][0];

Completed in 85 milliseconds