Lines Matching refs:rval
10 PetscScalar *vals, rval, one = 1.0; in main() local
50 PetscCall(PetscRandomGetValue(rand, &rval)); in main()
51 cols[0] = bs * (int)(PetscRealPart(rval) * m); in main()
52 PetscCall(PetscRandomGetValue(rand, &rval)); in main()
53 rows[0] = bs * (int)(PetscRealPart(rval) * m); in main()
60 PetscCall(PetscRandomGetValue(rand, &rval)); in main()
61 vals[j] = rval; in main()
107 PetscCall(PetscRandomGetValue(rand, &rval)); in main()
108 size = (int)(PetscRealPart(rval) * m); in main()
110 PetscCall(PetscRandomGetValue(rand, &rval)); in main()
111 idx[j * bs] = bs * (int)(PetscRealPart(rval) * m); in main()