Searched refs:hat (Results 1 – 25 of 66) sorted by relevance
123
/external/skqp/site/dev/design/conical/ |
D | index.md | 102 For example, let $\hat x, \hat y = |1-f|x, |1-f|y$. Computing $\hat x_t$ with respect to $\hat x, 103 \hat y$ allow us to have $t = f + (1 - f)x_t = f + \text{sign}(1-f) \cdot \hat x_t$. That saves us 122 4. Let $\hat x = |1 - f|x', \hat y = |1 - f|y'$ 123 5. If $r_1 = 1$, let $\hat x_t = (\hat x^2 + \hat y^2) / \hat x$ 125 let $\hat x_t = \sqrt{\hat x^2 + \hat y^2} - \hat x / r_1$ 127 1. return invalid if $\hat x^2 - \hat y^2 < 0$ 128 2. let $\hat x_t = -\sqrt{\hat x^2 - \hat y^2} - \hat x / r_1$ if we've swapped $r_0, r_1$, 131 3. let $\hat x_t = \sqrt{\hat x^2 - \hat y^2} - \hat x / r_1$ otherwise 133 8. $t$ is invalid if $\hat x_t < 0$ (this check is unnecessary if $r_1 > 1$) 134 9. Let $t = f + \text{sign}(1 - f) \hat x_t$ [all …]
|
/external/skia/site/dev/design/conical/ |
D | index.md | 102 For example, let $\hat x, \hat y = |1-f|x, |1-f|y$. Computing $\hat x_t$ with respect to $\hat x, 103 \hat y$ allow us to have $t = f + (1 - f)x_t = f + \text{sign}(1-f) \cdot \hat x_t$. That saves us 122 4. Let $\hat x = |1 - f|x', \hat y = |1 - f|y'$ 123 5. If $r_1 = 1$, let $\hat x_t = (\hat x^2 + \hat y^2) / \hat x$ 125 let $\hat x_t = \sqrt{\hat x^2 + \hat y^2} - \hat x / r_1$ 127 1. return invalid if $\hat x^2 - \hat y^2 < 0$ 128 2. let $\hat x_t = -\sqrt{\hat x^2 - \hat y^2} - \hat x / r_1$ if we've swapped $r_0, r_1$, 131 3. let $\hat x_t = \sqrt{\hat x^2 - \hat y^2} - \hat x / r_1$ otherwise 133 8. $t$ is invalid if $\hat x_t < 0$ (this check is unnecessary if $r_1 > 1$) 134 9. Let $t = f + \text{sign}(1 - f) \hat x_t$ [all …]
|
/external/icu/icu4c/source/data/translit/ |
D | Cyrl_Latn.txt | 11 # like a $hat to ya or ja. 21 $hat = \u0302; 29 я ↔ a $hat ; # CYRILLIC SMALL LETTER YA 30 Я ↔ A $hat ; # CYRILLIC CAPITAL LETTER YA 41 є ↔ e $hat; # CYRILLIC SMALL LETTER UKRAINIAN IE 42 Є ↔ E $hat; # CYRILLIC CAPITAL LETTER UKRAINIAN IE 45 щ ↔ s $hat ; # CYRILLIC SMALL LETTER SHCHA 46 Щ ↔ S $hat; # CYRILLIC CAPITAL LETTER SHCHA 47 ѕ ↔ z $hat ; # CYRILLIC SMALL LETTER DZE 48 Ѕ ↔ Z $hat; # CYRILLIC CAPITAL LETTER DZE [all …]
|
/external/tensorflow/tensorflow/contrib/ignite/ |
D | README.md | 115 …hat{y})^2]&space;=&space;\nabla[\sum_1^{n_1}(y&space;-&space;\hat{y})^2]&space;+&space;\nabla…
|
/external/icu/icu4c/source/data/locales/ |
D | se.txt | 28 other{"0 duháhat"} 29 two{"0 duháhat"} 33 other{"00 duháhat"} 34 two{"00 duháhat"} 38 other{"000 duháhat"} 39 two{"000 duháhat"}
|
D | se_FI.txt | 9 other{"0 duháhat"} 13 one{"00 duháhat"} 17 one{"000 duháhat"}
|
/external/google-breakpad/src/client/mac/sender/de.lproj/ |
D | Localizable.strings | 5 "noCrashDialogHeader" = "Das Programm %@ hat einen Fehler festgestellt.";
|
/external/e2fsprogs/po/ |
D | de.po | 900 "Das Dateisystem hat keine UUID; es wird eine generiert.\n" 945 msgstr "Der Superblock hat ein defektes Journal (Inode %i).\n" 951 "Externes Journal hat mehrere Dateisystem-Benutzer (nicht unterstützt).\n" 961 msgstr "Externes Journal hat einen ungültigen Superblock\n" 979 "Der Superblock des Dateisystem-Journals hat den unbekannten Typ %N (nicht " 1021 "Das Dateisystem hat Eigenschafts-Bitschalter gesetzt, ist aber ein\n" 1055 "Der Journal-Superblock hat einen unbekannten Nur-Lesen-Bitschalter gesetzt.\n" 1202 "Gruppendeskriptor %g hat eine ungültige Anzahl ungenutzter Inodes von %b. " 1268 msgstr "Der Superblock hat einen ungültigen MMP-Block. " 1378 msgstr "Reservierter Inode %i (%Q) hat einen ungültigen Modus. " [all …]
|
/external/icu/icu4c/source/data/rbnf/ |
D | hu.txt | 21 "6: hat;",
|
/external/tensorflow/tensorflow/tools/docker/notebooks/ |
D | 2_getting_started.ipynb | 492 …"That's equivalent to the function $\\hat{y} = w_2 x + w_1$. What we're trying to do is find the \… 494 …n our estimate $\\hat{y}$ and the actual y. Specifically, we want to minimize the sum of the squar… 506 …"What gradient descent does is start with random weights for $\\hat{y} = w_2 x + w_1$ and graduall… 672 …erates all the estimates $\\hat{y}$ for each $x$ given the current weights $w_i$, finds all the er… 810 …, which is half of the sum of the squared error, so $\\frac{1}{2} \\sum (\\hat{y} - y)^2$. With th… 812 …hat{y} - y)*1} \\\\ \\sum{(\\hat{y} - y)*x_i}\\end{bmatrix}$. What is that? It's the partial deriv…
|
/external/llvm/docs/ |
D | YamlIO.rst | 22 hat-size: 7 129 io.mapOptional("hat-size", info.hatSize); 163 hat-size: 8 165 hat-size: 7 207 hat-size: 7 572 io.mapOptional("hat-size", info.hatSize); 951 hat-size: 7 974 hat-size: 7
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | YamlIO.rst | 22 hat-size: 7 129 io.mapOptional("hat-size", info.hatSize); 163 hat-size: 8 165 hat-size: 7 207 hat-size: 7 572 io.mapOptional("hat-size", info.hatSize); 951 hat-size: 7 974 hat-size: 7
|
/external/libxkbcommon/xkbcommon/test/data/symbols/ |
D | il | 287 key <AD03> { [ U05B6, U05B5, VoidSymbol, U05B1 ] }; //segol tsere - hat. segol 293 key <AD09> { [ U05B9, U05BA, U05C7, U05B3 ] }; //holam, holam(wav) qam. qatan hat. Qamats 299 key <AC01> { [ U05B7, U05B8, U05C7, U05B2 ] }; //patah Qamats Qam. Qatan hat. patah
|
/external/python/cpython2/Doc/tutorial/ |
D | stdlib.rst | 105 >>> re.sub(r'(\b[a-z]+) \1', r'\1', 'cat in the the hat') 106 'cat in the hat'
|
/external/python/cpython3/Doc/tutorial/ |
D | stdlib.rst | 107 >>> re.sub(r'(\b[a-z]+) \1', r'\1', 'cat in the the hat') 108 'cat in the hat'
|
/external/libxml2/VxWorks/ |
D | README | 30 one in red hat, it generates a good config.h file. We configured libxml2
|
/external/golang-protobuf/protoc-gen-go/testdata/my_test/ |
D | test.proto | 67 optional HatType hat = 4 [default=FEDORA]; field
|
/external/libxcam/ |
D | README.md | 26 - wavelet-hat NR (obsolete).
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/data/transformtest/ |
D | chr-fonipa-t-chr.txt | 91 ᏧᎦᏃᏮ ᏣᏥᏱ ᎠᎴ ᎾᏍᎩ ᏧᎦᏃᏮ ᎠᏍᏛᎭᏟ ᏚᎦᏚᏛ t͡suɡanowə̃ t͡sat͡siji ale nasɡi t͡suɡanowə̃ asdə̃hat͡ɬi duɡadudə̃ 377 ᎭᏢᏃ hat͡ɬə̃no
|
/external/unicode/ |
D | emoji-data.txt | 232 1F920..1F927 ; Emoji # 9.0 [8] (..) cowboy hat face..sneezing face 387 1F920..1F927 ; Emoji_Presentation # 9.0 [8] (..) cowboy hat face..sneezing face 716 1F920..1F927 ; Extended_Pictographic# 9.0 [8] (..) cowboy hat face..sneezing face
|
/external/autotest/client/profilers/powertop/src/po/ |
D | hu.po | 294 "mindemellett nem teljesen hatékony és ez jelentős akkumulátor élettartamba " 304 "A neve ellenére néhány verziója nem elég hatékony, így több energiát pazarol "
|
/external/tensorflow/tensorflow/lite/examples/ios/simple/data/ |
D | labels.txt | 517 cowboy hat
|
/external/tensorflow/tensorflow/lite/java/demo/app/src/main/assets/ |
D | labels_mobilenet_quant_v1_224.txt | 517 cowboy hat
|
/external/tensorflow/tensorflow/lite/java/ovic/src/testdata/ |
D | labels.txt | 517 cowboy hat
|
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/assets/ |
D | labels_mobilenet_quant_v1_224.txt | 517 cowboy hat
|
123