Lines Matching refs:increment
381 unsigned long increment = 0; /* avoid gcc warnings */ in FPU_store_double() local
424 increment = ((tmp.sigl & 0x7ff) > 0x400) | /* nearest */ in FPU_store_double()
428 increment = in FPU_store_double()
433 increment = in FPU_store_double()
438 increment = 0; in FPU_store_double()
445 if (increment) { in FPU_store_double()
483 if (increment) in FPU_store_double()
566 unsigned long increment = 0; /* avoid gcc warnings */ in FPU_store_single() local
611 increment = ((sigh & 0xff) > 0x80) /* more than half */ in FPU_store_single()
616 increment = signpositive(&tmp) in FPU_store_single()
620 increment = signpositive(&tmp) in FPU_store_single()
624 increment = 0; in FPU_store_single()
631 if (increment) { in FPU_store_single()
664 if (increment) in FPU_store_single()