Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dmth.h143 #define MTH_I_DLOG "__mth_i_dlog" macro
H A Diliutil.cpp5905 (void)mk_prototype(MTH_I_DLOG, "f pure", DT_DBLE, 1, DT_DBLE); in addarth()
5906 ilix = ad_func(IL_DFRDP, IL_QJSR, MTH_I_DLOG, 1, op1); in addarth()
5914 (void)mk_prototype(MTH_I_DLOG, "f pure", DT_DBLE, 1, DT_DBLE); in addarth()
5915 ilix = ad_func(IL_DFRDP, IL_QJSR, MTH_I_DLOG, 1, op1); in addarth()
5917 (void)mk_prototype(fast_math("log", 's', 'd', MTH_I_DLOG), "f pure", in addarth()
5919 ilix = ad_func(IL_DFRDP, IL_QJSR, fast_math("log", 's', 'd', MTH_I_DLOG), in addarth()
5924 (void)mk_prototype(MTH_I_DLOG, "f pure", DT_DBLE, 1, DT_DBLE); in addarth()
5925 ilix = ad_func(IL_dpfunc, IL_QJSR, MTH_I_DLOG, 1, op1); in addarth()