Lines Matching refs:ShiftLeft
372 numerator->ShiftLeft(Double(v).Exponent());
379 denominator->ShiftLeft(1);
380 numerator->ShiftLeft(1);
384 delta_plus->ShiftLeft(Double(v).Exponent());
387 delta_minus->ShiftLeft(Double(v).Exponent());
398 denominator->ShiftLeft(1); // *2
399 numerator->ShiftLeft(1); // *2
400 delta_plus->ShiftLeft(1); // *2
421 denominator->ShiftLeft(-exponent);
426 denominator->ShiftLeft(1);
427 numerator->ShiftLeft(1);
446 denominator->ShiftLeft(1); // *2
447 numerator->ShiftLeft(1); // *2
448 delta_plus->ShiftLeft(1); // *2
485 denominator->ShiftLeft(-exponent);
490 numerator->ShiftLeft(1);
491 denominator->ShiftLeft(1);
504 numerator->ShiftLeft(1); // *2
505 denominator->ShiftLeft(1); // *2
506 delta_plus->ShiftLeft(1); // *2