Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Ddinit.cpp1626 xdadd(dreal1, dreal2, drealrs); in init_fold_const()
1630 xdsub(dreal1, dreal2, drealrs); in init_fold_const()
1635 xdmul(dreal1, dreal2, dtemp1); in init_fold_const()
1639 xdmul(dreal2, dimag1, dtemp); in init_fold_const()
1652 if (xdcmp(dreal2, dtemp2) < 0) in init_fold_const()
1653 xdsub(dtemp2, dreal2, drealrs); in init_fold_const()
1655 drealrs[0] = dreal2[0]; in init_fold_const()
1656 drealrs[1] = dreal2[1]; in init_fold_const()
1677 _ddiv(dreal2, dimag2, dtemp); in init_fold_const()
1699 _ddiv(dimag2, dreal2, dtemp); in init_fold_const()
[all …]
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dast.c8082 xdadd(dreal1, dreal2, drealrs); in const_fold()
8086 xdsub(dreal1, dreal2, drealrs); in const_fold()
8091 xdmul(dreal1, dreal2, dtemp1); in const_fold()
8095 xdmul(dreal2, dimag1, dtemp); in const_fold()
8108 if (xdcmp(dreal2, dtemp2) < 0) in const_fold()
8109 xdsub(dtemp2, dreal2, drealrs); in const_fold()
8111 drealrs[0] = dreal2[0]; in const_fold()
8112 drealrs[1] = dreal2[1]; in const_fold()
8133 _ddiv(dreal2, dimag2, dtemp); in const_fold()
8155 _ddiv(dimag2, dreal2, dtemp); in const_fold()
[all …]