Lines Matching refs:ShiftLeft
414 numerator->ShiftLeft(Double(v).Exponent());
421 denominator->ShiftLeft(1);
422 numerator->ShiftLeft(1);
426 delta_plus->ShiftLeft(Double(v).Exponent());
429 delta_minus->ShiftLeft(Double(v).Exponent());
440 denominator->ShiftLeft(1); // *2
441 numerator->ShiftLeft(1); // *2
442 delta_plus->ShiftLeft(1); // *2
465 denominator->ShiftLeft(-exponent);
470 denominator->ShiftLeft(1);
471 numerator->ShiftLeft(1);
490 denominator->ShiftLeft(1); // *2
491 numerator->ShiftLeft(1); // *2
492 delta_plus->ShiftLeft(1); // *2
532 denominator->ShiftLeft(-exponent);
537 numerator->ShiftLeft(1);
538 denominator->ShiftLeft(1);
551 numerator->ShiftLeft(1); // *2
552 denominator->ShiftLeft(1); // *2
553 delta_plus->ShiftLeft(1); // *2