Home
last modified time | relevance | path

Searched refs:MTH_I_DEXP (Results 1 – 2 of 2) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dmth.h141 #define MTH_I_DEXP "__mth_i_dexp" macro
H A Diliutil.cpp6067 (void)mk_prototype(MTH_I_DEXP, "f pure", DT_DBLE, 1, DT_DBLE); in addarth()
6068 ilix = ad_func(IL_DFRDP, IL_QJSR, MTH_I_DEXP, 1, op1); in addarth()
6076 (void)mk_prototype(MTH_I_DEXP, "f pure", DT_DBLE, 1, DT_DBLE); in addarth()
6077 ilix = ad_func(IL_DFRDP, IL_QJSR, MTH_I_DEXP, 1, op1); in addarth()
6079 (void)mk_prototype(fast_math("exp", 's', 'd', MTH_I_DEXP), "f pure", in addarth()
6081 ilix = ad_func(IL_DFRDP, IL_QJSR, fast_math("exp", 's', 'd', MTH_I_DEXP), in addarth()
6086 (void)mk_prototype(MTH_I_DEXP, "f pure", DT_DBLE, 1, DT_DBLE); in addarth()
6087 ilix = ad_func(IL_dpfunc, IL_QJSR, MTH_I_DEXP, 1, op1); in addarth()