/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/ |
fast-dtoa.cc | 55 // 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 we can safely round down [all...] |
/external/chromium_org/v8/src/ |
fast-dtoa.cc | 56 // 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 we can safely round down 652 int kappa; local 701 int kappa; local [all...] |
/external/v8/src/ |
fast-dtoa.cc | 56 // 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 we can safely round down 652 int kappa; local 701 int kappa; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
bezier.c | 502 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/ |
bezier.c | 502 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;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
random.py | 436 def vonmisesvariate(self, mu, kappa): 440 kappa is the concentration parameter, which must be greater than or 441 equal to zero. If kappa is equal to zero, this distribution reduces 446 # kappa: concentration parameter kappa (>= 0) 447 # if kappa = 0 generate uniform random angle 457 if kappa <= 1e-6: 460 s = 0.5 / kappa
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
random.py | 436 def vonmisesvariate(self, mu, kappa): 440 kappa is the concentration parameter, which must be greater than or 441 equal to zero. If kappa is equal to zero, this distribution reduces 446 # kappa: concentration parameter kappa (>= 0) 447 # if kappa = 0 generate uniform random angle 457 if kappa <= 1e-6: 460 s = 0.5 / kappa
|
/external/dropbear/libtomcrypt/src/ciphers/ |
anubis.c | 901 ulong32 kappa[MAX_N]; local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_random.py | 566 for kappa in 0.0, 2.3, 500.0: 568 sample = g.vonmisesvariate(mu, kappa) 572 " of range [0, 2*pi]").format(mu, kappa, sample))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_random.py | 566 for kappa in 0.0, 2.3, 500.0: 568 sample = g.vonmisesvariate(mu, kappa) 572 " of range [0, 2*pi]").format(mu, kappa, sample))
|
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/ |
CharEscapers.java | 274 .addEscape('\u039A', "Κ") 298 .addEscape('\u03BA', "κ") [all...] |
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
CharEscapers.java | 274 .addEscape('\u039A', "Κ") 298 .addEscape('\u03BA', "κ") [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
pdfjs.js | [all...] |