Home
last modified time | relevance | path

Searched refs:number_properties (Results 1 – 25 of 49) sorted by relevance

12

/dports/math/scilab/scilab-6.1.1/scilab/modules/elementary_functions/tests/unit_tests/
H A DIEEEcompatibility.dia.ref22 radix = number_properties("radix");
24 p = number_properties("digits");
26 eps = number_properties("eps");
29 huge = number_properties("huge");
31 tiny = number_properties("tiny");
33 denorm = number_properties("denorm");
35 tiniest = number_properties("tiniest");
37 minexp = number_properties("minexp");
39 maxexp = number_properties("maxexp");
H A DIEEEcompatibility.tst26 radix = number_properties("radix");
28 p = number_properties("digits");
30 eps = number_properties("eps");
33 huge = number_properties("huge");
35 tiny = number_properties("tiny");
37 denorm = number_properties("denorm");
39 tiniest = number_properties("tiniest");
41 minexp = number_properties("minexp");
43 maxexp = number_properties("maxexp");
/dports/math/scilab/scilab-6.1.1/scilab/modules/spreadsheet/tests/unit_tests/
H A Dcsv_tools.tst25 huge=number_properties("huge");
26 tiny=number_properties("tiny");
27 tiniest=number_properties("tiniest");
H A Dcsv_tools.dia.ref24 huge=number_properties("huge");
25 tiny=number_properties("tiny");
26 tiniest=number_properties("tiniest");
/dports/math/scilab/scilab-6.1.1/scilab/modules/m2sci/tests/unit_tests/conversion/
H A DREALMIN.dia.ref47 number_properties("tiny");
48 number_properties("tiny");
53 val = number_properties("tiny");
54 val = number_properties("tiny");
H A DREALMAX.dia.ref47 number_properties("huge");
48 number_properties("huge");
53 val = number_properties("huge");
54 val = number_properties("huge");
/dports/math/scilab/scilab-6.1.1/scilab/modules/spreadsheet/tests/nonreg_tests/
H A Dticket_275.dia.ref42 x = number_properties("huge");
47 x = number_properties("tiny");
52 x = number_properties("tiniest");
H A Dticket_275.tst44 x = number_properties("huge");
49 x = number_properties("tiny");
54 x = number_properties("tiniest");
/dports/math/scilab/scilab-6.1.1/scilab/modules/m2sci/macros/compat_functions/
H A Dmtlb_realmin.sci19 val=number_properties("tiny");
22 val=number_properties("tiny");
H A Dmtlb_realmax.sci19 val=number_properties("huge");
22 val=number_properties("huge");
/dports/math/scilab/scilab-6.1.1/scilab/modules/m2sci/macros/sci_files/
H A Dsci_realmax.sci22 tree.name="number_properties"
28 tree.name="number_properties"
H A Dsci_realmin.sci22 tree.name="number_properties"
28 tree.name="number_properties"
/dports/math/scilab/scilab-6.1.1/scilab/modules/optimization/tests/unit_tests/
H A Dreadmps.tst13 huge = number_properties("huge");
43 huge = number_properties("huge");
H A Dreadmps.dia.ref11 huge = number_properties("huge");
61 huge = number_properties("huge");
/dports/math/scilab/scilab-6.1.1/scilab/modules/helptools/data/
H A Dexternal2scilab_equiv.csv66 flintmax;number_properties;
184 realmax;number_properties;
185 realmin;number_properties;
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/tests/
H A Dwandtest.c5203 number_properties, in main() local
5454 properties=MagickGetImageProperties(magick_wand,"*",&number_properties); in main()
5457 for (i=0; i < (ssize_t) number_properties; i++) in main()
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/tests/
H A Dwandtest.c5207 number_properties, in main() local
5450 properties=MagickGetImageProperties(magick_wand,"*",&number_properties); in main()
5453 for (i=0; i < (ssize_t) number_properties; i++) in main()
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/tests/
H A Dwandtest.c5203 number_properties, in main() local
5454 properties=MagickGetImageProperties(magick_wand,"*",&number_properties); in main()
5457 for (i=0; i < (ssize_t) number_properties; i++) in main()
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/tests/
H A Dwandtest.c5207 number_properties, in main() local
5450 properties=MagickGetImageProperties(magick_wand,"*",&number_properties); in main()
5453 for (i=0; i < (ssize_t) number_properties; i++) in main()
/dports/math/scilab/scilab-6.1.1/scilab/modules/elementary_functions/tests/nonreg_tests/
H A Dbug_6934.dia.ref19 if number_properties("denorm") == %f then bugmes();quit;end
H A Dbug_6934.tst19 if number_properties("denorm") == %f then pause,end
/dports/math/scilab/scilab-6.1.1/scilab/modules/elementary_functions/macros/
H A Dbitget.sci21 - decimal numbers: pos was limited to 52 instead of log2(number_properties("huge")) == 1024
68 case 0 then posmax = 1024 // log2(number_properties("huge"))
/dports/math/scilab/scilab-6.1.1/scilab/modules/optimization/tests/unit_tests/neldermead/
H A Dneldermead_configure.tst158 "neldermead_configure","value",3,string(number_properties("tiny")),1,"-1");
170 "neldermead_configure","value",3,string(number_properties("tiny")),1,"-1");
H A Dneldermead_configure.dia.ref144 "neldermead_configure","value",3,string(number_properties("tiny")),1,"-1");
155 "neldermead_configure","value",3,string(number_properties("tiny")),1,"-1");
/dports/textproc/highlight/highlight-4.1/langDefs/
H A Dscilab.lang41 "number_properties", "oldbessel", "ones", "or", "pen2ea", "pertrans", "prod",

12