Home
last modified time | relevance | path

Searched refs:Set_underflowflag (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/sys/arch/hppa/spmath/
Dfcnvff.c270 if (inexact && is_tiny) Set_underflowflag();
Dsfmpy.c338 if (is_tiny) Set_underflowflag();
Dsfdiv.c356 if (is_tiny) Set_underflowflag();
Ddfmpy.c359 if (is_tiny) Set_underflowflag();
Ddfdiv.c368 Set_underflowflag();
Dfloat.h434 #define Set_underflowflag() Bitfield_deposit(1,3,1,Fpustatus_register) macro