Searched refs:pos_inf (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/sys/tests/output/ |
| H A D | ex39.out | 23 PetscIsCloseAtTol(neg_inf,pos_inf,2,2) -> False 25 PetscIsCloseAtTol(pos_inf,neg_zero,2,2) -> False 26 PetscIsCloseAtTol(pos_inf,pos_zero,2,2) -> False 27 PetscIsCloseAtTol(pos_inf,neg_one,2,2) -> False 28 PetscIsCloseAtTol(pos_inf,pos_one,2,2) -> False 29 PetscIsCloseAtTol(pos_inf,neg_inf,2,2) -> False 30 PetscIsCloseAtTol(pos_inf,pos_inf,2,2) -> True 31 PetscIsCloseAtTol(pos_inf,x_nan,2,2) -> False 37 PetscIsCloseAtTol(x_nan,pos_inf,2,2) -> False
|
| H A D | ex34.out | 6 PetscIsInfReal(pos_inf) -> True 13 PetscIsNanReal(pos_inf) -> False
|
| /petsc/src/sys/tests/ |
| H A D | ex39.c | 20 PetscReal pos_inf = pos_one / zero; /* +inf */ in main() local 52 CALL(PetscIsCloseAtTol(neg_inf, pos_inf, 2, 2)); in main() 55 CALL(PetscIsCloseAtTol(pos_inf, neg_zero, 2, 2)); in main() 56 CALL(PetscIsCloseAtTol(pos_inf, pos_zero, 2, 2)); in main() 57 CALL(PetscIsCloseAtTol(pos_inf, neg_one, 2, 2)); in main() 58 CALL(PetscIsCloseAtTol(pos_inf, pos_one, 2, 2)); in main() 59 CALL(PetscIsCloseAtTol(pos_inf, neg_inf, 2, 2)); in main() 60 CALL(PetscIsCloseAtTol(pos_inf, pos_inf, 2, 2)); in main() 61 CALL(PetscIsCloseAtTol(pos_inf, x_nan, 2, 2)); in main() 68 CALL(PetscIsCloseAtTol(x_nan, pos_inf, 2, 2)); in main()
|
| H A D | ex34.c | 19 PetscReal pos_inf = pos_one / zero; /* +inf */ in main() local 30 CALL(PetscIsInfReal(pos_inf)); in main() 38 CALL(PetscIsNanReal(pos_inf)); in main()
|