Searched refs:doubleprod (Results 1 – 1 of 1) sorted by relevance
527 double doubleprod; /* (double)a * (double)b */ in int_mul() local533 doubleprod = (double)a * (double)b; in int_mul()538 if (doubled_longprod == doubleprod) in int_mul()547 const double diff = doubled_longprod - doubleprod; in int_mul()549 const double absprod = doubleprod >= 0.0 ? doubleprod : in int_mul()550 -doubleprod; in int_mul()