eml_avg_real64 Function

private elemental function eml_avg_real64(x, y)

Arguments

Type IntentOptional Attributes Name
type(eml_real64_type), intent(in) :: x
type(eml_real64_type), intent(in) :: y

Return Value type(eml_real64_type)


Calls

proc~~eml_avg_real64~~CallsGraph proc~eml_avg_real64 eml_avg_real64 interface~eml_add eml_add proc~eml_avg_real64->interface~eml_add interface~eml_half eml_half proc~eml_avg_real64->interface~eml_half proc~eml_add_real64 eml_add_real64 interface~eml_add->proc~eml_add_real64 proc~eml_half_real64 eml_half_real64 interface~eml_half->proc~eml_half_real64

Called by

proc~~eml_avg_real64~~CalledByGraph proc~eml_avg_real64 eml_avg_real64 interface~avg avg interface~avg->proc~eml_avg_real64 interface~eml_avg eml_avg interface~eml_avg->proc~eml_avg_real64 proc~eml_cosh_real64 eml_cosh_real64 proc~eml_cosh_real64->interface~eml_avg