Searched defs:kappa (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Dfast-dtoa.cc55 // Input: * buffer containing the digits of too_high / 10^kappa
59 // * rest = (too_high - buffer * 10^kappa).f() * unit
60 // * ten_kappa = 10^kappa * unit
176 // The rounding might shift the whole buffer in which case the kappa is
177 // adjusted. For example "99", kappa = 3 might become "10", kappa = 4.
190 int* kappa) {
197 // 10^kappa == 40 then there is no way to tell which way to round.
199 // Even if unit is just half the size of 10^kappa we are already completely
203 // If 2 * (rest + unit) <= 10^kappa w
185 RoundWeedCounted(Vector<char> buffer, int length, uint64_t rest, uint64_t ten_kappa, uint64_t unit, int* kappa) argument
[all...]
/external/chromium_org/v8/src/
H A Dfast-dtoa.cc56 // Input: * buffer containing the digits of too_high / 10^kappa
60 // * rest = (too_high - buffer * 10^kappa).f() * unit
61 // * ten_kappa = 10^kappa * unit
177 // The rounding might shift the whole buffer in which case the kappa is
178 // adjusted. For example "99", kappa = 3 might become "10", kappa = 4.
191 int* kappa) {
198 // 10^kappa == 40 then there is no way to tell which way to round.
200 // Even if unit is just half the size of 10^kappa we are already completely
204 // If 2 * (rest + unit) <= 10^kappa w
186 RoundWeedCounted(Vector<char> buffer, int length, uint64_t rest, uint64_t ten_kappa, uint64_t unit, int* kappa) argument
385 DigitGen(DiyFp low, DiyFp w, DiyFp high, Vector<char> buffer, int* length, int* kappa) argument
511 DigitGenCounted(DiyFp w, int requested_digits, Vector<char> buffer, int* length, int* kappa) argument
652 int kappa; local
701 int kappa; local
[all...]
/external/dropbear/libtomcrypt/src/ciphers/
H A Danubis.c901 ulong32 kappa[MAX_N]; local
933 kappa[i] =
947 K0 = T4[(kappa[N - 1] >> 24) & 0xff];
948 K1 = T4[(kappa[N - 1] >> 16) & 0xff];
949 K2 = T4[(kappa[N - 1] >> 8) & 0xff];
950 K3 = T4[(kappa[N - 1] ) & 0xff];
952 K0 = T4[(kappa[i] >> 24) & 0xff] ^
957 K1 = T4[(kappa[i] >> 16) & 0xff] ^
962 K2 = T4[(kappa[i] >> 8) & 0xff] ^
967 K3 = T4[(kappa[
[all...]
/external/v8/src/
H A Dfast-dtoa.cc56 // Input: * buffer containing the digits of too_high / 10^kappa
60 // * rest = (too_high - buffer * 10^kappa).f() * unit
61 // * ten_kappa = 10^kappa * unit
177 // The rounding might shift the whole buffer in which case the kappa is
178 // adjusted. For example "99", kappa = 3 might become "10", kappa = 4.
191 int* kappa) {
198 // 10^kappa == 40 then there is no way to tell which way to round.
200 // Even if unit is just half the size of 10^kappa we are already completely
204 // If 2 * (rest + unit) <= 10^kappa w
186 RoundWeedCounted(Vector<char> buffer, int length, uint64_t rest, uint64_t ten_kappa, uint64_t unit, int* kappa) argument
385 DigitGen(DiyFp low, DiyFp w, DiyFp high, Vector<char> buffer, int* length, int* kappa) argument
511 DigitGenCounted(DiyFp w, int requested_digits, Vector<char> buffer, int* length, int* kappa) argument
652 int kappa; local
701 int kappa; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dbezier.c502 float kappa = 2.*KAPPA * sign * offset * angles[i]; local
506 o->x2 = circle[i][0] - normals[i][1]*kappa;
507 o->y2 = circle[i][1] + normals[i][0]*kappa;
508 o->x3 = circle[i+1][0] + normals[i+1][1]*kappa;
509 o->y3 = circle[i+1][1] - normals[i+1][0]*kappa;
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dbezier.c502 float kappa = 2.*KAPPA * sign * offset * angles[i]; local
506 o->x2 = circle[i][0] - normals[i][1]*kappa;
507 o->y2 = circle[i][1] + normals[i][0]*kappa;
508 o->x3 = circle[i+1][0] + normals[i+1][1]*kappa;
509 o->y3 = circle[i+1][1] - normals[i+1][0]*kappa;
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 281 milliseconds