Home | History | Annotate | Download | only in blas

Lines Matching defs:code

6 // This Source Code Form is subject to the terms of the Mozilla
58 int code = UPLO(*uplo);
59 if(code>=2 || func[code]==0)
62 func[code](*n, a, *lda, actual_x, 1, actual_y, alpha);
120 int code = UPLO(*uplo);
121 if(code>=2 || func[code]==0)
124 func[code](*n, c, *ldc, x_cpy, x_cpy, alpha);
183 int code = UPLO(*uplo);
184 if(code>=2 || func[code]==0)
187 func[code](*n, c, *ldc, x_cpy, y_cpy, alpha);
192 // int code = UPLO(*uplo);
193 // if(code>=2 || func[code]==0)
196 // func[code](*n, a, *inca, b, *incb, c, *ldc, alpha);
267 int code = UPLO(*uplo);
268 if(code>=2 || func[code]==0)
271 func[code](*n, ap, x_cpy, alpha);
321 int code = UPLO(*uplo);
322 if(code>=2 || func[code]==0)
325 func[code](*n, ap, x_cpy, y_cpy, alpha);