Symbol: Is_rounding_mode
arch/parisc/math-emu/dfadd.c
174
if(Is_rounding_mode(ROUNDMINUS))
arch/parisc/math-emu/dfadd.c
218
if(Is_rounding_mode(ROUNDMINUS))
arch/parisc/math-emu/dfadd.c
312
if(Is_rounding_mode(ROUNDMINUS)) Dbl_setone_sign(resultp1);
arch/parisc/math-emu/dfsub.c
177
if(Is_rounding_mode(ROUNDMINUS))
arch/parisc/math-emu/dfsub.c
221
if(Is_rounding_mode(ROUNDMINUS))
arch/parisc/math-emu/dfsub.c
315
if(Is_rounding_mode(ROUNDMINUS)) Dbl_setone_sign(resultp1);
arch/parisc/math-emu/fmpyfadd.c
1201
if (Is_rounding_mode(ROUNDMINUS))
arch/parisc/math-emu/fmpyfadd.c
1606
if (Is_rounding_mode(ROUNDMINUS)) {
arch/parisc/math-emu/fmpyfadd.c
1648
if (Is_rounding_mode(ROUNDMINUS)) {
arch/parisc/math-emu/fmpyfadd.c
1850
if (Is_rounding_mode(ROUNDMINUS))
arch/parisc/math-emu/fmpyfadd.c
2248
if (Is_rounding_mode(ROUNDMINUS)) {
arch/parisc/math-emu/fmpyfadd.c
2290
if (Is_rounding_mode(ROUNDMINUS)) {
arch/parisc/math-emu/fmpyfadd.c
2492
if (Is_rounding_mode(ROUNDMINUS))
arch/parisc/math-emu/fmpyfadd.c
290
if (Is_rounding_mode(ROUNDMINUS)) {
arch/parisc/math-emu/fmpyfadd.c
332
if (Is_rounding_mode(ROUNDMINUS)) {
arch/parisc/math-emu/fmpyfadd.c
541
if (Is_rounding_mode(ROUNDMINUS))
arch/parisc/math-emu/fmpyfadd.c
950
if (Is_rounding_mode(ROUNDMINUS)) {
arch/parisc/math-emu/fmpyfadd.c
992
if (Is_rounding_mode(ROUNDMINUS)) {
arch/parisc/math-emu/sfadd.c
174
if(Is_rounding_mode(ROUNDMINUS))
arch/parisc/math-emu/sfadd.c
216
if(Is_rounding_mode(ROUNDMINUS))
arch/parisc/math-emu/sfadd.c
307
if(Is_rounding_mode(ROUNDMINUS)) Sgl_setone_sign(result);
arch/parisc/math-emu/sfsub.c
175
if(Is_rounding_mode(ROUNDMINUS))
arch/parisc/math-emu/sfsub.c
218
if(Is_rounding_mode(ROUNDMINUS))
arch/parisc/math-emu/sfsub.c
310
if(Is_rounding_mode(ROUNDMINUS)) Sgl_setone_sign(result);