![]() |
ScalES-PPM
|
collection of simple comparison functions More...
Functions/Subroutines | |
| pure integer function, public | cmp_i4 (a, b) |
| compare two integers | |
| pure integer function, public | rcmp_i4 (a, b) |
| compare two integers, reverse result | |
| pure integer function, public | cmp_i4_indirect_i4 (a, b, indirection) |
| compare two integers indirectly | |
| pure integer function, public | cmp_i4_indirect_i8 (a, b, indirection) |
| compare two integers indirectly | |
| pure integer function, public | rcmp_i4_indirect_i8 (a, b, indirection) |
| compare two integers indirectly, reverse result | |
| pure integer function, public | cmp_i8 (a, b) |
| compare two integers | |
| pure integer function, public | cmp_dp (a, b) |
| compare two double precision reals | |
| pure integer function, public | rcmp_dp (a, b) |
| compare two double precision reals, reverse result | |
| pure integer function, public | cmp_i4_indirect_dp (a, b, indirection) |
| compare two integers indirectly | |
| pure integer function, public | rcmp_i4_indirect_dp (a, b, indirection) |
| compare two integers indirectly, reverse result | |
collection of simple comparison functions
| pure integer function, public ppm_compare::cmp_dp | ( | real(dp), intent(in) | a, |
| real(dp), intent(in) | b ) |
compare two double precision reals
| a | first number to compare |
| b | second number to compare |
| pure integer function, public ppm_compare::cmp_i4 | ( | integer(i4), intent(in) | a, |
| integer(i4), intent(in) | b ) |
compare two integers
| a | first number to compare |
| b | second number to compare |
| pure integer function, public ppm_compare::cmp_i4_indirect_dp | ( | integer(i4), intent(in) | a, |
| integer(i4), intent(in) | b, | ||
| real(dp), dimension(*), intent(in) | indirection ) |
compare two integers indirectly
| a | first index to compare |
| b | second index to compare |
| indirection | table to reference for values |
| pure integer function, public ppm_compare::cmp_i4_indirect_i4 | ( | integer(i4), intent(in) | a, |
| integer(i4), intent(in) | b, | ||
| integer(i4), dimension(*), intent(in) | indirection ) |
compare two integers indirectly
| a | first index to compare |
| b | second index to compare |
| indirection | table to reference for values |
| pure integer function, public ppm_compare::cmp_i4_indirect_i8 | ( | integer(i4), intent(in) | a, |
| integer(i4), intent(in) | b, | ||
| integer(i8), dimension(*), intent(in) | indirection ) |
compare two integers indirectly
| a | first index to compare |
| b | second index to compare |
| indirection | table to reference for values |
| pure integer function, public ppm_compare::cmp_i8 | ( | integer(i8), intent(in) | a, |
| integer(i8), intent(in) | b ) |
compare two integers
| a | first number to compare |
| b | second number to compare |
| pure integer function, public ppm_compare::rcmp_dp | ( | real(dp), intent(in) | a, |
| real(dp), intent(in) | b ) |
compare two double precision reals, reverse result
| a | first number to compare |
| b | second number to compare |
| pure integer function, public ppm_compare::rcmp_i4 | ( | integer(i4), intent(in) | a, |
| integer(i4), intent(in) | b ) |
compare two integers, reverse result
| a | first number to compare |
| b | second number to compare |
| pure integer function, public ppm_compare::rcmp_i4_indirect_dp | ( | integer(i4), intent(in) | a, |
| integer(i4), intent(in) | b, | ||
| real(dp), dimension(*), intent(in) | indirection ) |
compare two integers indirectly, reverse result
| a | first index to compare |
| b | second index to compare |
| indirection | table to reference for values |
| pure integer function, public ppm_compare::rcmp_i4_indirect_i8 | ( | integer(i4), intent(in) | a, |
| integer(i4), intent(in) | b, | ||
| integer(i8), dimension(*), intent(in) | indirection ) |
compare two integers indirectly, reverse result
| a | first index to compare |
| b | second index to compare |
| indirection | table to reference for values |
Das diesem Bericht zugrundeliegende Vorhaben wurde mit Mitteln des Bundesministeriums für Bildung, und Forschung unter dem Förderkennzeichen 01IH08004E gefördert. Die Verantwortung für den Inhalt dieser Veröffentlichung liegt beim Autor.
1.13.2