Home
last modified time | relevance | path

Searched refs:get_double (Results 1 – 25 of 1414) sorted by relevance

12345678910>>...57

/dports/math/cgal/CGAL-5.3/examples/Circular_kernel_3/
H A Dintersecting_spheres.cpp21 double x1 = theRandom.get_double(0.0,5.0); in main()
22 double y1 = theRandom.get_double(0.0,5.0); in main()
23 double z1 = theRandom.get_double(0.0,5.0); in main()
25 double x2 = theRandom.get_double(0.0,5.0); in main()
26 double y2 = theRandom.get_double(0.0,5.0); in main()
27 double z2 = theRandom.get_double(0.0,5.0); in main()
28 double x3 = theRandom.get_double(0.0,5.0); in main()
29 double y3 = theRandom.get_double(0.0,5.0); in main()
30 double z3 = theRandom.get_double(0.0,5.0); in main()
/dports/graphics/birdfont/birdfont-2.29.5/libbirdfont/
H A DSvgTransform.vala73 double r = arguments.get_double (0);
79 double s = arguments.get_double (0);
82 double s0 = arguments.get_double (0);
83 double s1 = arguments.get_double (1);
88 double s = arguments.get_double (0);
91 double s0 = arguments.get_double (0);
92 double s1 = arguments.get_double (1);
97 double s0 = arguments.get_double (0);
98 double s1 = arguments.get_double (1);
99 double s2 = arguments.get_double (2);
[all …]
/dports/math/z3/z3-z3-4.8.13/src/math/lp/
H A Dconversion_helper.h38 return ci.get_upper_bound().get_double();
41 return ci.get_upper_bound().get_double() - eps;
42 eps = std::min((ci.get_upper_bound() - ci.get_lower_bound()).get_double() / 1000, eps);
43 return ci.get_upper_bound().get_double() - eps;
48 return ci.get_lower_bound().get_double();
51 return ci.get_lower_bound().get_double() + eps;
52 eps = std::min((ci.get_upper_bound() - ci.get_lower_bound()).get_double() / 1000, eps);
53 return ci.get_lower_bound().get_double() + eps;
/dports/math/py-z3-solver/z3-z3-4.8.10/src/math/lp/
H A Dconversion_helper.h38 return ci.get_upper_bound().get_double();
41 return ci.get_upper_bound().get_double() - eps;
42 eps = std::min((ci.get_upper_bound() - ci.get_lower_bound()).get_double() / 1000, eps);
43 return ci.get_upper_bound().get_double() - eps;
48 return ci.get_lower_bound().get_double();
51 return ci.get_lower_bound().get_double() + eps;
52 eps = std::min((ci.get_upper_bound() - ci.get_lower_bound()).get_double() / 1000, eps);
53 return ci.get_lower_bound().get_double() + eps;
/dports/devel/simdjson/simdjson-0.9.6/tests/ondemand/
H A Dondemand_error_tests.cpp26 ASSERT_ERROR( val.get_double(), INCORRECT_TYPE ); in get_fail_then_succeed_bool()
32 ASSERT_ERROR( val.get_double(), INCORRECT_TYPE ); in get_fail_then_succeed_bool()
46 ASSERT_ERROR( val.get_double(), INCORRECT_TYPE ); in get_fail_then_succeed_bool()
52 ASSERT_ERROR( val.get_double(), INCORRECT_TYPE ); in get_fail_then_succeed_bool()
65 ASSERT_ERROR( val.get_double(), INCORRECT_TYPE ); in get_fail_then_succeed_bool()
71 ASSERT_ERROR( val.get_double(), INCORRECT_TYPE ); in get_fail_then_succeed_bool()
84 ASSERT_ERROR( val.get_double(), INCORRECT_TYPE ); in get_fail_then_succeed_bool()
90 ASSERT_ERROR( val.get_double(), INCORRECT_TYPE ); in get_fail_then_succeed_bool()
110 ASSERT_ERROR( val.get_double(), INCORRECT_TYPE ); in get_fail_then_succeed_null()
116 ASSERT_ERROR( val.get_double(), INCORRECT_TYPE ); in get_fail_then_succeed_null()
[all …]
H A Dondemand_parse_api_tests.cpp31 ASSERT_SUCCESS( doc.get_double() ); in parser_iterate_padded()
38 ASSERT_SUCCESS( doc.get_double() ); in parser_iterate_padded()
45 ASSERT_SUCCESS( doc.get_double() ); in parser_iterate_padded()
53 ASSERT_SUCCESS( doc.get_double() ); in parser_iterate_padded()
70 ASSERT_SUCCESS( doc.get_double() ); in parser_iterate_padded_string_view()
76 ASSERT_SUCCESS( doc.get_double() ); in parser_iterate_padded_string_view()
84 ASSERT_SUCCESS( doc.get_double() ); in parser_iterate_padded_string_view()
91 ASSERT_SUCCESS( doc.get_double() ); in parser_iterate_padded_string_view()
/dports/games/iagno/iagno-3.38.1/src/
H A Dtheme-manager.vala147 background_red = key.get_double ("Background", "Red");
149 background_blue = key.get_double ("Background", "Blue");
155 // mark_red = key.get_double ("Mark", "Red");
156 // mark_green = key.get_double ("Mark", "Green");
157 // mark_blue = key.get_double ("Mark", "Blue");
160 border_red = key.get_double ("Border", "Red");
161 border_green = key.get_double ("Border", "Green");
162 border_blue = key.get_double ("Border", "Blue");
166 spacing_red = key.get_double ("Spacing", "Red");
167 spacing_green = key.get_double ("Spacing", "Green");
[all …]
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/tests/ondemand/
H A Dondemand_error_tests.cpp87 double x = doc["bad number"].get_double(); in simple_error_example_except()
105 ASSERT_ERROR( val.get_double(), INCORRECT_TYPE ); in get_fail_then_succeed_bool()
111 ASSERT_ERROR( val.get_double(), INCORRECT_TYPE ); in get_fail_then_succeed_bool()
125 ASSERT_ERROR( val.get_double(), INCORRECT_TYPE ); in get_fail_then_succeed_bool()
131 ASSERT_ERROR( val.get_double(), INCORRECT_TYPE ); in get_fail_then_succeed_bool()
144 ASSERT_ERROR( val.get_double(), INCORRECT_TYPE ); in get_fail_then_succeed_bool()
150 ASSERT_ERROR( val.get_double(), INCORRECT_TYPE ); in get_fail_then_succeed_bool()
163 ASSERT_ERROR( val.get_double(), INCORRECT_TYPE ); in get_fail_then_succeed_bool()
169 ASSERT_ERROR( val.get_double(), INCORRECT_TYPE ); in get_fail_then_succeed_bool()
189 ASSERT_ERROR( val.get_double(), INCORRECT_TYPE ); in get_fail_then_succeed_null()
[all …]
/dports/graphics/blender/blender-2.91.0/intern/cycles/util/
H A Dutil_ies.cpp92 double get_double() in get_double() function in IESTextParser
139 parser.get_double(); in parse()
153 parser.get_double(); /* Lumens per lamp */ in parse()
154 double factor = parser.get_double(); /* Candela multiplier */ in parse()
168 parser.get_double(); /* Width */ in parse()
169 parser.get_double(); /* Length */ in parse()
170 parser.get_double(); /* Height */ in parse()
171 factor *= parser.get_double(); /* Ballast factor */ in parse()
173 parser.get_double(); /* Input Watts */ in parse()
191 v_angles.push_back((float)parser.get_double()); in parse()
[all …]
/dports/math/z3/z3-z3-4.8.13/src/test/
H A Dhwf.cpp52 rd = mq.get_double(r); in bug_to_rational()
58 rd = mq.get_double(r); in bug_to_rational()
64 rd = mq.get_double(r); in bug_to_rational()
70 rd = mq.get_double(r); in bug_to_rational()
76 rd = mq.get_double(r); in bug_to_rational()
82 rd = mq.get_double(r); in bug_to_rational()
88 rd = mq.get_double(r); in bug_to_rational()
94 rd = mq.get_double(r); in bug_to_rational()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/test/
H A Dhwf.cpp52 rd = mq.get_double(r); in bug_to_rational()
58 rd = mq.get_double(r); in bug_to_rational()
64 rd = mq.get_double(r); in bug_to_rational()
70 rd = mq.get_double(r); in bug_to_rational()
76 rd = mq.get_double(r); in bug_to_rational()
82 rd = mq.get_double(r); in bug_to_rational()
88 rd = mq.get_double(r); in bug_to_rational()
94 rd = mq.get_double(r); in bug_to_rational()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/algorithms/
H A Dtimestep_control.cc66 start(param.get_double("Start")); in parse_parameters()
67 start_step(param.get_double("First step")); in parse_parameters()
68 max_step(param.get_double("Max step")); in parse_parameters()
69 final(param.get_double("Final")); in parse_parameters()
70 tolerance(param.get_double("Tolerance")); in parse_parameters()
71 print_step = param.get_double("Print step"); in parse_parameters()
/dports/multimedia/shotcut/shotcut-21.03.21/src/qmltypes/
H A Dqmlproducer.cpp67 sar = m_producer.get_double(kAspectNumProperty) / in aspectRatio()
68 m_producer.get_double(kAspectDenProperty); in aspectRatio()
70 return sar * m_producer.get_double(kWidthProperty) / m_producer.get_double(kHeightProperty); in aspectRatio()
126 result = m_producer.get_double("warp_speed"); in speed()
176 sar = m_producer.get_double(kAspectNumProperty) / in displayAspectRatio()
177 m_producer.get_double(kAspectDenProperty); in displayAspectRatio()
179 return sar * m_producer.get_double(kWidthProperty) / m_producer.get_double(kHeightProperty); in displayAspectRatio()
200 return m_producer.get_double(name.toUtf8().constData()); in getDouble()
/dports/math/py-or-tools/or-tools-9.2/ortools/math_opt/solvers/
H A Dgurobi_callback.cc122 absl::StatusOr<double> get_double(int what) const {
243 c.get_double(GRB_CB_SPX_PRIMINF));
245 c.get_double(GRB_CB_SPX_DUALINF));
254 c.get_double(GRB_CB_BARRIER_PRIMOBJ));
256 c.get_double(GRB_CB_BARRIER_DUALOBJ));
258 c.get_double(GRB_CB_BARRIER_PRIMINF));
260 c.get_double(GRB_CB_BARRIER_DUALINF));
280 MO_SET_OR_RET(s->set_primal_bound, c.get_double(GRB_CB_MIP_OBJBST));
281 MO_SET_OR_RET(s->set_dual_bound, c.get_double(GRB_CB_MIP_OBJBND));
295 MO_SET_OR_RET(s->set_dual_bound, c.get_double(GRB_CB_MIPSOL_OBJBND));
[all …]
/dports/math/cgal/CGAL-5.3/examples/Triangulation_3/
H A Dsegment_simplex_traverser_3.cpp48 Point_3 p1(rng.get_double(-0.48, 0.31), in main()
49 rng.get_double(-0.22, 0.22), in main()
50 rng.get_double(-0.19, 0.19)); in main()
51 Point_3 p2(rng.get_double(-0.48, 0.31), in main()
52 rng.get_double(-0.22, 0.22), in main()
53 rng.get_double(-0.19, 0.19)); in main()
H A Dsegment_cell_traverser_3.cpp62 Point_3 p1(rng.get_double(xmin, xmax), in main()
63 rng.get_double(ymin, ymax), in main()
64 rng.get_double(zmin, zmax)); in main()
65 Point_3 p2(rng.get_double(xmin, xmax), in main()
66 rng.get_double(ymin, ymax), in main()
67 rng.get_double(zmin, zmax)); in main()
/dports/cad/repsnapper/repsnapper-2.5a4/src/
H A Dmodel_slice.cpp52 settings.get_double("Raft","Size"), jround); in MakeRaft()
60 double rotation = settings.get_double("Raft","Base.Rotation"); in MakeRaft()
62 layerthickness * settings.get_double("Raft","Base.Thickness"); in MakeRaft()
70 * settings.get_double("Slicing","FirstLayerHeight"); in MakeRaft()
79 settings.get_double("Raft","Base.MaterialDistanceRatio"), in MakeRaft()
80 settings.get_double("Raft","Base.Distance"), rotation); in MakeRaft()
86 rotation = settings.get_double("Raft","Interface.Rotation"); in MakeRaft()
94 settings.get_double("Raft","Interface.MaterialDistanceRatio"), in MakeRaft()
95 settings.get_double("Raft","Interface.Distance"), in MakeRaft()
553 …int shells = (int)ceil(settings.get_double("Slicing","SolidThickness")/settings.get_double("Slicin… in MultiplyUncoveredPolygons()
[all …]
H A Dsettings.cpp258 get_double(group, key+"G"), in convert_old_colour()
259 get_double(group, key+"B"), in convert_old_colour()
260 get_double(group, key+"A"),0}; in convert_old_colour()
413 spin->set_value (get_double(group,key)); in set_to_gui()
418 range->set_value (get_double(group,key)); in set_to_gui()
798 return Vector3d(get_double(ext, "OffsetX"), in get_extruder_offset()
799 get_double(ext, "OffsetY"), 0.); in get_extruder_offset()
849 get_double("Hardware","Volume.Y"), in getPrintVolume()
850 get_double("Hardware","Volume.Z")); in getPrintVolume()
856 get_double("Hardware","PrintMargin.Y"), in getPrintMargin()
[all …]
/dports/math/cgal/CGAL-5.3/examples/Tetrahedral_remeshing/
H A Dtetrahedral_remeshing_generate_input.h31 tr.insert(Point(rng.get_double(-1., 1.), rng.get_double(-1., 1.), rng.get_double(-1., 1.))); in generate_input_two_subdomains()
58 const double x = rng.get_double(-1., 1.); in generate_input_one_subdomain()
59 const double y = rng.get_double(-1., 1.); in generate_input_one_subdomain()
60 const double z = rng.get_double(-1., 1.); in generate_input_one_subdomain()
156 … pts.push_back(Point(rng.get_double(-1., 1.), rng.get_double(-1., 1.), rng.get_double(-1., 1.))); in generate_input_cube()
/dports/devel/simdjson/simdjson-0.9.6/benchmark/large_random/
H A Dsajson.h15 simdjson_really_inline double get_double(const ::sajson::value &obj, std::string_view key) { in get_double() function
48 get_double(point, "x"), in run()
49 get_double(point, "y"), in run()
50 get_double(point, "z") in run()
H A Dyyjson.h12 simdjson_really_inline double get_double(yyjson_val *obj, std::string_view key) { in get_double() function
41 …result.emplace_back(json_benchmark::point{get_double(coord, "x"), get_double(coord, "y"), get_doub… in run()
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/benchmark/large_random/
H A Dsajson.h15 simdjson_really_inline double get_double(const ::sajson::value &obj, std::string_view key) { in get_double() function
48 get_double(point, "x"), in run()
49 get_double(point, "y"), in run()
50 get_double(point, "z") in run()
H A Dyyjson.h12 simdjson_really_inline double get_double(yyjson_val *obj, std::string_view key) { in get_double() function
41 …result.emplace_back(json_benchmark::point{get_double(coord, "x"), get_double(coord, "y"), get_doub… in run()
/dports/devel/simdjson/simdjson-0.9.6/benchmark/kostya/
H A Dsajson.h15 simdjson_really_inline double get_double(const ::sajson::value &obj, std::string_view key) { in get_double() function
50 get_double(point, "x"), in run()
51 get_double(point, "y"), in run()
52 get_double(point, "z") in run()
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/benchmark/kostya/
H A Dsajson.h15 simdjson_really_inline double get_double(const ::sajson::value &obj, std::string_view key) { in get_double() function
50 get_double(point, "x"), in run()
51 get_double(point, "y"), in run()
52 get_double(point, "z") in run()

12345678910>>...57