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

  /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 33 // Input: * buffer containing the digits of too_high / 10^kappa
37 // * rest = (too_high - buffer * 10^kappa).f() * unit
38 // * ten_kappa = 10^kappa * unit
154 // The rounding might shift the whole buffer in which case the kappa is
155 // adjusted. For example "99", kappa = 3 might become "10", kappa = 4.
168 int* kappa) {
175 // 10^kappa == 40 then there is no way to tell which way to round.
177 // Even if unit is just half the size of 10^kappa we are already completely
181 // If 2 * (rest + unit) <= 10^kappa we can safely round down
629 int kappa; local
678 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
  /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', "&Kappa;")
298 .addEscape('\u03BA', "&kappa;")
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharEscapers.java 274 .addEscape('\u039A', "&Kappa;")
298 .addEscape('\u03BA', "&kappa;")
    [all...]
  /external/fonttools/Lib/fontTools/
agl.py 195 039A;Kappa;GREEK CAPITAL LETTER KAPPA
505 03BA;kappa;GREEK SMALL LETTER KAPPA
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 1422 milliseconds