Home | History | Annotate | Download | only in renderscript

Lines Matching defs:F32_2

384      * @param A The input allocation contains matrix A, supported elements type {@link Element#F32_2}.
385 * @param X The input allocation contains vector x, supported elements type {@link Element#F32_2}.
388 * @param Y The input allocation contains vector y, supported elements type {@link Element#F32_2}.
392 F32_2(mRS), TransA, A, X, incX, Y, incY);
547 * @param A The input allocation contains the band matrix A, supported elements type {@link Element#F32_2}.
548 * @param X The input allocation contains vector x, supported elements type {@link Element#F32_2}.
551 * @param Y The input allocation contains vector y, supported elements type {@link Element#F32_2}.
556 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY);
740 * @param A The input allocation contains matrix A, supported elements type {@link Element#F32_2}.
741 * @param X The input allocation contains vector x, supported elements type {@link Element#F32_2}.
745 validateTRMV(Element.F32_2(mRS), Uplo, TransA, Diag, A, X, incX);
880 * @param A The input allocation contains matrix A, supported elements type {@link Element#F32_2}.
881 * @param X The input allocation contains vector x, supported elements type {@link Element#F32_2}.
889 validateTRMV(Element.F32_2(mRS), Uplo, TransA, Diag, A, X, incX);
1026 * @param Ap The input allocation contains packed matrix A, supported elements type {@link Element#F32_2}.
1027 * @param X The input allocation contains vector x, supported elements type {@link Element#F32_2}.
1031 int N = validateTPMV(Element.F32_2(mRS), Uplo, TransA, Diag, Ap, X, incX);
1144 * @param A The input allocation contains matrix A, supported elements type {@link Element#F32_2}.
1145 * @param X The input allocation contains vector x, supported elements type {@link Element#F32_2}.
1150 validateTRMV(Element.F32_2(mRS), Uplo, TransA, Diag, A, X, incX);
1288 * @param A The input allocation contains matrix A, supported elements type {@link Element#F32_2}.
1289 * @param X The input allocation contains vector x, supported elements type {@link Element#F32_2}.
1294 validateTRMV(Element.F32_2(mRS), Uplo, TransA, Diag, A, X, incX);
1436 * @param Ap The input allocation contains packed matrix A, supported elements type {@link Element#F32_2}.
1437 * @param X The input allocation contains vector x, supported elements type {@link Element#F32_2}.
1442 int N = validateTPMV(Element.F32_2(mRS), Uplo, TransA, Diag, Ap, X, incX);
2263 * @param A The input allocation contains matrix A, supported elements type {@link Element#F32_2}.
2264 * @param X The input allocation contains vector x, supported elements type {@link Element#F32_2}.
2267 * @param Y The input allocation contains vector y, supported elements type {@link Element#F32_2}.
2272 int N = validateSYR2(Element.F32_2(mRS), Uplo, X, incX, Y, incY, A);
2302 * @param A The input allocation contains matrix A, supported elements type {@link Element#F32_2}.
2303 * @param X The input allocation contains vector x, supported elements type {@link Element#F32_2}.
2306 * @param Y The input allocation contains vector y, supported elements type {@link Element#F32_2}.
2311 int N = validateSYR2(Element.F32_2(mRS), Uplo, X, incX, Y, incY, A);
2344 * @param Ap The input allocation contains matrix A, supported elements type {@link Element#F32_2}.
2345 * @param X The input allocation contains vector x, supported elements type {@link Element#F32_2}.
2348 * @param Y The input allocation contains vector y, supported elements type {@link Element#F32_2}.
2353 int N = validateSPR2(Element.F32_2(mRS), Uplo, X, incX, Y, incY, Ap);
2374 * @param X The input allocation contains vector x, supported elements type {@link Element#F32_2}.
2376 * @param Y The input allocation contains vector y, supported elements type {@link Element#F32_2}.
2378 * @param A The input allocation contains matrix A, supported elements type {@link Element#F32_2}.
2381 validateGERU(Element.F32_2(mRS), X, incX, Y, incY, A);
2404 * @param X The input allocation contains vector x, supported elements type {@link Element#F32_2}.
2406 * @param Y The input allocation contains vector y, supported elements type {@link Element#F32_2}.
2408 * @param A The input allocation contains matrix A, supported elements type {@link Element#F32_2}.
2412 validateGERU(Element.F32_2(mRS), X, incX, Y, incY, A);
2436 * @param X The input allocation contains vector x, supported elements type {@link Element#F32_2}.
2438 * @param A The input allocation contains matrix A, supported elements type {@link Element#F32_2}.
2442 int N = validateSYR(Element.F32_2(mRS), Uplo, X, incX, A);
2470 * @param X The input allocation contains vector x, supported elements type {@link Element#F32_2}.
2472 * @param Ap The input allocation contains matrix A, supported elements type {@link Element#F32_2}.
2476 int N = validateSPR(Element.F32_2(mRS), Uplo, X, incX, Ap);
2496 * @param X The input allocation contains vector x, supported elements type {@link Element#F32_2}.
2498 * @param Y The input allocation contains vector y, supported elements type {@link Element#F32_2}.
2500 * @param A The input allocation contains matrix A, supported elements type {@link Element#F32_2}.
2504 int N = validateSYR2(Element.F32_2(mRS), Uplo, X, incX, Y, incY, A);
2534 * @param X The input allocation contains vector x, supported elements type {@link Element#F32_2}.
2536 * @param Y The input allocation contains vector y, supported elements type {@link Element#F32_2}.
2538 * @param Ap The input allocation contains matrix A, supported elements type {@link Element#F32_2}.
2542 int N = validateSPR2(Element.F32_2(mRS), Uplo, X, incX, Y, incY, Ap);
3031 * @param A The input allocation contains matrix A, supported elements type {@link Element#F32_2}.
3032 * @param B The input allocation contains matrix B, supported elements type {@link Element#F32_2}.
3034 * @param C The input allocation contains matrix C, supported elements type {@link Element#F32_2}.
3040 validateL3(Element.F32_2(mRS), TransA, TransB, 0, A, B, C);
3196 * @param A The input allocation contains matrix A, supported elements type {@link Element#F32_2}.
3197 * @param B The input allocation contains matrix B, supported elements type {@link Element#F32_2}.
3199 * @param C The input allocation contains matrix C, supported elements type {@link Element#F32_2}.
3208 validateL3(Element.F32_2(mRS), 0, 0, Side, A, B, C);
3336 * @param A The input allocation contains matrix A, supported elements type {@link Element#F32_2}.
3338 * @param C The input allocation contains matrix C, supported elements type {@link Element#F32_2}.
3343 validateL3(Element.F32_2(mRS), Trans, 0, 0, A, null, C);
3504 * @param A The input allocation contains matrix A, supported elements type {@link Element#F32_2}.
3505 * @param B The input allocation contains matrix B, supported elements type {@link Element#F32_2}.
3507 * @param C The input allocation contains matrix C, supported elements type {@link Element#F32_2}.
3511 validateSYR2K(Element.F32_2(mRS), Trans, A, B, C);
3669 * @param A The input allocation contains matrix A, supported elements type {@link Element#F32_2}.
3670 * @param B The input allocation contains matrix B, supported elements type {@link Element#F32_2}.
3675 validateTRMM(Element.F32_2(mRS), Side, TransA, A, B);
3823 * @param A The input allocation contains matrix A, supported elements type {@link Element#F32_2}.
3824 * @param B The input allocation contains matrix B, supported elements type {@link Element#F32_2}.
3829 validateTRSM(Element.F32_2(mRS), Side, TransA, A, B);
3906 * @param A The input allocation contains matrix A, supported elements type {@link Element#F32_2}.
3907 * @param B The input allocation contains matrix B, supported elements type {@link Element#F32_2}.
3909 * @param C The input allocation contains matrix C, supported elements type {@link Element#F32_2}.
3913 validateHEMM(Element.F32_2(mRS), Side, A, B, C);
3989 * @param A The input allocation contains matrix A, supported elements type {@link Element#F32_2}.
3991 * @param C The input allocation contains matrix C, supported elements type {@link Element#F32_2}.
3995 validateHERK(Element.F32_2(mRS), Trans, A, C);
4082 * @param A The input allocation contains matrix A, supported elements type {@link Element#F32_2}.
4083 * @param B The input allocation contains matrix B, supported elements type {@link Element#F32_2}.
4085 * @param C The input allocation contains matrix C, supported elements type {@link Element#F32_2}.
4089 validateHER2K(Element.F32_2(mRS), Trans, A, B, C);