Searched defs:quotient (Results 1 – 13 of 13) sorted by relevance
198 long quotient = ((dividend >>> 1) / divisor) << 1; in divide() local232 long quotient = ((dividend >>> 1) / divisor) << 1; in remainder() local
120 rep_t quotient = (uint64_t)reciprocal*(aSignificand << 1) >> 32; in __divsf3() local
134 rep_t quotient, quotientLo; in __divdf3() local
90 Calculator.prototype.quotient = function() { return this.x / this.y; }; method in Calculator
34 double quotient; in floorDivide() local44 double quotient = floorDivide(dividend, divisor); in floorDivide() local
344 uint32_t quotient; in FastFixedDtoa() local
526 int quotient = this_bigit / other_bigit; in DivideModuloIntBignum() local
498 void FloorDivMod (double numer, double denom, int *quotient, in FloorDivMod()
97 int quotient; member
500 void FloorDivMod (double numer, double denom, int *quotient, in FloorDivMod()
380 int quotient = difference / 28; in equivalentYearForDST() local
935 DwVfpRegister quotient = double_scratch0(); in DoModI() local