Symbol: OVERFLOWEXCEPTION
sys/arch/hppa/hppa/fpu.c
414
} else if (exception & OVERFLOWEXCEPTION) {
sys/arch/hppa/spmath/cnv_float.h
355
return(OVERFLOWEXCEPTION|INEXACTEXCEPTION); \
sys/arch/hppa/spmath/cnv_float.h
358
return(OVERFLOWEXCEPTION); \
sys/arch/hppa/spmath/cnv_float.h
374
return(OVERFLOWEXCEPTION|INEXACTEXCEPTION); \
sys/arch/hppa/spmath/cnv_float.h
377
return(OVERFLOWEXCEPTION); \
sys/arch/hppa/spmath/cnv_float.h
392
return(OVERFLOWEXCEPTION|INEXACTEXCEPTION); \
sys/arch/hppa/spmath/cnv_float.h
395
return(OVERFLOWEXCEPTION); \
sys/arch/hppa/spmath/cnv_float.h
411
return(OVERFLOWEXCEPTION|INEXACTEXCEPTION); \
sys/arch/hppa/spmath/cnv_float.h
414
return(OVERFLOWEXCEPTION); \
sys/arch/hppa/spmath/dfadd.c
508
return(OVERFLOWEXCEPTION | INEXACTEXCEPTION);
sys/arch/hppa/spmath/dfadd.c
512
return(OVERFLOWEXCEPTION);
sys/arch/hppa/spmath/dfdiv.c
306
return(OVERFLOWEXCEPTION | INEXACTEXCEPTION);
sys/arch/hppa/spmath/dfdiv.c
310
return(OVERFLOWEXCEPTION);
sys/arch/hppa/spmath/dfmpy.c
298
return (OVERFLOWEXCEPTION | INEXACTEXCEPTION);
sys/arch/hppa/spmath/dfmpy.c
302
return (OVERFLOWEXCEPTION);
sys/arch/hppa/spmath/dfsub.c
507
return(OVERFLOWEXCEPTION | INEXACTEXCEPTION);
sys/arch/hppa/spmath/dfsub.c
511
return(OVERFLOWEXCEPTION);
sys/arch/hppa/spmath/fcnvff.c
260
return(OVERFLOWEXCEPTION|INEXACTEXCEPTION);
sys/arch/hppa/spmath/fcnvff.c
264
return(OVERFLOWEXCEPTION);
sys/arch/hppa/spmath/fcnvfx.c
343
return(OVERFLOWEXCEPTION|INEXACTEXCEPTION);
sys/arch/hppa/spmath/fcnvfx.c
345
return(OVERFLOWEXCEPTION);
sys/arch/hppa/spmath/sfadd.c
503
return(OVERFLOWEXCEPTION | INEXACTEXCEPTION);
sys/arch/hppa/spmath/sfadd.c
506
return(OVERFLOWEXCEPTION);
sys/arch/hppa/spmath/sfdiv.c
298
return(OVERFLOWEXCEPTION | INEXACTEXCEPTION);
sys/arch/hppa/spmath/sfdiv.c
301
return(OVERFLOWEXCEPTION);
sys/arch/hppa/spmath/sfmpy.c
283
return(OVERFLOWEXCEPTION | INEXACTEXCEPTION);
sys/arch/hppa/spmath/sfmpy.c
286
return(OVERFLOWEXCEPTION);
sys/arch/hppa/spmath/sfsub.c
506
return(OVERFLOWEXCEPTION | INEXACTEXCEPTION);
sys/arch/hppa/spmath/sfsub.c
509
return(OVERFLOWEXCEPTION);