Home
last modified time | relevance | path

Searched refs:cloud_types (Results 1 – 6 of 6) sorted by relevance

/dports/science/netcdf/netcdf-c-4.7.4/ncdump/
H A Dtst_enum_data.c55 } cloud_types[] = { in main() local
82 num_members = (sizeof cloud_types) / (sizeof cloud_types[0]); in main()
84 if (nc_insert_enum(ncid, typeid, cloud_types[i].name, in main()
85 &cloud_types[i].value)) in main()
122 if (strcmp(name_in, cloud_types[i].name) || in main()
123 value_in != cloud_types[i].value) ERR; in main()
124 if (nc_inq_enum_ident(ncid, typeid, cloud_types[i].value, in main()
126 if (strcmp(name_in, cloud_types[i].name)) ERR; in main()
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/ncdump/
H A Dtst_enum_data.c55 } cloud_types[] = { in main() local
82 num_members = (sizeof cloud_types) / (sizeof cloud_types[0]); in main()
84 if (nc_insert_enum(ncid, typeid, cloud_types[i].name, in main()
85 &cloud_types[i].value)) in main()
122 if (strcmp(name_in, cloud_types[i].name) || in main()
123 value_in != cloud_types[i].value) ERR; in main()
124 if (nc_inq_enum_ident(ncid, typeid, cloud_types[i].value, in main()
126 if (strcmp(name_in, cloud_types[i].name)) ERR; in main()
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/nc_test4/
H A Dtst_enums.c202 } cloud_types[] = { in main() local
226 num_members = (sizeof cloud_types) / (sizeof cloud_types[0]); in main()
228 if (nc_insert_enum(ncid, typeid, cloud_types[i].name, in main()
229 &cloud_types[i].value)) ERR; in main()
265 if (strcmp(name_in, cloud_types[i].name) || in main()
266 value_in != cloud_types[i].value) ERR; in main()
267 if (nc_inq_enum_ident(ncid, typeid, cloud_types[i].value, in main()
269 if (strcmp(name_in, cloud_types[i].name)) ERR; in main()
/dports/science/netcdf/netcdf-c-4.7.4/nc_test4/
H A Dtst_enums.c202 } cloud_types[] = { in main() local
226 num_members = (sizeof cloud_types) / (sizeof cloud_types[0]); in main()
228 if (nc_insert_enum(ncid, typeid, cloud_types[i].name, in main()
229 &cloud_types[i].value)) ERR; in main()
265 if (strcmp(name_in, cloud_types[i].name) || in main()
266 value_in != cloud_types[i].value) ERR; in main()
267 if (nc_inq_enum_ident(ncid, typeid, cloud_types[i].value, in main()
269 if (strcmp(name_in, cloud_types[i].name)) ERR; in main()
/dports/devel/simgear/simgear-2020.3.11/simgear/environment/
H A Dmetar.cxx1000 static const struct Token cloud_types[] = { variable
1098 if ((a = scanToken(&m, cloud_types))) { in scanSkyCondition()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/dat/des/variable/
H A Dfloat.des4489 # cloud_types and come in pairs. Some levels define a more difficult monster on
4493 : cloud_types = {"flame", "freezing vapour", "poison gas"}
4506 : cloud_types = {"flame", "freezing vapour", "poison gas", "acidic fog"}
4520 : cloud_types = {"flame", "poison gas", "acidic fog"}
4535 : cloud_types = {"acidic fog", "mutagenic fog"}
4542 : cloud_types = {"flame", "freezing vapour", "poison gas"}
4554 -- order as cloud_types. The D and E glyphs become fog machines of sizes 2
4556 local i = crawl.random2(#cloud_types) + 1
4561 lua_marker("D", fog_machine { cloud_type = cloud_types[i], pow_min = 3,
4564 lua_marker("E", fog_machine { cloud_type = cloud_types[i], pow_min = 3,
[all …]