Home
last modified time | relevance | path

Searched refs:realrs (Results 1 – 3 of 3) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Ddinit.cpp1517 xfadd(real1, real2, &realrs); in init_fold_const()
1521 xfsub(real1, real2, &realrs); in init_fold_const()
1528 xfsub(temp1, temp, &realrs); in init_fold_const()
1545 realrs = real2; in init_fold_const()
1571 xfadd(realrs, imag1, &realrs); in init_fold_const()
1572 xfmul(realrs, temp1, &realrs); in init_fold_const()
1594 xfadd(real1, realrs, &realrs); in init_fold_const()
1595 xfmul(realrs, temp1, &realrs); in init_fold_const()
1611 num1[0] = realrs; in init_fold_const()
2810 SNGL result, realrs, imagrs; in negate_const_be() local
[all …]
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dast.c7746 SNGL result, realrs, imagrs; in negate_const() local
7777 num[0] = realrs; in negate_const()
7973 xfadd(real1, real2, &realrs); in const_fold()
7977 xfsub(real1, real2, &realrs); in const_fold()
7984 xfsub(temp1, temp, &realrs); in const_fold()
8001 realrs = real2; in const_fold()
8027 xfadd(realrs, imag1, &realrs); in const_fold()
8028 xfmul(realrs, temp1, &realrs); in const_fold()
8050 xfadd(real1, realrs, &realrs); in const_fold()
8051 xfmul(realrs, temp1, &realrs); in const_fold()
[all …]
H A Dsemutil.c6586 SNGL real1, realrs, imag1, imagrs; in _xtok() local
6675 realrs = CONVAL1G(one); in _xtok()
6679 realpv = realrs; in _xtok()
6680 xfmul(real1, realrs, &temp1); in _xtok()
6682 xfsub(temp1, temp, &realrs); in _xtok()
6687 num1[0] = realrs; in _xtok()