Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dmth.h129 #define MTH_I_DCOS "__mth_i_dcos" macro
H A Diliutil.cpp5604 (void)mk_prototype(MTH_I_DCOS, "f pure", DT_DBLE, 1, DT_DBLE); in addarth()
5605 ilix = ad_func(IL_DFRDP, IL_QJSR, MTH_I_DCOS, 1, op1); in addarth()
5609 mk_prototype(fast_math("cos", 's', 'd', MTH_I_DCOS), "f pure", DT_DBLE, 1, in addarth()
5611 ilix = ad_func(IL_DFRDP, IL_QJSR, fast_math("cos", 's', 'd', MTH_I_DCOS), 1, in addarth()
5615 (void)mk_prototype(MTH_I_DCOS, "f pure", DT_DBLE, 1, DT_DBLE); in addarth()
5616 ilix = ad_func(IL_dpfunc, IL_QJSR, MTH_I_DCOS, 1, op1); in addarth()