Searched refs:is_tiny (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/math-emu/
H A Ddfdiv.c57 boolean is_tiny; local
329 is_tiny = TRUE;
336 is_tiny = FALSE;
344 is_tiny = FALSE;
353 is_tiny = FALSE;
387 if (is_tiny) Set_underflowflag();
H A Ddfmpy.c60 boolean is_tiny; local
324 is_tiny = TRUE;
331 is_tiny = FALSE;
339 is_tiny = FALSE;
348 is_tiny = FALSE;
382 if (is_tiny) Set_underflowflag();
H A Dsfdiv.c56 boolean is_tiny; local
323 is_tiny = TRUE;
330 is_tiny = FALSE;
338 is_tiny = FALSE;
347 is_tiny = FALSE;
380 if (is_tiny) Set_underflowflag();
H A Dsfmpy.c59 boolean is_tiny; local
310 is_tiny = TRUE;
317 is_tiny = FALSE;
325 is_tiny = FALSE;
334 is_tiny = FALSE;
367 if (is_tiny) Set_underflowflag();
H A Dfcnvff.c151 boolean is_tiny; local
216 is_tiny);
297 if (inexact && is_tiny) Set_underflowflag();
H A Dsgl_float.h434 #define Sglext_denormalize(opndp1,opndp2,exponent,is_tiny) \
436 is_tiny = TRUE; \
442 is_tiny = FALSE; \
447 is_tiny = FALSE; \
455 is_tiny = FALSE; \
H A Dfmpyfadd.c70 boolean inexact = FALSE, is_tiny = FALSE; local
633 result_exponent,is_tiny);
705 else if (inexact && is_tiny) Set_underflowflag();
729 boolean inexact = FALSE, is_tiny = FALSE; local
1293 result_exponent,is_tiny);
1363 else if (inexact && is_tiny) Set_underflowflag();
1387 boolean inexact = FALSE, is_tiny = FALSE; local
1936 Sglext_denormalize(resultp1,resultp2,result_exponent,is_tiny);
2004 else if (inexact && is_tiny) Set_underflowflag();
2028 boolean inexact = FALSE, is_tiny local
[all...]
H A Ddbl_float.h775 #define Dblext_denormalize(opndp1,opndp2,opndp3,opndp4,exponent,is_tiny) \
777 is_tiny = TRUE; \
784 is_tiny = FALSE; \
792 is_tiny = FALSE; \
802 is_tiny = FALSE; \

Completed in 43 milliseconds