Searched refs:drv0 (Results 1 – 2 of 2) sorted by relevance
84 $ ./qemu-system-i386 -drive file=nvme.img,if=none,id=drv0 -device nvme,drive=drv0,serial=QEMUNVME00…
215 RowDenseVector drv0(depth), drv1(rv1); in sparse_product() local216 initSparse(2*density,drv0, rv0); in sparse_product()219 VERIFY_IS_APPROX(rv1=rv0*m3, drv1=drv0*refMat3); in sparse_product()221 VERIFY_IS_APPROX(cv1=rv0*m3, dcv1=drv0*refMat3); in sparse_product()