Searched defs:vectorYD (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/cts/tests/tests/rsblas/src/android/renderscript/cts/ |
H A D | IntrinsicBLAS.java | 377 …Allocation vectorYD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData.d… in test_L2_DGEMV_Correctness() local 677 …Allocation vectorYD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData.d… in test_L2_DGBMV_Correctness() local 1364 …Allocation vectorYD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData.d… in test_L2_DSYMV_Correctness() local 1498 …Allocation vectorYD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData.d… in test_L2_DSBMV_Correctness() local 1667 … Allocation vectorYD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), N, 1)); in test_L2_DSPMV_Correctness() local 3515 …Allocation vectorYD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData.d… in test_L2_DGER_Correctness() local 4719 …Allocation vectorYD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData.d… in test_L2_DSYR2_Correctness() local 4883 … Allocation vectorYD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), N, 1)); in test_L2_DSPR2_Correctness() local
|