HomeSort by: relevance | last modified time | path
    Searched defs:is_tiny (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/arch/hppa/spmath/
dfdiv.c 62 int is_tiny; local in function:dbl_fdiv
338 is_tiny = true;
345 is_tiny = false;
353 is_tiny = false;
362 is_tiny = false;
396 if (is_tiny)
dfmpy.c 62 int is_tiny; local in function:dbl_fmpy
330 is_tiny = true;
337 is_tiny = false;
345 is_tiny = false;
354 is_tiny = false;
388 if (is_tiny) Set_underflowflag();
fcnvff.c 148 int is_tiny = false; local in function:dbl_to_sgl_fcnvff
213 is_tiny);
298 if (inexact && is_tiny) Set_underflowflag();
sfdiv.c 60 int is_tiny; local in function:sgl_fdiv
328 is_tiny = true;
335 is_tiny = false;
343 is_tiny = false;
352 is_tiny = false;
385 if (is_tiny) Set_underflowflag();
sfmpy.c 60 int is_tiny; local in function:sgl_fmpy
313 is_tiny = true;
320 is_tiny = false;
328 is_tiny = false;
337 is_tiny = false;
367 if (is_tiny) Set_underflowflag();
dfdiv.c 62 int is_tiny; local in function:dbl_fdiv
338 is_tiny = true;
345 is_tiny = false;
353 is_tiny = false;
362 is_tiny = false;
396 if (is_tiny)
dfmpy.c 62 int is_tiny; local in function:dbl_fmpy
330 is_tiny = true;
337 is_tiny = false;
345 is_tiny = false;
354 is_tiny = false;
388 if (is_tiny) Set_underflowflag();
fcnvff.c 148 int is_tiny = false; local in function:dbl_to_sgl_fcnvff
213 is_tiny);
298 if (inexact && is_tiny) Set_underflowflag();
sfdiv.c 60 int is_tiny; local in function:sgl_fdiv
328 is_tiny = true;
335 is_tiny = false;
343 is_tiny = false;
352 is_tiny = false;
385 if (is_tiny) Set_underflowflag();
sfmpy.c 60 int is_tiny; local in function:sgl_fmpy
313 is_tiny = true;
320 is_tiny = false;
328 is_tiny = false;
337 is_tiny = false;
367 if (is_tiny) Set_underflowflag();
dfdiv.c 62 int is_tiny; local in function:dbl_fdiv
338 is_tiny = true;
345 is_tiny = false;
353 is_tiny = false;
362 is_tiny = false;
396 if (is_tiny)
dfmpy.c 62 int is_tiny; local in function:dbl_fmpy
330 is_tiny = true;
337 is_tiny = false;
345 is_tiny = false;
354 is_tiny = false;
388 if (is_tiny) Set_underflowflag();
fcnvff.c 148 int is_tiny = false; local in function:dbl_to_sgl_fcnvff
213 is_tiny);
298 if (inexact && is_tiny) Set_underflowflag();
sfdiv.c 60 int is_tiny; local in function:sgl_fdiv
328 is_tiny = true;
335 is_tiny = false;
343 is_tiny = false;
352 is_tiny = false;
385 if (is_tiny) Set_underflowflag();
sfmpy.c 60 int is_tiny; local in function:sgl_fmpy
313 is_tiny = true;
320 is_tiny = false;
328 is_tiny = false;
337 is_tiny = false;
367 if (is_tiny) Set_underflowflag();

Completed in 78 milliseconds