HomeSort by relevance Sort by last modified time
    Searched refs:kappa (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
fast-dtoa.cc 54 // Input: * buffer containing the digits of too_high / 10^kappa
58 // * rest = (too_high - buffer * 10^kappa).f() * unit
59 // * ten_kappa = 10^kappa * unit
175 // The rounding might shift the whole buffer in which case the kappa is
176 // adjusted. For example "99", kappa = 3 might become "10", kappa = 4.
189 int* kappa) {
196 // 10^kappa == 40 then there is no way to tell which way to round.
198 // Even if unit is just half the size of 10^kappa we are already completely
202 // If 2 * (rest + unit) <= 10^kappa we can safely round down
650 int kappa; local
699 int kappa; local
    [all...]
  /external/dropbear/libtomcrypt/src/ciphers/
anubis.c 901 ulong32 kappa[MAX_N]; local
    [all...]

Completed in 33 milliseconds