Home
last modified time | relevance | path

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

1234

/external/llvm-project/mlir/test/Analysis/
Dtest-dominance.mlir14 // CHECK-NEXT: Nearest(0, 0) = 0
15 // CHECK-NEXT: Nearest(0, 1) = 0
16 // CHECK-NEXT: Nearest(0, 2) = 0
17 // CHECK-NEXT: Nearest(0, 3) = 0
18 // CHECK: Nearest(1, 0) = 0
19 // CHECK-NEXT: Nearest(1, 1) = 1
20 // CHECK-NEXT: Nearest(1, 2) = 0
21 // CHECK-NEXT: Nearest(1, 3) = 0
22 // CHECK: Nearest(2, 0) = 0
23 // CHECK-NEXT: Nearest(2, 1) = 0
[all …]
/external/llvm-project/llvm/unittests/Option/
DOptionParsingTest.cpp275 std::string Nearest; in TEST() local
279 EXPECT_GT(T.findNearest("-A", Nearest), 4U); in TEST()
280 EXPECT_GT(T.findNearest("/C", Nearest), 4U); in TEST()
281 EXPECT_GT(T.findNearest("--C=foo", Nearest), 4U); in TEST()
285 EXPECT_EQ(1U, T.findNearest("-blorb", Nearest)); in TEST()
286 EXPECT_EQ(Nearest, "-blorp"); in TEST()
287 EXPECT_EQ(1U, T.findNearest("--blorm", Nearest)); in TEST()
288 EXPECT_EQ(Nearest, "--blorp"); in TEST()
289 EXPECT_EQ(1U, T.findNearest("-blarg", Nearest)); in TEST()
290 EXPECT_EQ(Nearest, "-blarn"); in TEST()
[all …]
/external/llvm-project/llvm/tools/llvm-mt/
Dllvm-mt.cpp97 std::string Nearest; in main() local
98 if (T.findNearest(ArgString, Nearest) < 2) in main()
99 OS << ", did you mean '" << Nearest << "'?"; in main()
/external/llvm-project/llvm/tools/llvm-ml/
Dllvm-ml.cpp197 std::string Nearest; in main() local
198 if (T.findNearest(ArgString, Nearest) < 2) in main()
199 OS << ", did you mean '" << Nearest << "'?"; in main()
/external/rust/crates/plotters/examples/
Dblit-bitmap.rs27 .resize_exact(w - w / 10, h - h / 10, FilterType::Nearest); in main()
/external/starlark-go/internal/spell/
Dspell.go13 func Nearest(x string, candidates []string) string { func
/external/llvm-project/clang/tools/driver/
Dcc1as_main.cpp197 std::string Nearest; in CreateFromArgs() local
198 if (OptTbl.findNearest(ArgString, Nearest, IncludedFlagsBitmask) > 1) in CreateFromArgs()
202 << ArgString << Nearest; in CreateFromArgs()
/external/deqp/doc/testspecs/GLES3/
Dfunctional.fbo.blit.txt28 - Nearest and linear filtering
Dfunctional.texture.format.txt39 - Nearest-neighbor filtering
/external/skia/modules/canvaskit/tests/
Dcore.spec.js321 {filter: CanvasKit.FilterMode.Nearest, mipmap: CanvasKit.MipmapMode.None},
322 {filter: CanvasKit.FilterMode.Linear, mipmap: CanvasKit.MipmapMode.Nearest},
827 CanvasKit.FilterMode.Nearest, CanvasKit.MipmapMode.Nearest, null);
848 CanvasKit.FilterMode.Nearest, CanvasKit.MipmapMode.Nearest);
/external/llvm-project/llvm/lib/Option/
DOptTable.cpp512 std::string Nearest; in parseArgs() local
515 if (findNearest(Spelling, Nearest) > 1) in parseArgs()
519 "', did you mean '" + Nearest + "'?"); in parseArgs()
/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/skia/modules/canvaskit/npm_build/types/
Dcanvaskit-wasm-tests.ts103 null, null, {filter: CK.FilterMode.Linear, mipmap: CK.MipmapMode.Nearest});
117 canvas.drawImageOptions(img, 0, -43, CK.FilterMode.Nearest, CK.MipmapMode.Nearest, paint);
118 canvas.drawImageNine(img, someRect, someRect, CK.FilterMode.Nearest);
272 CK.FilterMode.Nearest, CK.MipmapMode.Linear,
/external/skia/src/gpu/dawn/
DGrDawnGpu.cpp73 return wgpu::FilterMode::Nearest; in to_dawn_filter_mode()
78 return wgpu::FilterMode::Nearest; in to_dawn_filter_mode()
87 return wgpu::FilterMode::Nearest; in to_dawn_mipmap_mode()
92 return wgpu::FilterMode::Nearest; in to_dawn_mipmap_mode()
/external/skia/modules/canvaskit/
Dexterns.js451 Nearest: {}, property
833 Nearest: {}, property
/external/deqp/doc/testspecs/GLES31/
Dfunctional.texture.border_clamp.txt29 + Nearest and linear samping. Sampling with texture gather.
/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/tensorflow/tensorflow/lite/delegates/hexagon/
DREADME.md97 * Resize Nearest Neighbor
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_CropAndResize.pbtxt52 methods are supported: Bilinear and Nearest Neighbor.
/external/libvpx/libvpx/tools/3D-Reconstruction/sketch_3D_reconstruction/
DPointCloud.pde71 // Using BFS to Find the Nearest Neighbor
/external/perfetto/docs/concepts/
Dclock-sync.md211 Nearest snapshot: {CUSTOM_CLOCK:3000, CLOCK_MONOTONIC:3200}
216 Nearest snapshot: {CLOCK_MONOTONIC:1200, CLOCK_BOOTTIME:5200}
/external/angle/src/common/
DPackedCLEnums_autogen.cpp1089 return FilterMode::Nearest; in FromCLenum()
1101 case FilterMode::Nearest: in ToCLenum()
1115 case FilterMode::Nearest: in operator <<()
DPackedGLEnums_autogen.cpp445 return FilterMode::Nearest; in FromGLenum()
463 case FilterMode::Nearest: in ToGLenum()
483 case FilterMode::Nearest: in operator <<()

1234