Home
last modified time | relevance | path

Searched refs:Nearest (Results 1 – 25 of 52) sorted by relevance

123

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Option/
DOptionParsingTest.cpp272 std::string Nearest; in TEST() local
276 EXPECT_GT(T.findNearest("-A", Nearest), 4U); in TEST()
277 EXPECT_GT(T.findNearest("/C", Nearest), 4U); in TEST()
278 EXPECT_GT(T.findNearest("--C=foo", Nearest), 4U); in TEST()
282 EXPECT_EQ(1U, T.findNearest("-blorb", Nearest)); in TEST()
283 EXPECT_EQ(Nearest, "-blorp"); in TEST()
284 EXPECT_EQ(1U, T.findNearest("--blorm", Nearest)); in TEST()
285 EXPECT_EQ(Nearest, "--blorp"); in TEST()
286 EXPECT_EQ(1U, T.findNearest("-fjormp", Nearest)); in TEST()
287 EXPECT_EQ(Nearest, "--fjormp"); in TEST()
[all …]
/external/tensorflow/tensorflow/examples/udacity/
D5_word2vec.ipynb534 " log = 'Nearest to %s:' % valid_word\n",
547 … "Nearest to been: unfavourably, marmara, ancestral, legal, bogart, glossaries, worst, rooms,\n",
548 …"Nearest to time: conformist, strawberries, sindhi, waterfall, xia, nominates, psp, sensitivity,\n…
549 …"Nearest to over: overlord, panda, golden, semigroup, rawlings, involved, shreveport, handling,\n",
550 …"Nearest to not: hymenoptera, reintroducing, lamiaceae, because, davao, omnipotent, combustion, de…
551 … "Nearest to three: catalog, koza, gn, braque, holstein, postgresql, luddite, justine,\n",
552 … "Nearest to if: chilled, vince, fiddler, represented, sandinistas, happiness, lya, glands,\n",
553 …"Nearest to there: coast, photosynthetic, kimmei, legally, inner, illyricum, formats, fullmetal,\n…
554 …"Nearest to between: chuvash, prinz, suitability, wolfe, guideline, computability, diminutive, pau…
555 …"Nearest to from: tanganyika, workshop, elphinstone, spearhead, resurrected, kevlar, shangri, love…
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mt/
Dllvm-mt.cpp103 std::string Nearest; in main() local
104 if (T.findNearest(ArgString, Nearest) < 2) in main()
105 OS << ", did you mean '" << Nearest << "'?"; in main()
/external/deqp/doc/testspecs/GLES3/
Dfunctional.fbo.blit.txt28 - Nearest and linear filtering
Dfunctional.texture.format.txt39 - Nearest-neighbor filtering
/external/deqp/doc/testspecs/GLES2/
Dfunctional.texture.teximage.txt52 resulting images are compared against the reference. Nearest-neighbor -filtering
Dperformance.texture.format.txt28 + Nearest neighbor -filtering and clamp to edge -wrap mode
/external/python/cpython3/Tools/pynche/
DREADME167 specification. The Nearest chip shows you the closest color in
170 Selected chip color exactly matches the Nearest chip color, you
174 Clicking on the Nearest color chip selects that color. Color
182 Nearest chip. The other names are "aliases" and they are visible
/external/python/cpython2/Tools/pynche/
DREADME167 specification. The Nearest chip shows you the closest color in
170 Selected chip color exactly matches the Nearest chip color, you
174 Clicking on the Nearest color chip selects that color. Color
182 Nearest chip. The other names are "aliases" and they are visible
/external/deqp/doc/testspecs/GLES31/
Dfunctional.texture.border_clamp.txt29 + Nearest and linear samping. Sampling with texture gather.
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_CropAndResize.pbtxt52 methods are supported: Bilinear and Nearest Neighbor.
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
Dspirv.cs169 Nearest = 0, enumerator
Dspirv.lua155 Nearest = 0,
/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/
Dspirv.lua155 Nearest = 0,
Dspirv.cs169 Nearest = 0, enumerator
/external/shaderc/spirv-headers/include/spirv/1.1/
Dspirv.lua155 Nearest = 0,
/external/shaderc/spirv-headers/include/spirv/1.0/
Dspirv.lua151 Nearest = 0,
/external/deqp-deps/SPIRV-Headers/include/spirv/1.2/
Dspirv.lua158 Nearest = 0,
Dspirv.cs172 Nearest = 0, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
Dspirv.cs165 Nearest = 0, enumerator
Dspirv.lua151 Nearest = 0,
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
Dspirv.cs165 Nearest = 0, enumerator
Dspirv.lua151 Nearest = 0,
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
Dspirv.lua158 Nearest = 0,
/external/shaderc/spirv-headers/include/spirv/1.2/
Dspirv.lua158 Nearest = 0,

123