Home
last modified time | relevance | path

Searched refs:FILL_VALUE (Results 1 – 16 of 16) sorted by relevance

/dports/lang/fpc-source/fpc-3.2.2/tests/test/units/system/
H A Dtmem.pp15 FILL_VALUE = $33;
48 test(dst_arraybyte[i], FILL_VALUE);
57 test(dst_arraybyte[i], FILL_VALUE);
88 src_arraybyte[i] := FILL_VALUE;
94 test(dst_arraybyte[i], FILL_VALUE);
102 src_arraybyte[i] := FILL_VALUE;
114 src_arraybyte[i] := FILL_VALUE;
281 src_arraybyte[i] := FILL_VALUE;
295 src_arraybyte[i] := FILL_VALUE;
307 src_arraybyte[i] := FILL_VALUE;
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/netcdf/vtknetcdf/cxx/
H A Dnctst.cpp26 const char FILL_VALUE[] = "_FillValue"; variable
222 if (!(att = pVar->get_att(FILL_VALUE))) in read()
224 if (!att->is_valid() || strncmp(att->name(), FILL_VALUE, strlen(FILL_VALUE)) || in read()
284 P->add_att(FILL_VALUE, fill_value); in gen()
/dports/devel/hpx/hpx-1.2.1/tests/unit/parallel/algorithms/
H A Dexclusive_scan_validate.cpp22 #define FILL_VALUE 10 macro
107 std::fill_n(std::back_inserter(a), ARRAY_SIZE, FILL_VALUE); in test_exclusive_scan_validate()
128 int expected_value = INITIAL_VAL + check_n_const(i, FILL_VALUE); in test_exclusive_scan_validate()
H A Dinclusive_scan_tests.hpp434 #define FILL_VALUE 10 macro
487 std::fill_n(std::back_inserter(a), ARRAY_SIZE, FILL_VALUE); in test_inclusive_scan_validate()
494 int expected_value = check_n_const(i+1, FILL_VALUE); in test_inclusive_scan_validate()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/bpf/prog_tests/
H A Dmap_init.c8 #define FILL_VALUE 0xdeadbeef macro
27 bpf_percpu(value, i) = FILL_VALUE; in map_populate()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/bpf/prog_tests/
H A Dmap_init.c8 #define FILL_VALUE 0xdeadbeef macro
27 bpf_percpu(value, i) = FILL_VALUE; in map_populate()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/bpf/prog_tests/
H A Dmap_init.c8 #define FILL_VALUE 0xdeadbeef macro
27 bpf_percpu(value, i) = FILL_VALUE; in map_populate()
/dports/science/pnetcdf/parallel-netcdf-1.8.1/test/CXX/
H A Dnctst.cpp32 const char FILL_VALUE[] = "_FillValue"; variable
214 vatt = pVar.getAtt(FILL_VALUE); in read()
215 if (vatt.isNull() || vatt.getName().compare(FILL_VALUE) != 0 || in read()
284 P.putAtt(FILL_VALUE, ncmpiFloat, fill_value); in gen()
/dports/science/hdf5-18/hdf5-1.8.21/test/
H A Dset_extent.c49 #define FILL_VALUE -1 macro
214 int fillvalue = FILL_VALUE; in do_ranks()
401 comp_value = FILL_VALUE; in test_rank1()
907 comp_value = FILL_VALUE; in test_rank2()
1522 comp_value = FILL_VALUE; in test_rank3()
2770 if(FILL_VALUE != rbuf[j][k][l][m]) in test_random_rank4()
/dports/science/hdf5/hdf5-1.10.6/test/
H A Dset_extent.c50 #define FILL_VALUE -1 macro
251 int fillvalue = FILL_VALUE; in do_ranks()
509 comp_value = FILL_VALUE; in test_rank1()
845 comp_value = FILL_VALUE; in test_rank2()
1336 comp_value = FILL_VALUE; in test_rank3()
2390 if(FILL_VALUE != rbuf[j][k][l][m]) in test_random_rank4()
/dports/databases/tiledb/TileDB-2.5.2/test/src/
H A Dunit-capi-array_schema.cc84 const uint32_t FILL_VALUE = 10; member
686 tiledb_attribute_set_fill_value(ctx_, attr, &FILL_VALUE, FILL_VALUE_SIZE); in create_array()
817 CHECK(!memcmp(fill_value, &FILL_VALUE, FILL_VALUE_SIZE)); in load_and_check_array_schema()
/dports/science/netcdf-fortran/netcdf-fortran-4.5.3/docs/
H A Dnetcdf-f90-sec6-variables.md380 NF90_DEF_VAR_FILL(INTEGER NCID, INTEGER VARID, INTEGER NO_FILL, FILL_VALUE);
405 `FILL_VALUE`
471 NF90_INQ_VAR_FILL(INTEGER NCID, INTEGER VARID, INTEGER NO_FILL, FILL_VALUE)
490 `FILL_VALUE`
H A Dnetcdf-f77.md5138 NF_DEF_VAR_FILL(INTEGER NCID, INTEGER VARID, INTEGER NO_FILL, FILL_VALUE);
5156 `FILL_VALUE`
5207 NF_INQ_VAR_FILL(INTEGER NCID, INTEGER VARID, INTEGER NO_FILL, FILL_VALUE)
5220 `FILL_VALUE`
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/bridge/
H A Dcdns-dsi.c178 #define FILL_VALUE(x) ((x) << 3) macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/bridge/
H A Dcdns-dsi.c178 #define FILL_VALUE(x) ((x) << 3) macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/bridge/
H A Dcdns-dsi.c178 #define FILL_VALUE(x) ((x) << 3) macro