Lines Matching refs:getID

218     nScriptIntrinsicBLAS_Single(mRS, mRS->getContext(), getID(), RsBlas_sgemv,  in SGEMV()
220 alpha, A->getID(), X->getID(), in SGEMV()
221 beta, Y->getID(), incX, incY, 0, 0); in SGEMV()
229 nScriptIntrinsicBLAS_Double(mRS, mRS->getContext(), getID(), RsBlas_dgemv, in DGEMV()
231 alpha, A->getID(), X->getID(), in DGEMV()
232 beta, Y->getID(), incX, incY, 0, 0); in DGEMV()
240 nScriptIntrinsicBLAS_Complex(mRS, mRS->getContext(), getID(), RsBlas_cgemv, in CGEMV()
242 alpha.x, alpha.y, A->getID(), X->getID(), in CGEMV()
243 beta.x, beta.y, Y->getID(), incX, incY, 0, 0); in CGEMV()
251 nScriptIntrinsicBLAS_Z(mRS, mRS->getContext(), getID(), RsBlas_zgemv, in ZGEMV()
253 alpha.x, alpha.y, A->getID(), X->getID(), in ZGEMV()
254 beta.x, beta.y, Y->getID(), incX, incY, 0, 0); in ZGEMV()
267 nScriptIntrinsicBLAS_Single(mRS, mRS->getContext(), getID(), RsBlas_sgbmv, in SGBMV()
269 alpha, A->getID(), X->getID(), in SGBMV()
270 beta, Y->getID(), incX, incY, KL, KU); in SGBMV()
283 nScriptIntrinsicBLAS_Double(mRS, mRS->getContext(), getID(), RsBlas_dgbmv, in DGBMV()
285 alpha, A->getID(), X->getID(), in DGBMV()
286 beta, Y->getID(), incX, incY, KL, KU); in DGBMV()
299 nScriptIntrinsicBLAS_Complex(mRS, mRS->getContext(), getID(), RsBlas_cgbmv, in CGBMV()
301 alpha.x, alpha.y, A->getID(), X->getID(), in CGBMV()
302 beta.x, beta.y, Y->getID(), incX, incY, KL, KU); in CGBMV()
315 nScriptIntrinsicBLAS_Z(mRS, mRS->getContext(), getID(), RsBlas_zgbmv, in ZGBMV()
317 alpha.x, alpha.y, A->getID(), X->getID(), in ZGBMV()
318 beta.x, beta.y, Y->getID(), incX, incY, KL, KU); in ZGBMV()
378 nScriptIntrinsicBLAS_Single(mRS, mRS->getContext(), getID(), RsBlas_strmv, in STRMV()
380 A->getID(), X->getID(), 0, 0, incX, 0, 0, 0); in STRMV()
387 nScriptIntrinsicBLAS_Double(mRS, mRS->getContext(), getID(), RsBlas_dtrmv, in DTRMV()
389 A->getID(), X->getID(), 0, 0, incX, 0, 0, 0); in DTRMV()
396 nScriptIntrinsicBLAS_Complex(mRS, mRS->getContext(), getID(), RsBlas_ctrmv, in CTRMV()
398 A->getID(), X->getID(), 0, 0, 0, incX, 0, 0, 0); in CTRMV()
405 nScriptIntrinsicBLAS_Z(mRS, mRS->getContext(), getID(), RsBlas_ztrmv, in ZTRMV()
407 A->getID(), X->getID(), 0, 0, 0, incX, 0, 0, 0); in ZTRMV()
418 nScriptIntrinsicBLAS_Single(mRS, mRS->getContext(), getID(), RsBlas_stbmv, in STBMV()
420 A->getID(), X->getID(), 0, 0, incX, 0, 0, 0); in STBMV()
431 nScriptIntrinsicBLAS_Double(mRS, mRS->getContext(), getID(), RsBlas_dtbmv, in DTBMV()
433 A->getID(), X->getID(), 0, 0, incX, 0, 0, 0); in DTBMV()
444 nScriptIntrinsicBLAS_Complex(mRS, mRS->getContext(), getID(), RsBlas_ctbmv, in CTBMV()
446 A->getID(), X->getID(), 0, 0, 0, incX, 0, 0, 0); in CTBMV()
457 nScriptIntrinsicBLAS_Z(mRS, mRS->getContext(), getID(), RsBlas_ztbmv, in ZTBMV()
459 A->getID(), X->getID(), 0, 0, 0, incX, 0, 0, 0); in ZTBMV()
465 nScriptIntrinsicBLAS_Single(mRS, mRS->getContext(), getID(), RsBlas_stpmv, in STPMV()
467 Ap->getID(), X->getID(), 0, 0, incX, 0, 0, 0); in STPMV()
473 nScriptIntrinsicBLAS_Double(mRS, mRS->getContext(), getID(), RsBlas_dtpmv, in DTPMV()
475 Ap->getID(), X->getID(), 0, 0, incX, 0, 0, 0); in DTPMV()
481 nScriptIntrinsicBLAS_Complex(mRS, mRS->getContext(), getID(), RsBlas_ctpmv, in CTPMV()
483 Ap->getID(), X->getID(), 0, 0, 0, incX, 0, 0, 0); in CTPMV()
489 nScriptIntrinsicBLAS_Z(mRS, mRS->getContext(), getID(), RsBlas_ztpmv, in ZTPMV()
491 Ap->getID(), X->getID(), 0, 0, 0, incX, 0, 0, 0); in ZTPMV()
499 nScriptIntrinsicBLAS_Single(mRS, mRS->getContext(), getID(), RsBlas_strsv, in STRSV()
501 A->getID(), X->getID(), 0, 0, incX, 0, 0, 0); in STRSV()
509 nScriptIntrinsicBLAS_Double(mRS, mRS->getContext(), getID(), RsBlas_dtrsv, in DTRSV()
511 A->getID(), X->getID(), 0, 0, incX, 0, 0, 0); in DTRSV()
520 nScriptIntrinsicBLAS_Complex(mRS, mRS->getContext(), getID(), RsBlas_ctrsv, in CTRSV()
522 A->getID(), X->getID(), 0, 0, 0, incX, 0, 0, 0); in CTRSV()
531 nScriptIntrinsicBLAS_Z(mRS, mRS->getContext(), getID(), RsBlas_ztrsv, in ZTRSV()
533 A->getID(), X->getID(), 0, 0, 0, incX, 0, 0, 0); in ZTRSV()
545 nScriptIntrinsicBLAS_Single(mRS, mRS->getContext(), getID(), RsBlas_stbsv, in STBSV()
547 A->getID(), X->getID(), 0, 0, incX, 0, 0, 0); in STBSV()
558 nScriptIntrinsicBLAS_Double(mRS, mRS->getContext(), getID(), RsBlas_dtbsv, in DTBSV()
560 A->getID(), X->getID(), 0, 0, incX, 0, 0, 0); in DTBSV()
571 nScriptIntrinsicBLAS_Complex(mRS, mRS->getContext(), getID(), RsBlas_ctbsv, in CTBSV()
573 0, 0, A->getID(), X->getID(), 0, 0, 0, incX, 0, 0, 0); in CTBSV()
584 nScriptIntrinsicBLAS_Z(mRS, mRS->getContext(), getID(), RsBlas_ztbsv, in ZTBSV()
586 A->getID(), X->getID(), 0, 0, 0, incX, 0, 0, 0); in ZTBSV()
593 nScriptIntrinsicBLAS_Single(mRS, mRS->getContext(), getID(), RsBlas_stpsv, in STPSV()
595 Ap->getID(), X->getID(), 0, 0, incX, 0, 0, 0); in STPSV()
602 nScriptIntrinsicBLAS_Double(mRS, mRS->getContext(), getID(), RsBlas_dtpsv, in DTPSV()
604 Ap->getID(), X->getID(), 0, 0, incX, 0, 0, 0); in DTPSV()
611 nScriptIntrinsicBLAS_Complex(mRS, mRS->getContext(), getID(), RsBlas_ctpsv, in CTPSV()
613 Ap->getID(), X->getID(), 0, 0, 0, incX, 0, 0, 0); in CTPSV()
620 nScriptIntrinsicBLAS_Z(mRS, mRS->getContext(), getID(), RsBlas_ztpsv, in ZTPSV()
622 Ap->getID(), X->getID(), 0, 0, 0, incX, 0, 0, 0); in ZTPSV()
836 nScriptIntrinsicBLAS_Single(mRS, mRS->getContext(), getID(), RsBlas_ssymv, in SSYMV()
838 A->getID(), X->getID(), beta, Y->getID(), incX, incY, 0, 0); in SSYMV()
848 nScriptIntrinsicBLAS_Single(mRS, mRS->getContext(), getID(), RsBlas_ssbmv, in SSBMV()
850 A->getID(), X->getID(), beta, Y->getID(), incX, incY, 0, 0); in SSBMV()
856 nScriptIntrinsicBLAS_Single(mRS, mRS->getContext(), getID(), RsBlas_sspmv, in SSPMV()
858 Ap->getID(), X->getID(), beta, Y->getID(), incX, incY, 0, 0); in SSPMV()
866 nScriptIntrinsicBLAS_Single(mRS, mRS->getContext(), getID(), RsBlas_sger, in SGER()
868 X->getID(), Y->getID(), 0.f, A->getID(), incX, incY, 0, 0); in SGER()
874 nScriptIntrinsicBLAS_Single(mRS, mRS->getContext(), getID(), RsBlas_ssyr, in SSYR()
876 X->getID(), A->getID(), 0.f, 0, incX, 0, 0, 0); in SSYR()
882 nScriptIntrinsicBLAS_Single(mRS, mRS->getContext(), getID(), RsBlas_sspr, in SSPR()
884 alpha, X->getID(), Ap->getID(), 0.f, 0, incX, 0, 0, 0); in SSPR()
890 nScriptIntrinsicBLAS_Single(mRS, mRS->getContext(), getID(), RsBlas_ssyr2, in SSYR2()
892 X->getID(), Y->getID(), 0, A->getID(), incX, incY, 0, 0); in SSYR2()
898 nScriptIntrinsicBLAS_Single(mRS, mRS->getContext(), getID(), RsBlas_sspr2, in SSPR2()
900 X->getID(), Y->getID(), 0, Ap->getID(), incX, incY, 0, 0); in SSPR2()
906 nScriptIntrinsicBLAS_Double(mRS, mRS->getContext(), getID(), RsBlas_dsymv, in DSYMV()
908 A->getID(), X->getID(), beta, Y->getID(), incX, incY, 0, 0); in DSYMV()
918 nScriptIntrinsicBLAS_Double(mRS, mRS->getContext(), getID(), RsBlas_dsbmv, in DSBMV()
920 A->getID(), X->getID(), beta, Y->getID(), incX, incY, 0, 0); in DSBMV()
926 nScriptIntrinsicBLAS_Double(mRS, mRS->getContext(), getID(), RsBlas_dspmv, in DSPMV()
928 Ap->getID(), X->getID(), beta, Y->getID(), incX, incY, 0, 0); in DSPMV()
936 nScriptIntrinsicBLAS_Double(mRS, mRS->getContext(), getID(), RsBlas_dger, in DGER()
938 X->getID(), Y->getID(), 0.f, A->getID(), incX, incY, 0, 0); in DGER()
944 nScriptIntrinsicBLAS_Double(mRS, mRS->getContext(), getID(), RsBlas_dsyr, in DSYR()
946 X->getID(), A->getID(), 0.f, 0, incX, 0, 0, 0); in DSYR()
952 nScriptIntrinsicBLAS_Double(mRS, mRS->getContext(), getID(), RsBlas_dspr, in DSPR()
954 X->getID(), Ap->getID(), 0.f, 0, incX, 0, 0, 0); in DSPR()
960 nScriptIntrinsicBLAS_Double(mRS, mRS->getContext(), getID(), RsBlas_dsyr2, in DSYR2()
962 X->getID(), Y->getID(), 0, A->getID(), incX, incY, 0, 0); in DSYR2()
968 nScriptIntrinsicBLAS_Double(mRS, mRS->getContext(), getID(), RsBlas_dspr2, in DSPR2()
970 X->getID(), Y->getID(), 0, Ap->getID(), incX, incY, 0, 0); in DSPR2()
1009 nScriptIntrinsicBLAS_Complex(mRS, mRS->getContext(), getID(), RsBlas_chemv, in CHEMV()
1011 alpha.x, alpha.y, A->getID(), X->getID(), in CHEMV()
1012 beta.x, beta.y, Y->getID(), incX, incY, 0, 0); in CHEMV()
1022 nScriptIntrinsicBLAS_Complex(mRS, mRS->getContext(), getID(), RsBlas_chbmv, in CHBMV()
1024 alpha.x, alpha.y, A->getID(), X->getID(), in CHBMV()
1025 beta.x, beta.y, Y->getID(), incX, incY, 0, 0); in CHBMV()
1032 nScriptIntrinsicBLAS_Complex(mRS, mRS->getContext(), getID(), RsBlas_chpmv, in CHPMV()
1034 alpha.x, alpha.y, Ap->getID(), X->getID(), in CHPMV()
1035 beta.x, beta.y, Y->getID(), incX, incY, 0, 0); in CHPMV()
1043 nScriptIntrinsicBLAS_Complex(mRS, mRS->getContext(), getID(), RsBlas_cgeru, in CGERU()
1045 alpha.x, alpha.y, X->getID(), Y->getID(), in CGERU()
1046 0, 0, A->getID(), incX, incY, 0, 0); in CGERU()
1055 nScriptIntrinsicBLAS_Complex(mRS, mRS->getContext(), getID(), RsBlas_cgerc, in CGERC()
1057 alpha.x, alpha.y, X->getID(), Y->getID(), in CGERC()
1058 0, 0, A->getID(), incX, incY, 0, 0); in CGERC()
1065 nScriptIntrinsicBLAS_Complex(mRS, mRS->getContext(), getID(), RsBlas_cher, in CHER()
1067 alpha, 0, X->getID(), 0, in CHER()
1068 0, 0, A->getID(), incX, 0, 0, 0); in CHER()
1075 nScriptIntrinsicBLAS_Complex(mRS, mRS->getContext(), getID(), RsBlas_chpr, in CHPR()
1077 alpha, 0, X->getID(), 0, in CHPR()
1078 0, 0, Ap->getID(), incX, 0, 0, 0); in CHPR()
1085 nScriptIntrinsicBLAS_Complex(mRS, mRS->getContext(), getID(), RsBlas_cher2, in CHER2()
1087 alpha.x, alpha.y, X->getID(), Y->getID(), in CHER2()
1088 0, 0, A->getID(), incX, incY, 0, 0); in CHER2()
1095 nScriptIntrinsicBLAS_Complex(mRS, mRS->getContext(), getID(), RsBlas_chpr2, in CHPR2()
1097 alpha.x, alpha.y, X->getID(), Y->getID(), in CHPR2()
1098 0, 0, Ap->getID(), incX, incY, 0, 0); in CHPR2()
1105 nScriptIntrinsicBLAS_Z(mRS, mRS->getContext(), getID(), RsBlas_zhemv, in ZHEMV()
1107 alpha.x, alpha.y, A->getID(), X->getID(), in ZHEMV()
1108 beta.x, beta.y, Y->getID(), incX, incY, 0, 0); in ZHEMV()
1118 nScriptIntrinsicBLAS_Z(mRS, mRS->getContext(), getID(), RsBlas_zhbmv, in ZHBMV()
1120 alpha.x, alpha.y, A->getID(), X->getID(), in ZHBMV()
1121 beta.x, beta.y, Y->getID(), incX, incY, 0, 0); in ZHBMV()
1128 nScriptIntrinsicBLAS_Z(mRS, mRS->getContext(), getID(), RsBlas_zhpmv, in ZHPMV()
1130 alpha.x, alpha.y, Ap->getID(), X->getID(), in ZHPMV()
1131 beta.x, beta.y, Y->getID(), incX, incY, 0, 0); in ZHPMV()
1139 nScriptIntrinsicBLAS_Z(mRS, mRS->getContext(), getID(), RsBlas_zgeru, in ZGERU()
1141 alpha.x, alpha.y, X->getID(), Y->getID(), in ZGERU()
1142 0, 0, A->getID(), incX, incY, 0, 0); in ZGERU()
1151 nScriptIntrinsicBLAS_Z(mRS, mRS->getContext(), getID(), RsBlas_zgerc, in ZGERC()
1153 alpha.x, alpha.y, X->getID(), Y->getID(), in ZGERC()
1154 0, 0, A->getID(), incX, incY, 0, 0); in ZGERC()
1161 nScriptIntrinsicBLAS_Z(mRS, mRS->getContext(), getID(), RsBlas_zher, in ZHER()
1163 alpha, 0, X->getID(), 0, in ZHER()
1164 0, 0, A->getID(), incX, 0, 0, 0); in ZHER()
1171 nScriptIntrinsicBLAS_Z(mRS, mRS->getContext(), getID(), RsBlas_zhpr, in ZHPR()
1173 alpha, 0, X->getID(), 0, in ZHPR()
1174 0, 0, Ap->getID(), incX, 0, 0, 0); in ZHPR()
1181 nScriptIntrinsicBLAS_Z(mRS, mRS->getContext(), getID(), RsBlas_zher2, in ZHER2()
1183 alpha.x, alpha.y, X->getID(), Y->getID(), in ZHER2()
1184 0, 0, A->getID(), incX, incY, 0, 0); in ZHER2()
1191 nScriptIntrinsicBLAS_Z(mRS, mRS->getContext(), getID(), RsBlas_zhpr2, in ZHPR2()
1193 alpha.x, alpha.y, X->getID(), Y->getID(), in ZHPR2()
1194 0, 0, Ap->getID(), incX, incY, 0, 0); in ZHPR2()
1287 nScriptIntrinsicBLAS_Single(mRS, mRS->getContext(), getID(), RsBlas_sgemm, in SGEMM()
1289 alpha, A->getID(), B->getID(), in SGEMM()
1290 beta, C->getID(), 0, 0, 0, 0); in SGEMM()
1309 nScriptIntrinsicBLAS_Double(mRS, mRS->getContext(), getID(), RsBlas_dgemm, in DGEMM()
1311 alpha, A->getID(), B->getID(), in DGEMM()
1312 beta, C->getID(), 0, 0, 0, 0); in DGEMM()
1331 nScriptIntrinsicBLAS_Complex(mRS, mRS->getContext(), getID(), RsBlas_cgemm, in CGEMM()
1333 alpha.x, alpha.y, A->getID(), B->getID(), in CGEMM()
1334 beta.x, beta.y, C->getID(), 0, 0, 0, 0); in CGEMM()
1353 nScriptIntrinsicBLAS_Z(mRS, mRS->getContext(), getID(), RsBlas_zgemm, in ZGEMM()
1355 alpha.x, alpha.y, A->getID(), B->getID(), in ZGEMM()
1356 beta.x, beta.y, C->getID(), 0, 0, 0, 0); in ZGEMM()
1366 nScriptIntrinsicBLAS_Single(mRS, mRS->getContext(), getID(), RsBlas_ssymm, in SSYMM()
1368 alpha, A->getID(), B->getID(), in SSYMM()
1369 beta, C->getID(), 0, 0, 0, 0); in SSYMM()
1378 nScriptIntrinsicBLAS_Double(mRS, mRS->getContext(), getID(), RsBlas_dsymm, in DSYMM()
1380 alpha, A->getID(), B->getID(), in DSYMM()
1381 beta, C->getID(), 0, 0, 0, 0); in DSYMM()
1390 nScriptIntrinsicBLAS_Complex(mRS, mRS->getContext(), getID(), RsBlas_csymm, in CSYMM()
1392 alpha.x, alpha.y, A->getID(), B->getID(), in CSYMM()
1393 beta.x, beta.y, C->getID(), 0, 0, 0, 0); in CSYMM()
1402 nScriptIntrinsicBLAS_Z(mRS, mRS->getContext(), getID(), RsBlas_zsymm, in ZSYMM()
1404 alpha.x, alpha.y, A->getID(), B->getID(), in ZSYMM()
1405 beta.x, beta.y, C->getID(), 0, 0, 0, 0); in ZSYMM()
1417 nScriptIntrinsicBLAS_Single(mRS, mRS->getContext(), getID(), RsBlas_ssyrk, in SSYRK()
1419 alpha, A->getID(), 0, in SSYRK()
1420 beta, C->getID(), 0, 0, 0, 0); in SSYRK()
1432 nScriptIntrinsicBLAS_Double(mRS, mRS->getContext(), getID(), RsBlas_dsyrk, in DSYRK()
1434 alpha, A->getID(), 0, in DSYRK()
1435 beta, C->getID(), 0, 0, 0, 0); in DSYRK()
1447 nScriptIntrinsicBLAS_Complex(mRS, mRS->getContext(), getID(), RsBlas_csyrk, in CSYRK()
1449 alpha.x, alpha.y, A->getID(), 0, in CSYRK()
1450 beta.x, beta.y, C->getID(), 0, 0, 0, 0); in CSYRK()
1462 nScriptIntrinsicBLAS_Z(mRS, mRS->getContext(), getID(), RsBlas_zsyrk, in ZSYRK()
1464 alpha.x, alpha.y, A->getID(), 0, in ZSYRK()
1465 beta.x, beta.y, C->getID(), 0, 0, 0, 0); in ZSYRK()
1503 nScriptIntrinsicBLAS_Single(mRS, mRS->getContext(), getID(), RsBlas_ssyr2k, in SSYR2K()
1505 alpha, A->getID(), B->getID(), in SSYR2K()
1506 beta, C->getID(), 0, 0, 0, 0); in SSYR2K()
1518 nScriptIntrinsicBLAS_Double(mRS, mRS->getContext(), getID(), RsBlas_dsyr2k, in DSYR2K()
1520 alpha, A->getID(), B->getID(), in DSYR2K()
1521 beta, C->getID(), 0, 0, 0, 0); in DSYR2K()
1533 nScriptIntrinsicBLAS_Complex(mRS, mRS->getContext(), getID(), RsBlas_csyr2k, in CSYR2K()
1535 alpha.x, alpha.y, A->getID(), B->getID(), in CSYR2K()
1536 beta.x, beta.y, C->getID(), 0, 0, 0, 0); in CSYR2K()
1548 nScriptIntrinsicBLAS_Z(mRS, mRS->getContext(), getID(), RsBlas_zsyr2k, in ZSYR2K()
1550 alpha.x, alpha.y, A->getID(), B->getID(), in ZSYR2K()
1551 beta.x, beta.y, C->getID(), 0, 0, 0, 0); in ZSYR2K()
1584 nScriptIntrinsicBLAS_Single(mRS, mRS->getContext(), getID(), RsBlas_strmm, in STRMM()
1587 alpha, A->getID(), B->getID(), 0.f, 0, 0, 0, 0, 0); in STRMM()
1593 nScriptIntrinsicBLAS_Double(mRS, mRS->getContext(), getID(), RsBlas_dtrmm, in DTRMM()
1596 alpha, A->getID(), B->getID(), 0, 0, 0, 0, 0, 0); in DTRMM()
1602 nScriptIntrinsicBLAS_Complex(mRS, mRS->getContext(), getID(), RsBlas_ctrmm, in CTRMM()
1605 alpha.x, alpha.y, A->getID(), B->getID(), 0, 0, 0, 0, 0, 0, 0); in CTRMM()
1611 nScriptIntrinsicBLAS_Z(mRS, mRS->getContext(), getID(), RsBlas_ztrmm, in ZTRMM()
1614 alpha.x, alpha.y, A->getID(), B->getID(), 0, 0, 0, 0, 0, 0, 0); in ZTRMM()
1649 nScriptIntrinsicBLAS_Single(mRS, mRS->getContext(), getID(), RsBlas_strsm, in STRSM()
1652 alpha, A->getID(), B->getID(), 0, 0, 0, 0, 0, 0); in STRSM()
1658 nScriptIntrinsicBLAS_Double(mRS, mRS->getContext(), getID(), RsBlas_dtrsm, in DTRSM()
1661 alpha, A->getID(), B->getID(), 0, 0, 0, 0, 0, 0); in DTRSM()
1667 nScriptIntrinsicBLAS_Complex(mRS, mRS->getContext(), getID(), RsBlas_ctrsm, in CTRSM()
1670 alpha.x, alpha.y, A->getID(), B->getID(), 0, 0, 0, 0, 0, 0, 0); in CTRSM()
1676 nScriptIntrinsicBLAS_Z(mRS, mRS->getContext(), getID(), RsBlas_ztrsm, in ZTRSM()
1679 alpha.x, alpha.y, A->getID(), B->getID(), 0, 0, 0, 0, 0, 0, 0); in ZTRSM()
1708 nScriptIntrinsicBLAS_Complex(mRS, mRS->getContext(), getID(), RsBlas_chemm, in CHEMM()
1711 alpha.x, alpha.y, A->getID(), B->getID(), in CHEMM()
1712 beta.x, beta.y, C->getID(), 0, 0, 0, 0); in CHEMM()
1718 nScriptIntrinsicBLAS_Z(mRS, mRS->getContext(), getID(), RsBlas_zhemm, in ZHEMM()
1721 alpha.x, alpha.y, A->getID(), B->getID(), in ZHEMM()
1722 beta.x, beta.y, C->getID(), 0, 0, 0, 0); in ZHEMM()
1758 nScriptIntrinsicBLAS_Complex(mRS, mRS->getContext(), getID(), RsBlas_cherk, in CHERK()
1760 alpha, 0, A->getID(), 0, in CHERK()
1761 beta, 0, C->getID(), 0, 0, 0, 0); in CHERK()
1773 nScriptIntrinsicBLAS_Z(mRS, mRS->getContext(), getID(), RsBlas_zherk, in ZHERK()
1775 alpha, 0, A->getID(), 0, in ZHERK()
1776 beta, 0, C->getID(), 0, 0, 0, 0); in ZHERK()
1816 nScriptIntrinsicBLAS_Complex(mRS, mRS->getContext(), getID(), RsBlas_cher2k, in CHER2K()
1818 alpha.x, alpha.y, A->getID(), B->getID(), in CHER2K()
1819 beta, 0, C->getID(), 0, 0, 0, 0); in CHER2K()
1831 nScriptIntrinsicBLAS_Z(mRS, mRS->getContext(), getID(), RsBlas_zher2k, in ZHER2K()
1833 alpha.x, alpha.y, A->getID(), B->getID(), in ZHER2K()
1834 beta, 0, C->getID(), 0, 0, 0, 0); in ZHER2K()
1854 nScriptIntrinsicBLAS_BNNM(mRS, mRS->getContext(), getID(), M, N, K, A->getID(), a_offset, in BNNM()
1855 B->getID(), b_offset, C->getID(), c_offset, c_mult); in BNNM()