Lines Matching refs:increment
382 unsigned long increment = 0; /* avoid gcc warnings */ in FPU_store_double() local
425 increment = ((tmp.sigl & 0x7ff) > 0x400) | /* nearest */ in FPU_store_double()
429 increment = in FPU_store_double()
434 increment = in FPU_store_double()
439 increment = 0; in FPU_store_double()
446 if (increment) { in FPU_store_double()
484 if (increment) in FPU_store_double()
567 unsigned long increment = 0; /* avoid gcc warnings */ in FPU_store_single() local
612 increment = ((sigh & 0xff) > 0x80) /* more than half */ in FPU_store_single()
617 increment = signpositive(&tmp) in FPU_store_single()
621 increment = signpositive(&tmp) in FPU_store_single()
625 increment = 0; in FPU_store_single()
632 if (increment) { in FPU_store_single()
665 if (increment) in FPU_store_single()