Home
last modified time | relevance | path

Searched refs:sod (Results 1 – 25 of 1229) sorted by relevance

12345678910>>...50

/dports/graphics/sane-backends/sane-backends-1.0.32/backend/pixma/
H A Dpixma_sane_options.c32 sod = &opt->sod; in build_option_descriptors()
46 sod = &opt->sod; in build_option_descriptors()
52 sod = &opt->sod; in build_option_descriptors()
67 sod = &opt->sod; in build_option_descriptors()
82 sod = &opt->sod; in build_option_descriptors()
97 sod = &opt->sod; in build_option_descriptors()
111 sod = &opt->sod; in build_option_descriptors()
117 sod = &opt->sod; in build_option_descriptors()
131 sod = &opt->sod; in build_option_descriptors()
144 sod = &opt->sod; in build_option_descriptors()
[all …]
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/cli/problems/sod/
H A DSolution.cpp13 const Float term1 = sod.gamma * ((sod.gamma + 1) * u + sod.gamma - 1); in computeCharacteristics()
20 const Float beta = (sod.gamma - 1) / (2 * sod.gamma); in computeCharacteristics()
28 const Float c_l = sqrt(sod.gamma * sod.P_l / sod.rho_l); in solveRiemannProblem()
29 const Float c_r = sqrt(sod.gamma * sod.P_r / sod.rho_r); in solveRiemannProblem()
31 const Float beta = (sod.gamma - 1) / (2 * sod.gamma); in solveRiemannProblem()
33 Float P_new = pow((c_l + c_r + (sod.u_l - sod.u_r) * 0.5_f * (sod.gamma - 1)) / in solveRiemannProblem()
36 Float P3 = 0.5_f * (sod.P_r + sod.P_l); in solveRiemannProblem()
43 const Float f = f_L + f_R + (sod.u_r - sod.u_l); in solveRiemannProblem()
59 const Float c_l = sqrt(sod.gamma * sod.P_l / sod.rho_l); in analyticSod()
67 const Float rho_middle = sod.rho_l * pow((P_post / sod.P_l), 1 / sod.gamma); in analyticSod()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/hdf5/tests/unit_tests/
H A Dbinary_bit-for-bit.dia.ref68 checkBinary(path + "double" + radical1 + ".sod", path + "double" + radical2 + ".sod");
70 checkBinary(path + "string" + radical1 + ".sod", path + "string" + radical2 + ".sod");
74 checkBinary(path + "int8" + radical1 + ".sod", path + "int8" + radical2 + ".sod");
75 checkBinary(path + "int16" + radical1 + ".sod", path + "int16" + radical2 + ".sod");
76 checkBinary(path + "int32" + radical1 + ".sod", path + "int32" + radical2 + ".sod");
77 checkBinary(path + "int64" + radical1 + ".sod", path + "int64" + radical2 + ".sod");
78 checkBinary(path + "uint8" + radical1 + ".sod", path + "uint8" + radical2 + ".sod");
79 checkBinary(path + "uint16" + radical1 + ".sod", path + "uint16" + radical2 + ".sod");
80 checkBinary(path + "uint32" + radical1 + ".sod", path + "uint32" + radical2 + ".sod");
83 checkBinary(path + "poly" + radical1 + ".sod", path + "poly" + radical2 + ".sod");
[all …]
H A Dbinary_bit-for-bit.tst75 checkBinary(path + "double" + radical1 + ".sod", path + "double" + radical2 + ".sod");
77 checkBinary(path + "string" + radical1 + ".sod", path + "string" + radical2 + ".sod");
81 checkBinary(path + "int8" + radical1 + ".sod", path + "int8" + radical2 + ".sod");
82 checkBinary(path + "int16" + radical1 + ".sod", path + "int16" + radical2 + ".sod");
83 checkBinary(path + "int32" + radical1 + ".sod", path + "int32" + radical2 + ".sod");
84 checkBinary(path + "int64" + radical1 + ".sod", path + "int64" + radical2 + ".sod");
85 checkBinary(path + "uint8" + radical1 + ".sod", path + "uint8" + radical2 + ".sod");
86 checkBinary(path + "uint16" + radical1 + ".sod", path + "uint16" + radical2 + ".sod");
87 checkBinary(path + "uint32" + radical1 + ".sod", path + "uint32" + radical2 + ".sod");
90 checkBinary(path + "poly" + radical1 + ".sod", path + "poly" + radical2 + ".sod");
[all …]
H A Dloadhdf5data.tst14 load(SCI+"/modules/hdf5/tests/sample_scilab_data/emptymatrix.sod");
21 load(SCI+"/modules/hdf5/tests/sample_scilab_data/matricedouble.sod");
73 load(SCI+"/modules/hdf5/tests/sample_scilab_data/list.sod");
81 load(SCI+"/modules/hdf5/tests/sample_scilab_data/tlist.sod");
86 load(SCI+"/modules/hdf5/tests/sample_scilab_data/mlist.sod");
105 load(SCI+"/modules/hdf5/tests/sample_scilab_data/int8.sod");
118 load(SCI+"/modules/hdf5/tests/sample_scilab_data/int16.sod");
131 load(SCI+"/modules/hdf5/tests/sample_scilab_data/int32.sod");
144 load(SCI+"/modules/hdf5/tests/sample_scilab_data/uint8.sod");
157 load(SCI+"/modules/hdf5/tests/sample_scilab_data/uint16.sod");
[all …]
H A Dloadhdf5data.dia.ref10 load(SCI+"/modules/hdf5/tests/sample_scilab_data/emptymatrix.sod");
15 load(SCI+"/modules/hdf5/tests/sample_scilab_data/matricedouble.sod");
53 load(SCI+"/modules/hdf5/tests/sample_scilab_data/list.sod");
60 load(SCI+"/modules/hdf5/tests/sample_scilab_data/tlist.sod");
64 load(SCI+"/modules/hdf5/tests/sample_scilab_data/mlist.sod");
79 load(SCI+"/modules/hdf5/tests/sample_scilab_data/int8.sod");
90 load(SCI+"/modules/hdf5/tests/sample_scilab_data/int16.sod");
101 load(SCI+"/modules/hdf5/tests/sample_scilab_data/int32.sod");
112 load(SCI+"/modules/hdf5/tests/sample_scilab_data/uint8.sod");
123 load(SCI+"/modules/hdf5/tests/sample_scilab_data/uint16.sod");
[all …]
H A Dloadhdf5data_v1.dia.ref12 load(SCI+"/modules/hdf5/tests/sample_scilab_data/matricedouble_v1.sod");
25 load(SCI+"/modules/hdf5/tests/sample_scilab_data/polynomials_v1.sod");
50 load(SCI+"/modules/hdf5/tests/sample_scilab_data/list_v1.sod");
57 load(SCI+"/modules/hdf5/tests/sample_scilab_data/tlist_v1.sod");
61 load(SCI+"/modules/hdf5/tests/sample_scilab_data/mlist_v1.sod");
76 load(SCI+"/modules/hdf5/tests/sample_scilab_data/int8_v1.sod");
87 load(SCI+"/modules/hdf5/tests/sample_scilab_data/int16_v1.sod");
98 load(SCI+"/modules/hdf5/tests/sample_scilab_data/int32_v1.sod");
109 load(SCI+"/modules/hdf5/tests/sample_scilab_data/uint8_v1.sod");
120 load(SCI+"/modules/hdf5/tests/sample_scilab_data/uint16_v1.sod");
[all …]
H A Dloadhdf5data_v1.tst17 load(SCI+"/modules/hdf5/tests/sample_scilab_data/matricedouble_v1.sod");
37 load(SCI+"/modules/hdf5/tests/sample_scilab_data/polynomials_v1.sod");
69 load(SCI+"/modules/hdf5/tests/sample_scilab_data/list_v1.sod");
77 load(SCI+"/modules/hdf5/tests/sample_scilab_data/tlist_v1.sod");
82 load(SCI+"/modules/hdf5/tests/sample_scilab_data/mlist_v1.sod");
101 load(SCI+"/modules/hdf5/tests/sample_scilab_data/int8_v1.sod");
114 load(SCI+"/modules/hdf5/tests/sample_scilab_data/int16_v1.sod");
127 load(SCI+"/modules/hdf5/tests/sample_scilab_data/int32_v1.sod");
140 load(SCI+"/modules/hdf5/tests/sample_scilab_data/uint8_v1.sod");
153 load(SCI+"/modules/hdf5/tests/sample_scilab_data/uint16_v1.sod");
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/hdf5/
H A DMakefile.am196 tests/sample_scilab_data/int16.sod \
198 tests/sample_scilab_data/int32.sod \
200 tests/sample_scilab_data/int8.sod \
201 tests/sample_scilab_data/int8_v1.sod \
202 tests/sample_scilab_data/list.sod \
203 tests/sample_scilab_data/list_v1.sod \
218 tests/sample_scilab_data/mlist.sod \
226 tests/sample_scilab_data/tlist.sod \
228 tests/sample_scilab_data/uint16.sod \
230 tests/sample_scilab_data/uint32.sod \
[all …]
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-send-options.c270 sod = data; in expiration_toggled_cb()
286 sod = data; in reply_request_toggled_cb()
304 sod = data; in delay_delivery_toggled_cb()
319 sod = data; in sent_item_toggled_cb()
337 sod = data; in delay_until_date_changed_cb()
367 sod->data->sopts = sod->data->mopts; in page_changed_cb()
379 sod->data->sopts = sod->data->copts; in page_changed_cb()
391 sod->data->sopts = sod->data->topts; in page_changed_cb()
593 return sod; in e_send_options_dialog_new()
682 sod->data->sopts = sod->data->mopts; in e_send_options_dialog_run()
[all …]
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dmicrotek2.c2006 SANE_Option_Descriptor *sod; in init_options() local
2023 sod = ms->sod; in init_options()
2371 sod[OPT_MODE_GROUP].size = 0; in init_options()
2373 sod[OPT_MODE_GROUP].cap = 0; in init_options()
2596 sod[OPT_SMH_GROUP].size = 0; in init_options()
2597 sod[OPT_SMH_GROUP].cap = 0; in init_options()
2727 sod[OPT_SPECIAL].size = 0; in init_options()
2728 sod[OPT_SPECIAL].desc = ""; in init_options()
3019 SANE_Option_Descriptor *sod; in sane_control_option() local
3024 sod = &ms->sod[0]; in sane_control_option()
[all …]
H A Dmicrotek.c1047 SANE_Option_Descriptor *sod = ms->sod; in init_options() local
1052 memset(ms->sod, 0, sizeof(ms->sod)); in init_options()
1070 sod[OPT_MODE_GROUP].name = ""; in init_options()
1072 sod[OPT_MODE_GROUP].desc = ""; in init_options()
1074 sod[OPT_MODE_GROUP].cap = 0; in init_options()
1137 sod[OPT_NEGATIVE].cap |= in init_options()
1226 sod[OPT_TL_X].constraint.range = in init_options()
1228 sod[OPT_TL_Y].constraint.range = in init_options()
1263 sod[OPT_BRIGHTNESS].cap |= in init_options()
3356 SANE_Option_Descriptor *sod; in sane_control_option() local
[all …]
/dports/graphics/sane-backends/sane-backends-1.0.32/frontend/
H A Dtest.c62 const SANE_Option_Descriptor *sod; in testsane() local
89 if (sod == NULL) in testsane()
92 fprintf (stderr, "name : %s\n", sod->name); in testsane()
93 fprintf (stderr, "title: %s\n", sod->title); in testsane()
94 fprintf (stderr, "desc : %s\n", sod->desc); in testsane()
96 fprintf (stderr, "type : %d\n", sod->type); in testsane()
97 fprintf (stderr, "unit : %d\n", sod->unit); in testsane()
98 fprintf (stderr, "size : %d\n", sod->size); in testsane()
99 fprintf (stderr, "cap : %d\n", sod->cap); in testsane()
101 switch (sod->constraint_type) in testsane()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/test/ocaml/server/
H A DTestServer.ml25 let sod = function var
34 method testString x = p "testString(%s)\n" (sod x); (sod x)
35 method testByte x = p "testByte(%d)\n" (sod x); (sod x)
36 method testI32 x = p "testI32(%d)\n" (sod x); (sod x)
37 method testI64 x = p "testI64(%s)\n" (Int64.to_string (sod x)); (sod x)
38 method testDouble x = p "testDouble(%f)\n" (sod x); (sod x)
39 method testBinary x = p "testBinary(%s)\n" (sod x); (sod x)
96 if (sod s) = "Xception" then
103 p "testMultiException(%S, %S)\n" (sod a0) (sod a1);
104 if (sod a0) = "Xception" then
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/test/ocaml/server/
H A DTestServer.ml25 let sod = function var
34 method testString x = p "testString(%s)\n" (sod x); (sod x)
35 method testByte x = p "testByte(%d)\n" (sod x); (sod x)
36 method testI32 x = p "testI32(%d)\n" (sod x); (sod x)
37 method testI64 x = p "testI64(%s)\n" (Int64.to_string (sod x)); (sod x)
38 method testDouble x = p "testDouble(%f)\n" (sod x); (sod x)
39 method testBinary x = p "testBinary(%s)\n" (sod x); (sod x)
96 if (sod s) = "Xception" then
103 p "testMultiException(%S, %S)\n" (sod a0) (sod a1);
104 if (sod a0) = "Xception" then
[all …]
/dports/devel/py-thrift/thrift-0.14.0/test/ocaml/server/
H A DTestServer.ml25 let sod = function var
34 method testString x = p "testString(%s)\n" (sod x); (sod x)
35 method testByte x = p "testByte(%d)\n" (sod x); (sod x)
36 method testI32 x = p "testI32(%d)\n" (sod x); (sod x)
37 method testI64 x = p "testI64(%s)\n" (Int64.to_string (sod x)); (sod x)
38 method testDouble x = p "testDouble(%f)\n" (sod x); (sod x)
39 method testBinary x = p "testBinary(%s)\n" (sod x); (sod x)
96 if (sod s) = "Xception" then
103 p "testMultiException(%S, %S)\n" (sod a0) (sod a1);
104 if (sod a0) = "Xception" then
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/test/ocaml/server/
H A DTestServer.ml25 let sod = function var
34 method testString x = p "testString(%s)\n" (sod x); (sod x)
35 method testByte x = p "testByte(%d)\n" (sod x); (sod x)
36 method testI32 x = p "testI32(%d)\n" (sod x); (sod x)
37 method testI64 x = p "testI64(%s)\n" (Int64.to_string (sod x)); (sod x)
38 method testDouble x = p "testDouble(%f)\n" (sod x); (sod x)
39 method testBinary x = p "testBinary(%s)\n" (sod x); (sod x)
96 if (sod s) = "Xception" then
103 p "testMultiException(%S, %S)\n" (sod a0) (sod a1);
104 if (sod a0) = "Xception" then
[all …]
/dports/devel/thrift-cpp/thrift-0.14.0/test/ocaml/server/
H A DTestServer.ml25 let sod = function var
34 method testString x = p "testString(%s)\n" (sod x); (sod x)
35 method testByte x = p "testByte(%d)\n" (sod x); (sod x)
36 method testI32 x = p "testI32(%d)\n" (sod x); (sod x)
37 method testI64 x = p "testI64(%s)\n" (Int64.to_string (sod x)); (sod x)
38 method testDouble x = p "testDouble(%f)\n" (sod x); (sod x)
39 method testBinary x = p "testBinary(%s)\n" (sod x); (sod x)
96 if (sod s) = "Xception" then
103 p "testMultiException(%S, %S)\n" (sod a0) (sod a1);
104 if (sod a0) = "Xception" then
[all …]
/dports/devel/thrift-c_glib/thrift-0.14.0/test/ocaml/server/
H A DTestServer.ml25 let sod = function var
34 method testString x = p "testString(%s)\n" (sod x); (sod x)
35 method testByte x = p "testByte(%d)\n" (sod x); (sod x)
36 method testI32 x = p "testI32(%d)\n" (sod x); (sod x)
37 method testI64 x = p "testI64(%s)\n" (Int64.to_string (sod x)); (sod x)
38 method testDouble x = p "testDouble(%f)\n" (sod x); (sod x)
39 method testBinary x = p "testBinary(%s)\n" (sod x); (sod x)
96 if (sod s) = "Xception" then
103 p "testMultiException(%S, %S)\n" (sod a0) (sod a1);
104 if (sod a0) = "Xception" then
[all …]
/dports/devel/thrift/thrift-0.14.0/test/ocaml/server/
H A DTestServer.ml25 let sod = function var
34 method testString x = p "testString(%s)\n" (sod x); (sod x)
35 method testByte x = p "testByte(%d)\n" (sod x); (sod x)
36 method testI32 x = p "testI32(%d)\n" (sod x); (sod x)
37 method testI64 x = p "testI64(%s)\n" (Int64.to_string (sod x)); (sod x)
38 method testDouble x = p "testDouble(%f)\n" (sod x); (sod x)
39 method testBinary x = p "testBinary(%s)\n" (sod x); (sod x)
96 if (sod s) = "Xception" then
103 p "testMultiException(%S, %S)\n" (sod a0) (sod a1);
104 if (sod a0) = "Xception" then
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/test/ocaml/server/
H A DTestServer.ml25 let sod = function var
34 method testString x = p "testString(%s)\n" (sod x); (sod x)
35 method testByte x = p "testByte(%d)\n" (sod x); (sod x)
36 method testI32 x = p "testI32(%d)\n" (sod x); (sod x)
37 method testI64 x = p "testI64(%s)\n" (Int64.to_string (sod x)); (sod x)
38 method testDouble x = p "testDouble(%f)\n" (sod x); (sod x)
39 method testBinary x = p "testBinary(%s)\n" (sod x); (sod x)
96 if (sod s) = "Xception" then
103 p "testMultiException(%S, %S)\n" (sod a0) (sod a1);
104 if (sod a0) = "Xception" then
[all …]
/dports/devel/node-thrift/thrift-0.14.0/test/ocaml/server/
H A DTestServer.ml25 let sod = function var
34 method testString x = p "testString(%s)\n" (sod x); (sod x)
35 method testByte x = p "testByte(%d)\n" (sod x); (sod x)
36 method testI32 x = p "testI32(%d)\n" (sod x); (sod x)
37 method testI64 x = p "testI64(%s)\n" (Int64.to_string (sod x)); (sod x)
38 method testDouble x = p "testDouble(%f)\n" (sod x); (sod x)
39 method testBinary x = p "testBinary(%s)\n" (sod x); (sod x)
96 if (sod s) = "Xception" then
103 p "testMultiException(%S, %S)\n" (sod a0) (sod a1);
104 if (sod a0) = "Xception" then
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/test/ocaml/server/
H A DTestServer.ml22 let sod = function var
31 method testString x = p "testString(%s)\n" (sod x); (sod x)
32 method testByte x = p "testByte(%d)\n%!" (sod x); (sod x)
33 method testI32 x = p "testI32(%s)\n" (Int32.to_string (sod x)); (sod x)
34 method testI64 x = p "testI64(%s)\n" (Int64.to_string (sod x)); (sod x)
35 method testDouble x = p "testDouble(%f)\n" (sod x); (sod x)
87 hello#set_i32_thing (sod a1);
88 hello#set_i64_thing (sod a2);
92 if (sod s) = "Xception" then
99 p "testMultiException(%S, %S)\n" (sod a0) (sod a1);
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/editors/transform/
H A Dtransform_snap_object.c223 return sod; in snap_object_data_lookup()
252 return sod; in snap_object_data_mesh_get()
312 else if (sod->bvhtree[0] && sod->cached[0] && in snap_object_data_editmesh_get()
317 else if (sod->bvhtree[1] && sod->cached[1] && in snap_object_data_editmesh_get()
354 bm_mesh_minmax(em->bm, sod->min, sod->max); in snap_object_data_editmesh_get()
360 return sod; in snap_object_data_editmesh_get()
2268 if (sod->cached[0] && sod->bvhtree[0] && in snapMesh()
2272 if (sod->cached[1] && sod->bvhtree[1] && in snapMesh()
2285 if (sod->has_loose_edge && sod->bvhtree[0] == NULL) { in snapMesh()
2287 sod->has_loose_edge = sod->bvhtree[0] != NULL; in snapMesh()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/hdf5/tests/nonreg_tests/
H A Dbug_8383.dia.ref21 save(TMPDIR + "/list_undefined1.sod", "list_undefined");
23 load(TMPDIR + "/list_undefined1.sod");
29 save(TMPDIR + "/list_undefined2.sod", "list_undefined");
31 load(TMPDIR + "/list_undefined2.sod");
39 load(TMPDIR + "/list_undefined3.sod");
44 save(TMPDIR + "/list_void1.sod", "list_void");
46 load(TMPDIR + "/list_void1.sod");
50 save(TMPDIR + "/list_void2.sod", "list_void");
52 load(TMPDIR + "/list_void2.sod");
56 save(TMPDIR + "/list_void3.sod", "list_void");
[all …]

12345678910>>...50