aot_fun_put_quadruple Subroutine

private subroutine aot_fun_put_quadruple(L, fun, arg)

Put an argument of type double into the list of arguments for the function.

Arguments

TypeIntentOptionalAttributesName
type(flu_state) :: L
type(aot_fun_type) :: fun

Handle of the function, this argument should be put into.

real(kind=quad_k), intent(in) :: arg

Actual argument to hand over to the Lua function.


Calls

proc~~aot_fun_put_quadruple~~CallsGraph proc~aot_fun_put_quadruple aot_fun_put_quadruple interface~flu_pushnumber flu_pushnumber proc~aot_fun_put_quadruple->interface~flu_pushnumber proc~flu_settop flu_settop proc~aot_fun_put_quadruple->proc~flu_settop proc~flu_pushvalue flu_pushvalue proc~aot_fun_put_quadruple->proc~flu_pushvalue proc~flu_pushdouble flu_pushdouble interface~flu_pushnumber->proc~flu_pushdouble proc~flu_pushreal flu_pushreal interface~flu_pushnumber->proc~flu_pushreal interface~lua_settop lua_settop proc~flu_settop->interface~lua_settop interface~lua_pushvalue lua_pushvalue proc~flu_pushvalue->interface~lua_pushvalue interface~lua_pushnumber lua_pushnumber proc~flu_pushdouble->interface~lua_pushnumber proc~flu_pushreal->interface~lua_pushnumber

Called by

proc~~aot_fun_put_quadruple~~CalledByGraph proc~aot_fun_put_quadruple aot_fun_put_quadruple interface~aot_fun_put~2 aot_fun_put interface~aot_fun_put~2->proc~aot_fun_put_quadruple

Contents


Variables

TypeVisibilityAttributesNameInitial
real(kind=double_k), private :: locarg