Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/hppa/spmath/
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();
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();
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();
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)
Dfcnvff.c120 int is_tiny; local
185 is_tiny);
270 if (inexact && is_tiny) Set_underflowflag();