Lines Matching refs:dot
2967 return "dot";
2984 // Compute the first dot alternative: SUM(a[i]*b[i]), i = 0 .. Size-1
2989 // using a permutation compute a dot alternative.
2990 // Generates all possible variants fo summation of products in the dot product expansion expression.
3008 return "dot";
3018 ExprP<float> dot (const ExprP<Vector<float, Size> >& x, const ExprP<Vector<float, Size> >& y)
3023 ExprP<float> dot (const ExprP<float>& x, const ExprP<float>& y)
3043 return sqrt(dot(args.a, args.a));
3138 return cond(dot(args.c, args.b) < constant(0.0f), args.a, -args.a);
3149 const ExprP<float> dotNI = bindExpression("dotNI", ctx, dot(n, i));
3220 const ExprP<float> dotNI = bindExpression("dotNI", ctx, dot(n, i));
3862 (matD - dot(matC * invA, matB)));