Searched defs:vectorXD (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/rsblas/src/android/renderscript/cts/ |
D | IntrinsicBLAS.java | 376 …Allocation vectorXD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData.d… in test_L2_DGEMV_Correctness() local 676 …Allocation vectorXD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData.d… in test_L2_DGBMV_Correctness() local 1363 …Allocation vectorXD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData.d… in test_L2_DSYMV_Correctness() local 1497 …Allocation vectorXD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData.d… in test_L2_DSBMV_Correctness() local 1666 … Allocation vectorXD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), N, 1)); in test_L2_DSPMV_Correctness() local 1862 …Allocation vectorXD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData.d… in test_L2_DTRMV_Correctness() local 2130 …Allocation vectorXD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData.d… in test_L2_DTBMV_Correctness() local 2437 … Allocation vectorXD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), N, 1)); in test_L2_DTPMV_Correctness() local 2707 …Allocation vectorXD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData.d… in test_L2_DTRSV_Correctness() local 2977 …Allocation vectorXD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData.d… in test_L2_DTBSV_Correctness() local [all …]
|