|
DOUG 0.2
|
Data Types | |
| interface | isnan |
| interface | isinf |
Functions/Subroutines | |
| logical | isnan_4 (x) |
| logical | isnan_8 (x) |
| integer | isinf_4 (x) |
| integer | isinf_8 (x) |
Variables | |
| integer, parameter | rk = selected_real_kind(15, 307) |
| integer, parameter | xyzk = selected_real_kind(15, 307) |
| integer RealKind::isinf_4 | ( | real(4),intent(in) | x | ) |
Definition at line 59 of file RealKind.F90.
| integer RealKind::isinf_8 | ( | real(8),intent(in) | x | ) |
Definition at line 68 of file RealKind.F90.
| logical RealKind::isnan_4 | ( | real(4),intent(in) | x | ) |
Definition at line 44 of file RealKind.F90.
| logical RealKind::isnan_8 | ( | real(8),intent(in) | x | ) |
Definition at line 50 of file RealKind.F90.
| integer,parameter RealKind::rk = selected_real_kind(15, 307) |
Definition at line 26 of file RealKind.F90.
Referenced by CoarseAllgathers::AllRecvCoarseVector(), CoarseAllgathers::AllSendCoarseVector(), DenseMtx_mod::DenseDMtx_print(), DenseMtx_mod::DenseMtx_mvm(), Vect_mod::DVect_Print(), ElemMtxs_assemble::ElemMtxsAssembleContext_addChunk(), ElemMtxs_assemble::ElemMtxsAssembleContext_extractVect(), CoarseCreateRestrict::getInvDistVals(), CoarseCreateRestrict::getKrigingVals(), getvals::getvals(), CoarseMtx_mod::IntRestBuild(), Vect_mod::Print_Glob_Vect(), SpMtx_class::ReadInSparseAssembledBulk_TextBinary(), SpMtx_aggregation::SpMtx_aggregate(), SpMtx_arrangement::SpMtx_arrange(), SpMtx_arrangement::SpMtx_build_ghost(), SpMtx_arrangement::SpMtx_build_ghost_v01(), SpMtx_arrangement::SpMtx_distributeWithOverlap(), SpMtx_aggregation::SpMtx_find_strong(), SpMtx_operation::SpMtx_mvm(), SpMtx_class::SpMtx_newInit(), SpMtx_operation::SpMtx_pmvm_assembled(), SpMtx_operation::SpMtx_pmvm_assembled_ol0(), SpMtx_operation::SpMtx_pmvm_elemental(), SpMtx_arrangement::SpMtx_roughly_aggregate(), SpMtx_arrangement::SpMtx_scale(), SpMtx_arrangement::SpMtx_unscale(), Vect_mod::Vect_dot_product(), Vect_mod::Vect_exchangeIntf(), Vect_mod::Vect_Gather(), Vect_mod::Vect_permute(), Vect_mod::Vect_readAndBroadcastRHS(), Vect_mod::Vect_ReadFromFile(), Vect_mod::Vect_ReadFromFile_Binary(), Vect_mod::Vect_ReadFromFile_Text(), Vect_mod::Vect_remap(), DOUG_utils::WriteSolutionBinaryFormat(), DOUG_utils::WriteSolutionTextualFormat(), and DOUG_utils::WriteSolutionToFile().
| integer,parameter RealKind::xyzk = selected_real_kind(15, 307) |
Definition at line 28 of file RealKind.F90.
1.7.3-20110217