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

1 2 3

  /external/chromium_org/chrome/installer/setup/eula/
oem_el.html 18 <span class="title">&Pi;&lambda;&omicron;?&gamma;&eta;&sigma;&eta; &sigma;&tau;&omicron;&nu; &iota;&sigma;&tau;? &mu;&epsilon; &tau;&omicron; Google Chrome</span><br /> <span class="desc">&Eta; &chi;&rho;?&sigma;&eta; &tau;&omicron;&upsilon; &delta;&iota;&alpha;&delta;&iota;&kappa;&tau;?&omicron;&upsilon; &epsilon;?&nu;&alpha;&iota; &pi;&iota;&omicron; &gamma;&rho;?&gamma;&omicron;&rho;&eta;, &alpha;&sigma;&phi;&alpha;&lambda;?&sigmaf; &kappa;&alpha;&iota; &epsilon;?&kappa;&omicron;&lambda;&eta; &mu;&epsilon; &tau;&omicron; Google Chrome, &tau;&omicron; &pi;&rho;?&gamma;&rho;&alpha;&mu;&mu;&alpha; &pi;&epsilon;&rho;&iota;?&gamma;&eta;&sigma;&eta;&sigmaf; &iota;&sigma;&tau;&omicron;? &pi;&omicron;&upsilon; &epsilon;?&nu;&alpha;&iota; &epsilon;&gamma;&kappa;&alpha;&tau;&epsilon;&sigma;&tau;&eta;&mu;?&nu;&omicron; &sigma;&tau;&omicron;&nu; &upsilon;&pi;&omicron;&lambda;&omicron;&gamma;&iota;&sigma;&tau;? &sigma;&alpha;&sigmaf;</span>
24 &Gamma;&iota;&alpha; &nu;&alpha; &xi;&epsilon;&kappa;&iota;&nu;?&sigma;&epsilon;&tau;&epsilon; &nu;&alpha; &chi;&rho;&eta;&sigma;&iota;&mu;&omicron;&pi;&omicron;&iota;&epsilon;?&tau;&epsilon; &tau;&omicron; Google Chrome &alpha;&pi;&omicron;&delta;&epsilon;&chi;&tau;&epsilon;?&tau;&epsilon; &tau;&omicron;&upsilon;&sigmaf; ?&rho;&omicron;&upsilon;&sigmaf; &pi;&alpha;&rho;&omicron;&chi;?&sigmaf; &upsilon;&pi;&eta;&rho;&epsilon;&sigma;&iota;?&nu; &tau;&omicron;&upsilon; Google Chrome:
37 <label for="accept"><b>&Pi;&rho;&omicron;&alpha;&iota;&rho;&epsilon;&tau;&iota;&kappa;?:</b> &Sigma;&upsilon;&mu;&beta;?&lambda;&epsilon;&tau;&epsilon; &sigma;&tau;&eta; &beta;&epsilon;&lambda;&tau;?&omega;&sigma;&eta; &tau;&omicron;&upsilon; Google Chrome &mu;&epsilon; &tau;&eta;&nu; &alpha;&upsilon;&tau;?&mu;&alpha;&tau;&eta; &alpha;&pi;&omicron;&sigma;&tau;&omicron;&lambda;? &sigma;&tau;&alpha;&tau;&iota;&sigma;&tau;&iota;&kappa;?&nu; &sigma;&tau;&omicron;&iota;&chi;&epsilon;?&omega;&nu; &chi;&rho;?&sigma;&eta;&sigmaf; &kappa;&alpha;&iota; &alpha;&nu;&alpha;&phi;&omicron;&rho;?&nu; &sigma;&phi;&alpha;&lambda;&mu;?&tau;&omega;&nu; &sigma;&tau;&eta; Google. <a href="http://www.google.com/support/chrome/bin/answer.py?answer=96817&amp;hl=el">&Mu;?&theta;&epsilon;&tau;&epsilon; &pi;&epsilon;&rho;&iota;&sigma;&sigma;?&tau;&epsilon;&rho;&alpha;</a>
43 <input type="submit" name="submit" value="&Alpha;&pi;&omicron;&delta;&omicron;&chi;? &kappa;&alpha;&iota; &epsilon;&kappa;&tau;?&lambda;&epsilon;&sigma;&eta;" /> <input onClick="window.returnValue = 2; window.close();" (…)
    [all...]
  /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.h 43 /* kappa as being l of a circle with r = 1, we can emulate any
45 * l = r . kappa
48 #define KAPPA 0.5522847498
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.h 43 /* kappa as being l of a circle with r = 1, we can emulate any
45 * l = r . kappa
48 #define KAPPA 0.5522847498
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/libvpx/libvpx/examples/includes/geshi/geshi/
d.php 85 "Kappa|Lambda|Mu|Nu|Xi|Omicron|Pi|Rho|Sigma|Tau|Upsilon|Phi|Chi|".
87 "kappa|lambda|mu|nu|xi|omicron|pi|rho|sigmaf|sigma|tau|upsilon|".
98 "Gamma|I(?:acute|circ|grave|ota|uml)|Kappa|Lambda|Mu|N(?:tilde|u)|".
108 "n(?:fin|t)|ota|quest|sin|uml)|kappa|l(?:Arr|a(?:mbda|ng|quo|rr)|ceil|".
  /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/chromium_org/third_party/jinja2/_markupsafe/
_constants.py 40 'Kappa': 922,
148 'kappa': 954,
  /external/dropbear/libtomcrypt/src/ciphers/
anubis.c 901 ulong32 kappa[MAX_N]; local
    [all...]
  /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
htmlentitydefs.py 31 'Kappa': 0x039a, # greek capital letter kappa, U+039A
138 'kappa': 0x03ba, # greek small letter kappa, U+03BA ISOgrk3
  /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
htmlentitydefs.py 31 'Kappa': 0x039a, # greek capital letter kappa, U+039A
138 'kappa': 0x03ba, # greek small letter kappa, U+03BA ISOgrk3
  /external/clang/include/clang/AST/
CommentHTMLNamedCharacterReferences.td 129 def : NCR<"kappa", 0x003BA>;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
cp737.py 57 0x0089: 0x039a, # GREEK CAPITAL LETTER KAPPA
81 0x00a1: 0x03ba, # GREEK SMALL LETTER KAPPA
318 u'\u039a' # 0x0089 -> GREEK CAPITAL LETTER KAPPA
342 u'\u03ba' # 0x00a1 -> GREEK SMALL LETTER KAPPA
592 0x039a: 0x0089, # GREEK CAPITAL LETTER KAPPA
622 0x03ba: 0x00a1, # GREEK SMALL LETTER KAPPA
    [all...]
cp869.py 101 0x00b5: 0x039a, # GREEK CAPITAL LETTER KAPPA
148 0x00e4: 0x03ba, # GREEK SMALL LETTER KAPPA
362 u'\u039a' # 0x00b5 -> GREEK CAPITAL LETTER KAPPA
409 u'\u03ba' # 0x00e4 -> GREEK SMALL LETTER KAPPA
605 0x039a: 0x00b5, # GREEK CAPITAL LETTER KAPPA
636 0x03ba: 0x00e4, # GREEK SMALL LETTER KAPPA
    [all...]
cp1253.py 250 u'\u039a' # 0xCA -> GREEK CAPITAL LETTER KAPPA
282 u'\u03ba' # 0xEA -> GREEK SMALL LETTER KAPPA
cp875.py 129 u'\u039a' # 0x51 -> GREEK CAPITAL LETTER KAPPA
205 u'\u03ba' # 0x9D -> GREEK SMALL LETTER KAPPA
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
cp737.py 57 0x0089: 0x039a, # GREEK CAPITAL LETTER KAPPA
81 0x00a1: 0x03ba, # GREEK SMALL LETTER KAPPA
318 u'\u039a' # 0x0089 -> GREEK CAPITAL LETTER KAPPA
342 u'\u03ba' # 0x00a1 -> GREEK SMALL LETTER KAPPA
592 0x039a: 0x0089, # GREEK CAPITAL LETTER KAPPA
622 0x03ba: 0x00a1, # GREEK SMALL LETTER KAPPA
    [all...]
cp869.py 101 0x00b5: 0x039a, # GREEK CAPITAL LETTER KAPPA
148 0x00e4: 0x03ba, # GREEK SMALL LETTER KAPPA
362 u'\u039a' # 0x00b5 -> GREEK CAPITAL LETTER KAPPA
409 u'\u03ba' # 0x00e4 -> GREEK SMALL LETTER KAPPA
605 0x039a: 0x00b5, # GREEK CAPITAL LETTER KAPPA
636 0x03ba: 0x00e4, # GREEK SMALL LETTER KAPPA
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Path.cpp 382 // This is 1-kappa, where kappa = 4 * (sqrt(2) - 1) / 3

Completed in 858 milliseconds

1 2 3