MatrixBench.cpp | 109 static inline void muladdmul(float a, float b, float c, float d, function in class:FloatConcatMatrixBench 117 muladdmul(a[0], b[0], a[1], b[3], &r[0]); 118 muladdmul(a[0], b[1], a[1], b[4], &r[1]); 119 muladdmul(a[0], b[2], a[1], b[5], &r[2]); 121 muladdmul(a[3], b[0], a[4], b[3], &r[3]); 122 muladdmul(a[3], b[1], a[4], b[4], &r[4]); 123 muladdmul(a[3], b[2], a[4], b[5], &r[5]); 152 static inline void muladdmul(float a, float b, float c, float d, function in class:FloatDoubleConcatMatrixBench 160 muladdmul(a[0], b[0], a[1], b[3], &r[0]); 161 muladdmul(a[0], b[1], a[1], b[4], &r[1]) 190 static inline void muladdmul(double a, double b, double c, double d, function in class:DoubleConcatMatrixBench [all...] |