Home
last modified time | relevance | path

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

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