Symbol: INEXACTEXCEPTION
sys/arch/hppa/hppa/fpu.c
418
} else if (exception & INEXACTEXCEPTION) {
sys/arch/hppa/spmath/cnv_float.h
355
return(OVERFLOWEXCEPTION|INEXACTEXCEPTION); \
sys/arch/hppa/spmath/cnv_float.h
374
return(OVERFLOWEXCEPTION|INEXACTEXCEPTION); \
sys/arch/hppa/spmath/cnv_float.h
392
return(OVERFLOWEXCEPTION|INEXACTEXCEPTION); \
sys/arch/hppa/spmath/cnv_float.h
411
return(OVERFLOWEXCEPTION|INEXACTEXCEPTION); \
sys/arch/hppa/spmath/dfadd.c
508
return(OVERFLOWEXCEPTION | INEXACTEXCEPTION);
sys/arch/hppa/spmath/dfadd.c
525
return(INEXACTEXCEPTION);
sys/arch/hppa/spmath/dfdiv.c
306
return(OVERFLOWEXCEPTION | INEXACTEXCEPTION);
sys/arch/hppa/spmath/dfdiv.c
330
return(UNDERFLOWEXCEPTION | INEXACTEXCEPTION);
sys/arch/hppa/spmath/dfdiv.c
406
if (Is_inexacttrap_enabled()) return(INEXACTEXCEPTION);
sys/arch/hppa/spmath/dfmpy.c
298
return (OVERFLOWEXCEPTION | INEXACTEXCEPTION);
sys/arch/hppa/spmath/dfmpy.c
322
return (UNDERFLOWEXCEPTION | INEXACTEXCEPTION);
sys/arch/hppa/spmath/dfmpy.c
396
if (Is_inexacttrap_enabled()) return(INEXACTEXCEPTION);
sys/arch/hppa/spmath/dfsqrt.c
187
return(INEXACTEXCEPTION);
sys/arch/hppa/spmath/dfsub.c
507
return(OVERFLOWEXCEPTION | INEXACTEXCEPTION);
sys/arch/hppa/spmath/dfsub.c
524
return(INEXACTEXCEPTION);
sys/arch/hppa/spmath/fcnvff.c
260
return(OVERFLOWEXCEPTION|INEXACTEXCEPTION);
sys/arch/hppa/spmath/fcnvff.c
289
return(UNDERFLOWEXCEPTION|INEXACTEXCEPTION);
sys/arch/hppa/spmath/fcnvff.c
308
return(INEXACTEXCEPTION);
sys/arch/hppa/spmath/fcnvfx.c
141
if (Is_inexacttrap_enabled()) return(INEXACTEXCEPTION);
sys/arch/hppa/spmath/fcnvfx.c
262
if (Is_inexacttrap_enabled()) return(INEXACTEXCEPTION);
sys/arch/hppa/spmath/fcnvfx.c
343
return(OVERFLOWEXCEPTION|INEXACTEXCEPTION);
sys/arch/hppa/spmath/fcnvfx.c
350
return(INEXACTEXCEPTION);
sys/arch/hppa/spmath/fcnvfx.c
381
if (Is_inexacttrap_enabled()) return(INEXACTEXCEPTION);
sys/arch/hppa/spmath/fcnvfx.c
502
if (Is_inexacttrap_enabled()) return(INEXACTEXCEPTION);
sys/arch/hppa/spmath/fcnvfxt.c
107
if (Is_inexacttrap_enabled()) return(INEXACTEXCEPTION);
sys/arch/hppa/spmath/fcnvfxt.c
169
if (Is_inexacttrap_enabled()) return(INEXACTEXCEPTION);
sys/arch/hppa/spmath/fcnvfxt.c
179
if (Is_inexacttrap_enabled()) return(INEXACTEXCEPTION);
sys/arch/hppa/spmath/fcnvfxt.c
232
if (Is_inexacttrap_enabled()) return(INEXACTEXCEPTION);
sys/arch/hppa/spmath/fcnvfxt.c
241
if (Is_inexacttrap_enabled()) return(INEXACTEXCEPTION);
sys/arch/hppa/spmath/fcnvfxt.c
302
if (Is_inexacttrap_enabled()) return(INEXACTEXCEPTION);
sys/arch/hppa/spmath/fcnvfxt.c
312
if (Is_inexacttrap_enabled()) return(INEXACTEXCEPTION);
sys/arch/hppa/spmath/fcnvfxt.c
98
if (Is_inexacttrap_enabled()) return(INEXACTEXCEPTION);
sys/arch/hppa/spmath/fcnvxf.c
111
return(INEXACTEXCEPTION);
sys/arch/hppa/spmath/fcnvxf.c
259
return(INEXACTEXCEPTION);
sys/arch/hppa/spmath/fcnvxf.c
363
return(INEXACTEXCEPTION);
sys/arch/hppa/spmath/frnd.c
149
if (Is_inexacttrap_enabled()) return(INEXACTEXCEPTION);
sys/arch/hppa/spmath/frnd.c
254
if (Is_inexacttrap_enabled()) return(INEXACTEXCEPTION);
sys/arch/hppa/spmath/sfadd.c
503
return(OVERFLOWEXCEPTION | INEXACTEXCEPTION);
sys/arch/hppa/spmath/sfadd.c
518
if(Is_inexacttrap_enabled()) return(INEXACTEXCEPTION);
sys/arch/hppa/spmath/sfdiv.c
298
return(OVERFLOWEXCEPTION | INEXACTEXCEPTION);
sys/arch/hppa/spmath/sfdiv.c
321
return(UNDERFLOWEXCEPTION | INEXACTEXCEPTION);
sys/arch/hppa/spmath/sfdiv.c
393
if (Is_inexacttrap_enabled()) return(INEXACTEXCEPTION);
sys/arch/hppa/spmath/sfmpy.c
283
return(OVERFLOWEXCEPTION | INEXACTEXCEPTION);
sys/arch/hppa/spmath/sfmpy.c
306
return(UNDERFLOWEXCEPTION | INEXACTEXCEPTION);
sys/arch/hppa/spmath/sfmpy.c
376
if (Is_inexacttrap_enabled()) return(INEXACTEXCEPTION);
sys/arch/hppa/spmath/sfsqrt.c
178
return(INEXACTEXCEPTION);
sys/arch/hppa/spmath/sfsub.c
506
return(OVERFLOWEXCEPTION | INEXACTEXCEPTION);
sys/arch/hppa/spmath/sfsub.c
521
if(Is_inexacttrap_enabled()) return(INEXACTEXCEPTION);