Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dmth.h134 #define MTH_I_RPOWF "__mth_i_rpowr" macro
H A Diliutil.cpp6446 mk_prototype(MTH_I_RPOWF, "f_pure", DT_FLOAT, 2, DT_FLOAT, DT_FLOAT); in addarth()
6447 ilix = ad_func(IL_DFRSP, IL_QJSR, MTH_I_RPOWF, 2, op1, op2); in addarth()
6449 (void)mk_prototype(fast_math("pow", 's', 's', MTH_I_RPOWF), "f pure", in addarth()
6452 fast_math("pow", 's', 's', MTH_I_RPOWF), 2, op1, op2); in addarth()
6455 mk_prototype(MTH_I_RPOWF, "f pure", DT_FLOAT, 2, DT_FLOAT, DT_FLOAT); in addarth()
6456 ilix = ad_func(IL_spfunc, IL_QJSR, MTH_I_RPOWF, 2, op1, op2); in addarth()