Calculate a hash value for a given key value (binary blob). Conceptually pure, but C_LOC may be (incorrectly) impure.
Calculates a hash value for the given array and seed. FORTRAN 77: see libxsmm_xhash
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=C_CHAR), | INTENT(IN)$CONTIGUOUS | :: | key(:) | |||
integer(kind=C_INT), | intent(in) | :: | seed |
Calculates a hash value for the given array and seed. FORTRAN 77: see libxsmm_xhash
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=C_INT8_T), | INTENT(IN)$CONTIGUOUS | :: | key(:) | |||
integer(kind=C_INT), | intent(in) | :: | seed |
Calculates a hash value for the given array and seed. FORTRAN 77: see libxsmm_xhash
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=C_INT), | INTENT(IN)$CONTIGUOUS | :: | key(:) | |||
integer(kind=C_INT), | intent(in) | :: | seed |
Calculates a hash value for the given array and seed. FORTRAN 77: see libxsmm_xhash
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=C_LONG_LONG), | INTENT(IN)$CONTIGUOUS | :: | key(:) | |||
integer(kind=C_INT), | intent(in) | :: | seed |