eml_mul_real64 Function

private elemental function eml_mul_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_mul_real64~~CallsGraph proc~eml_mul_real64 eml_mul_real64 interface~eml_add eml_add proc~eml_mul_real64->interface~eml_add interface~eml_exp eml_exp proc~eml_mul_real64->interface~eml_exp interface~eml_log eml_log proc~eml_mul_real64->interface~eml_log proc~eml_add_real64 eml_add_real64 interface~eml_add->proc~eml_add_real64 proc~eml_exp_real64 eml_exp_real64 interface~eml_exp->proc~eml_exp_real64 proc~eml_natural_log_real64 eml_natural_log_real64 interface~eml_log->proc~eml_natural_log_real64

Called by

proc~~eml_mul_real64~~CalledByGraph proc~eml_mul_real64 eml_mul_real64 interface~eml_mul eml_mul interface~eml_mul->proc~eml_mul_real64 interface~operator(ASTERISK) operator(*) interface~operator(ASTERISK)->proc~eml_mul_real64 proc~eml_acos_real64 eml_acos_real64 proc~eml_acos_real64->interface~eml_mul proc~eml_acosh_real64 eml_acosh_real64 proc~eml_acosh_real64->interface~eml_mul proc~eml_asin_real64 eml_asin_real64 proc~eml_asin_real64->interface~eml_mul proc~eml_atan_real64 eml_atan_real64 proc~eml_atan_real64->interface~eml_mul proc~eml_cos_real64 eml_cos_real64 proc~eml_cos_real64->interface~eml_mul proc~eml_div_real64 eml_div_real64 proc~eml_div_real64->interface~eml_mul proc~eml_pow_real64 eml_pow_real64 proc~eml_pow_real64->interface~eml_mul proc~eml_sqr_real64 eml_sqr_real64 proc~eml_sqr_real64->interface~eml_mul