/external/llvm-project/mlir/test/Analysis/ |
D | test-dominance.mlir | 14 // 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/ |
D | OptionParsingTest.cpp | 275 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/ |
D | llvm-mt.cpp | 97 std::string Nearest; in main() local 98 if (T.findNearest(ArgString, Nearest) < 2) in main() 99 OS << ", did you mean '" << Nearest << "'?"; in main()
|
/external/rust/crates/plotters/examples/ |
D | blit-bitmap.rs | 27 .resize_exact(w - w / 10, h - h / 10, FilterType::Nearest); in main()
|
/external/llvm-project/llvm/tools/llvm-ml/ |
D | llvm-ml.cpp | 197 std::string Nearest; in main() local 198 if (T.findNearest(ArgString, Nearest) < 2) in main() 199 OS << ", did you mean '" << Nearest << "'?"; in main()
|
/external/starlark-go/internal/spell/ |
D | spell.go | 13 func Nearest(x string, candidates []string) string { func
|
/external/llvm-project/clang/tools/driver/ |
D | cc1as_main.cpp | 197 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/ |
D | functional.fbo.blit.txt | 28 - Nearest and linear filtering
|
D | functional.texture.format.txt | 39 - Nearest-neighbor filtering
|
/external/llvm-project/llvm/lib/Option/ |
D | OptTable.cpp | 512 std::string Nearest; in parseArgs() local 515 if (findNearest(Spelling, Nearest) > 1) in parseArgs() 519 "', did you mean '" + Nearest + "'?"); in parseArgs()
|
/external/skia/modules/canvaskit/tests/ |
D | core.spec.js | 321 {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/deqp/doc/testspecs/GLES2/ |
D | functional.texture.teximage.txt | 52 resulting images are compared against the reference. Nearest-neighbor -filtering
|
D | performance.texture.format.txt | 28 + Nearest neighbor -filtering and clamp to edge -wrap mode
|
/external/skia/modules/canvaskit/npm_build/types/ |
D | canvaskit-wasm-tests.ts | 103 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/ |
D | GrDawnGpu.cpp | 73 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/deqp/doc/testspecs/GLES31/ |
D | functional.texture.border_clamp.txt | 29 + Nearest and linear samping. Sampling with texture gather.
|
/external/skia/modules/canvaskit/ |
D | externs.js | 451 Nearest: {}, property 833 Nearest: {}, property
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_CropAndResize.pbtxt | 52 methods are supported: Bilinear and Nearest Neighbor.
|
/external/tensorflow/tensorflow/lite/delegates/hexagon/ |
D | README.md | 97 * Resize Nearest Neighbor
|
/external/python/cpython2/Tools/pynche/ |
D | README | 167 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/cpython3/Tools/pynche/ |
D | README | 167 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/libvpx/libvpx/tools/3D-Reconstruction/sketch_3D_reconstruction/ |
D | PointCloud.pde | 71 // Using BFS to Find the Nearest Neighbor
|
/external/perfetto/docs/concepts/ |
D | clock-sync.md | 211 Nearest snapshot: {CUSTOM_CLOCK:3000, CLOCK_MONOTONIC:3200} 216 Nearest snapshot: {CLOCK_MONOTONIC:1200, CLOCK_BOOTTIME:5200}
|
/external/angle/src/common/ |
D | PackedCLEnums_autogen.cpp | 1089 return FilterMode::Nearest; in FromCLenum() 1101 case FilterMode::Nearest: in ToCLenum() 1115 case FilterMode::Nearest: in operator <<()
|
D | PackedGLEnums_autogen.cpp | 445 return FilterMode::Nearest; in FromGLenum() 463 case FilterMode::Nearest: in ToGLenum() 483 case FilterMode::Nearest: in operator <<()
|