Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dmth.h124 #define MTH_I_SIN "__mth_i_sin" macro
H A Diliutil.cpp5491 (void)mk_prototype(MTH_I_SIN, "f pure", DT_FLOAT, 1, DT_FLOAT); in addarth()
5492 ilix = ad_func(IL_DFRSP, IL_QJSR, MTH_I_SIN, 1, op1); in addarth()
5503 mk_prototype(fast_math("sin", 's', 's', MTH_I_SIN), "f pure", DT_FLOAT, 1, in addarth()
5505 ilix = ad_func(IL_DFRSP, IL_QJSR, fast_math("sin", 's', 's', MTH_I_SIN), 1, in addarth()
5509 (void)mk_prototype(MTH_I_SIN, "f pure", DT_FLOAT, 1, DT_FLOAT); in addarth()
5510 ilix = ad_func(IL_spfunc, IL_QJSR, MTH_I_SIN, 1, op1); in addarth()