Home
last modified time | relevance | path

Searched refs:is_tiny (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/arch/hppa/spmath/
H A Dsfmpy.c31 int is_tiny; local
284 is_tiny = TRUE;
291 is_tiny = FALSE;
299 is_tiny = FALSE;
308 is_tiny = FALSE;
338 if (is_tiny) Set_underflowflag();
H A Dsfdiv.c31 int is_tiny; local
299 is_tiny = TRUE;
306 is_tiny = FALSE;
314 is_tiny = FALSE;
323 is_tiny = FALSE;
356 if (is_tiny) Set_underflowflag();
H A Ddfmpy.c33 int is_tiny; local
301 is_tiny = TRUE;
308 is_tiny = FALSE;
316 is_tiny = FALSE;
325 is_tiny = FALSE;
359 if (is_tiny) Set_underflowflag();
H A Ddfdiv.c33 int is_tiny; local
309 is_tiny = TRUE;
316 is_tiny = FALSE;
324 is_tiny = FALSE;
333 is_tiny = FALSE;
367 if (is_tiny)
H A Dfcnvff.c120 int is_tiny; local
185 is_tiny);
270 if (inexact && is_tiny) Set_underflowflag();