Home | History | Annotate | Download | only in blas

Lines Matching refs:functype

21   typedef void (*functype)(int, const Scalar*, int, const Scalar*, int, Scalar*, Scalar);
22 static functype func[2];
113 typedef void (*functype)(int, Scalar*, const Scalar*, RealScalar);
114 static functype func[2];
164 typedef void (*functype)(int, Scalar*, const Scalar*, const Scalar*, Scalar);
165 static functype func[2];
219 typedef void (*functype)(int, Scalar*, int, const Scalar*, const Scalar*, const Scalar&);
220 static functype func[2];
273 typedef void (*functype)(int, Scalar*, int, const Scalar*, const Scalar*, Scalar);
274 static functype func[2];