HomeSort by relevance Sort by last modified time
    Searched full:kappa (Results 1 - 25 of 191) sorted by null

1 2 3 4 5 6 7 8

  /external/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...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
dtoa.h 65 unsigned kappa = CountDecimalDigit32(p1); // kappa in [0, 9] local
68 while (kappa > 0) {
70 switch (kappa) {
84 kappa--;
87 *K += kappa;
88 GrisuRound(buffer, *len, delta, tmp, static_cast<uint64_t>(kPow10[kappa]) << -one.e, wp_w.f);
93 // kappa = 0
101 kappa--;
103 *K += kappa;
    [all...]
  /external/toybox/tests/
cut.test 14 alpha:beta:gamma:delta:epsilon:zeta:eta:teta:iota:kappa:lambda:mu
18 testing "with -f (a-)" "cut -d ':' -f 5- abc.txt" "five:six:seven\nepsilon:zeta:eta:teta:iota:kappa:lambda:mu\nthe quick brown fox jumps over the lazy dog\n" "" ""
20 testing "with -f (a)" "cut -d ' ' -f 3 abc.txt" "one:two:three:four:five:six:seven\nalpha:beta:gamma:delta:epsilon:zeta:eta:teta:iota:kappa:lambda:mu\nbrown\n" "" ""
  /external/protobuf/python/google/protobuf/internal/
descriptor_pool_test1.proto 79 KAPPA = 10;
  /packages/inputmethods/LatinIME/java/res/xml/
rowkeys_greek2.xml 49 <!-- U+03BA: "?" GREEK SMALL LETTER KAPPA -->
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
HTMLEntities.properties 145 # Kappa 922
169 # kappa 954
  /external/libmojo/third_party/markupsafe/
_constants.py 40 'Kappa': 922,
148 'kappa': 954,
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/
xhtml-symbol.ent 41 <!ENTITY Kappa "&#922;"> <!-- greek capital letter kappa, U+039A -->
78 <!ENTITY kappa "&#954;"> <!-- greek small letter kappa,
  /external/libxml2/test/valid/dtds/
xhtml-symbol.ent 41 <!ENTITY Kappa "&#922;"> <!-- greek capital letter kappa, U+039A -->
78 <!ENTITY kappa "&#954;"> <!-- greek small letter kappa,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
random.py 438 def vonmisesvariate(self, mu, kappa):
442 kappa is the concentration parameter, which must be greater than or
443 equal to zero. If kappa is equal to zero, this distribution reduces
448 # kappa: concentration parameter kappa (>= 0)
449 # if kappa = 0 generate uniform random angle
459 if kappa <= 1e-6:
462 a = 1.0 + _sqrt(1.0 + 4.0 * kappa * kappa)
463 b = (a - _sqrt(2.0 * a))/(2.0 * kappa)
    [all...]
htmlentitydefs.py 31 'Kappa': 0x039a, # greek capital letter kappa, U+039A
138 'kappa': 0x03ba, # greek small letter kappa, U+03BA ISOgrk3
  /external/python/cpython3/Lib/
random.py 450 def vonmisesvariate(self, mu, kappa):
454 kappa is the concentration parameter, which must be greater than or
455 equal to zero. If kappa is equal to zero, this distribution reduces
460 # kappa: concentration parameter kappa (>= 0)
461 # if kappa = 0 generate uniform random angle
471 if kappa <= 1e-6:
474 s = 0.5 / kappa
  /external/python/cpython2/Doc/library/
random.rst 269 .. function:: vonmisesvariate(mu, kappa)
271 *mu* is the mean angle, expressed in radians between 0 and 2\*\ *pi*, and *kappa*
273 *kappa* is equal to zero, this distribution reduces to a uniform random angle
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
random.py 442 def vonmisesvariate(self, mu, kappa):
446 kappa is the concentration parameter, which must be greater than or
447 equal to zero. If kappa is equal to zero, this distribution reduces
452 # kappa: concentration parameter kappa (>= 0)
453 # if kappa = 0 generate uniform random angle
463 if kappa <= 1e-6:
466 s = 0.5 / kappa
    [all...]
  /external/python/cpython2/Lib/
random.py 442 def vonmisesvariate(self, mu, kappa):
446 kappa is the concentration parameter, which must be greater than or
447 equal to zero. If kappa is equal to zero, this distribution reduces
452 # kappa: concentration parameter kappa (>= 0)
453 # if kappa = 0 generate uniform random angle
463 if kappa <= 1e-6:
466 s = 0.5 / kappa
htmlentitydefs.py 31 'Kappa': 0x039a, # greek capital letter kappa, U+039A
138 'kappa': 0x03ba, # greek small letter kappa, U+03BA ISOgrk3
  /external/syslinux/core/fs/pxe/
http_readdir.c 188 { 922, "Kappa" },
212 { 954, "kappa" },
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/
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/clang/include/clang/AST/
CommentHTMLNamedCharacterReferences.td 129 def : NCR<"kappa", 0x003BA>;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
Greek.java 124 // U+03BA: "?" GREEK SMALL LETTER KAPPA
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CommentHTMLNamedCharacterReferences.td 129 def : NCR<"kappa", 0x003BA>;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CommentHTMLNamedCharacterReferences.td 129 def : NCR<"kappa", 0x003BA>;

Completed in 508 milliseconds

1 2 3 4 5 6 7 8