Home
last modified time | relevance | path

Searched refs:count_info (Results 1 – 25 of 253) sorted by relevance

1234567891011

/dports/math/gretl/gretl-2021d/plugin/
H A Dpoisson.c36 typedef struct count_info_ count_info; typedef
68 static void negbin_free (count_info *cinfo) in negbin_free()
275 count_info *cinfo = (count_info *) data; in negbin_loglik()
324 count_info *cinfo = (count_info *) data; in negbin_score()
385 count_info *cinfo = (count_info *) data; in negbin2_hessian()
614 count_info cinfo = {0}; in do_negbin()
792 count_info *cinfo, in transcribe_poisson_results()
932 count_info *cinfo = (count_info *) data; in poisson_loglik()
958 count_info *cinfo = (count_info *) data; in poisson_score()
981 count_info *cinfo = (count_info *) data; in poisson_hessian()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/strategies/spherical/
H A Dpoint_in_poly_winding.hpp112 struct count_info struct in boost::geometry::strategy::within::detail::spherical_winding_base
114 explicit count_info(int c = 0, bool ia = false) in count_info() argument
224 static inline count_info check_segment(Point const& point, in check_segment()
232 return count_info(0, false); in check_segment()
349 static inline count_info calculate_count(Point const& point, in calculate_count()
374 return count_info(s1_p < c0 ? -2 : 2, false); // choose W/E in calculate_count()
381 return count_info(s1_s2 < c0 ? -1 : 1, // choose W/E in calculate_count()
389 return count_info(s1_s2 < c0 ? -2 : 2, false); // choose W/E in calculate_count()
398 return count_info(s1_s2 < c0 ? -2 : 2, true); // choose W/E in calculate_count()
401 return count_info(0, false); in calculate_count()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/geometry/strategies/spherical/
H A Dpoint_in_poly_winding.hpp119 struct count_info struct in boost::geometry::strategy::within::detail::spherical_winding_base
121 explicit count_info(int c = 0, bool ia = false) in count_info() function
255 static inline count_info check_segment(Point const& point, in check_segment()
263 return count_info(0, false); in check_segment()
374 static inline count_info calculate_count(Point const& point, in calculate_count()
395 return count_info(s1_p < c0 ? -2 : 2, false); // choose W/E in calculate_count()
402 return count_info(s1_s2 < c0 ? -1 : 1, // choose W/E in calculate_count()
410 return count_info(s1_s2 < c0 ? -2 : 2, false); // choose W/E in calculate_count()
419 return count_info(s1_s2 < c0 ? -2 : 2, true); // choose W/E in calculate_count()
422 return count_info(0, false); in calculate_count()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/geometry/strategies/spherical/
H A Dpoint_in_poly_winding.hpp117 struct count_info struct in boost::geometry::strategy::within::detail::spherical_winding_base
119 explicit count_info(int c = 0, bool ia = false) in count_info() argument
239 static inline count_info check_segment(Point const& point, in check_segment()
247 return count_info(0, false); in check_segment()
358 static inline count_info calculate_count(Point const& point, in calculate_count()
379 return count_info(s1_p < c0 ? -2 : 2, false); // choose W/E in calculate_count()
386 return count_info(s1_s2 < c0 ? -1 : 1, // choose W/E in calculate_count()
394 return count_info(s1_s2 < c0 ? -2 : 2, false); // choose W/E in calculate_count()
403 return count_info(s1_s2 < c0 ? -2 : 2, true); // choose W/E in calculate_count()
406 return count_info(0, false); in calculate_count()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/geometry/strategies/spherical/
H A Dpoint_in_poly_winding.hpp110 struct count_info struct in boost::geometry::strategy::within::detail::spherical_winding_base
112 explicit count_info(int c = 0, bool ia = false) in count_info() argument
260 static inline count_info check_segment(Point const& point, in check_segment()
268 return count_info(0, false); in check_segment()
385 static inline count_info calculate_count(Point const& point, in calculate_count()
410 return count_info(s1_p < c0 ? -2 : 2, false); // choose W/E in calculate_count()
417 return count_info(s1_s2 < c0 ? -1 : 1, // choose W/E in calculate_count()
425 return count_info(s1_s2 < c0 ? -2 : 2, false); // choose W/E in calculate_count()
434 return count_info(s1_s2 < c0 ? -2 : 2, true); // choose W/E in calculate_count()
437 return count_info(0, false); in calculate_count()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/geometry/strategies/spherical/
H A Dpoint_in_poly_winding.hpp110 struct count_info struct in boost::geometry::strategy::within::detail::spherical_winding_base
112 explicit count_info(int c = 0, bool ia = false) in count_info() argument
260 static inline count_info check_segment(Point const& point, in check_segment()
268 return count_info(0, false); in check_segment()
385 static inline count_info calculate_count(Point const& point, in calculate_count()
410 return count_info(s1_p < c0 ? -2 : 2, false); // choose W/E in calculate_count()
417 return count_info(s1_s2 < c0 ? -1 : 1, // choose W/E in calculate_count()
425 return count_info(s1_s2 < c0 ? -2 : 2, false); // choose W/E in calculate_count()
434 return count_info(s1_s2 < c0 ? -2 : 2, true); // choose W/E in calculate_count()
437 return count_info(0, false); in calculate_count()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/geometry/strategies/spherical/
H A Dpoint_in_poly_winding.hpp112 struct count_info struct in boost::geometry::strategy::within::detail::spherical_winding_base
114 explicit count_info(int c = 0, bool ia = false) in count_info() function
262 static inline count_info check_segment(Point const& point, in check_segment()
270 return count_info(0, false); in check_segment()
387 static inline count_info calculate_count(Point const& point, in calculate_count()
412 return count_info(s1_p < c0 ? -2 : 2, false); // choose W/E in calculate_count()
419 return count_info(s1_s2 < c0 ? -1 : 1, // choose W/E in calculate_count()
427 return count_info(s1_s2 < c0 ? -2 : 2, false); // choose W/E in calculate_count()
436 return count_info(s1_s2 < c0 ? -2 : 2, true); // choose W/E in calculate_count()
439 return count_info(0, false); in calculate_count()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/strategies/spherical/
H A Dpoint_in_poly_winding.hpp112 struct count_info struct in boost::geometry::strategy::within::detail::spherical_winding_base
114 explicit count_info(int c = 0, bool ia = false) in count_info() function
262 static inline count_info check_segment(Point const& point, in check_segment()
270 return count_info(0, false); in check_segment()
387 static inline count_info calculate_count(Point const& point, in calculate_count()
412 return count_info(s1_p < c0 ? -2 : 2, false); // choose W/E in calculate_count()
419 return count_info(s1_s2 < c0 ? -1 : 1, // choose W/E in calculate_count()
427 return count_info(s1_s2 < c0 ? -2 : 2, false); // choose W/E in calculate_count()
436 return count_info(s1_s2 < c0 ? -2 : 2, true); // choose W/E in calculate_count()
439 return count_info(0, false); in calculate_count()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/geometry/strategies/spherical/
H A Dpoint_in_poly_winding.hpp112 struct count_info struct in boost::geometry::strategy::within::detail::spherical_winding_base
114 explicit count_info(int c = 0, bool ia = false) in count_info() function
262 static inline count_info check_segment(Point const& point, in check_segment()
270 return count_info(0, false); in check_segment()
387 static inline count_info calculate_count(Point const& point, in calculate_count()
412 return count_info(s1_p < c0 ? -2 : 2, false); // choose W/E in calculate_count()
419 return count_info(s1_s2 < c0 ? -1 : 1, // choose W/E in calculate_count()
427 return count_info(s1_s2 < c0 ? -2 : 2, false); // choose W/E in calculate_count()
436 return count_info(s1_s2 < c0 ? -2 : 2, true); // choose W/E in calculate_count()
439 return count_info(0, false); in calculate_count()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/geometry/strategies/spherical/
H A Dpoint_in_poly_winding.hpp110 struct count_info struct in boost::geometry::strategy::within::detail::spherical_winding_base
112 explicit count_info(int c = 0, bool ia = false) in count_info() argument
260 static inline count_info check_segment(Point const& point, in check_segment()
268 return count_info(0, false); in check_segment()
385 static inline count_info calculate_count(Point const& point, in calculate_count()
410 return count_info(s1_p < c0 ? -2 : 2, false); // choose W/E in calculate_count()
417 return count_info(s1_s2 < c0 ? -1 : 1, // choose W/E in calculate_count()
425 return count_info(s1_s2 < c0 ? -2 : 2, false); // choose W/E in calculate_count()
434 return count_info(s1_s2 < c0 ? -2 : 2, true); // choose W/E in calculate_count()
437 return count_info(0, false); in calculate_count()
[all …]
/dports/devel/elixir-excoveralls/excoveralls-0.14.4/lib/excoveralls/
H A Dlocal.ex78 count_info = Enum.map(stats, fn(stat) -> [stat, calculate_count(stat[:coverage])] end)
79 count_info = sort(count_info, options)
85 #{Enum.join(format_body(count_info), "\n")}
86 #{format_total(count_info)}
90 "Test Coverage #{format_total(count_info)}\n"
94 defp sort(count_info, options) do
99 Enum.map(count_info, fn original ->
121 Enum.sort(count_info, fn([x, _], [y, _]) -> x[:name] <= y[:name] end)
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/simpleperf/scripts/
H A Dreport_html.py275 count_info = self.addr_hit_map.get(addr)
276 if count_info is None:
279 count_info[0] += event_count
280 count_info[1] += subtree_event_count
286 count_info = self.line_hit_map.get(key)
287 if count_info is None:
290 count_info[0] += event_count
291 count_info[1] += subtree_event_count
300 count_info = self.line_hit_map[key]
301 item = {'f': key[0], 'l': key[1], 'e': count_info[0], 's': count_info[1]}
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dauto-profile.c122 struct count_info struct
220 bool get_count_info (location_t loc, count_info *info) const;
245 typedef std::map<unsigned, count_info> position_count_map;
285 bool get_count_info (gimple *stmt, count_info *info) const;
292 bool update_inlined_ind_target (gcall *stmt, count_info *info);
557 function_instance::get_count_info (location_t loc, count_info *info) const in get_count_info()
751 count_info *info) in update_inlined_ind_target()
766 count_info old_info; in update_inlined_ind_target()
1122 count_info info; in afdo_set_bb_count()
1475 count_info info; in afdo_vpt_for_early_inline()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dauto-profile.c139 struct count_info struct
237 bool get_count_info (location_t loc, count_info *info) const;
262 typedef std::map<unsigned, count_info> position_count_map;
302 bool get_count_info (gimple *stmt, count_info *info) const;
309 bool update_inlined_ind_target (gcall *stmt, count_info *info);
567 function_instance::get_count_info (location_t loc, count_info *info) const in get_count_info()
761 count_info *info) in update_inlined_ind_target()
776 count_info old_info; in update_inlined_ind_target()
1105 count_info info; in afdo_set_bb_count()
1463 count_info info; in afdo_vpt_for_early_inline()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dauto-profile.c138 class count_info
237 bool get_count_info (location_t loc, count_info *info) const;
262 typedef std::map<unsigned, count_info> position_count_map;
302 bool get_count_info (gimple *stmt, count_info *info) const;
309 bool update_inlined_ind_target (gcall *stmt, count_info *info);
567 function_instance::get_count_info (location_t loc, count_info *info) const in get_count_info()
759 count_info *info) in update_inlined_ind_target()
774 count_info old_info; in update_inlined_ind_target()
1103 count_info info; in afdo_set_bb_count()
1461 count_info info; in afdo_vpt_for_early_inline()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dauto-profile.c122 struct count_info struct
220 bool get_count_info (location_t loc, count_info *info) const;
245 typedef std::map<unsigned, count_info> position_count_map;
285 bool get_count_info (gimple *stmt, count_info *info) const;
292 bool update_inlined_ind_target (gcall *stmt, count_info *info);
557 function_instance::get_count_info (location_t loc, count_info *info) const in get_count_info()
751 count_info *info) in update_inlined_ind_target()
766 count_info old_info; in update_inlined_ind_target()
1122 count_info info; in afdo_set_bb_count()
1475 count_info info; in afdo_vpt_for_early_inline()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dauto-profile.c119 struct count_info struct
217 bool get_count_info (location_t loc, count_info *info) const;
242 typedef std::map<unsigned, count_info> position_count_map;
282 bool get_count_info (gimple *stmt, count_info *info) const;
289 bool update_inlined_ind_target (gcall *stmt, count_info *info);
554 function_instance::get_count_info (location_t loc, count_info *info) const in get_count_info()
748 count_info *info) in update_inlined_ind_target()
753 count_info old_info; in update_inlined_ind_target()
1045 count_info info; in afdo_set_bb_count()
1408 count_info info; in afdo_vpt_for_early_inline()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dauto-profile.c138 class count_info
237 bool get_count_info (location_t loc, count_info *info) const;
262 typedef std::map<unsigned, count_info> position_count_map;
302 bool get_count_info (gimple *stmt, count_info *info) const;
309 bool update_inlined_ind_target (gcall *stmt, count_info *info);
567 function_instance::get_count_info (location_t loc, count_info *info) const in get_count_info()
759 count_info *info) in update_inlined_ind_target()
774 count_info old_info; in update_inlined_ind_target()
1103 count_info info; in afdo_set_bb_count()
1461 count_info info; in afdo_vpt_for_early_inline()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dauto-profile.c138 class count_info
237 bool get_count_info (location_t loc, count_info *info) const;
262 typedef std::map<unsigned, count_info> position_count_map;
302 bool get_count_info (gimple *stmt, count_info *info) const;
309 bool update_inlined_ind_target (gcall *stmt, count_info *info);
567 function_instance::get_count_info (location_t loc, count_info *info) const in get_count_info()
759 count_info *info) in update_inlined_ind_target()
774 count_info old_info; in update_inlined_ind_target()
1103 count_info info; in afdo_set_bb_count()
1461 count_info info; in afdo_vpt_for_early_inline()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dauto-profile.c138 class count_info
237 bool get_count_info (location_t loc, count_info *info) const;
262 typedef std::map<unsigned, count_info> position_count_map;
302 bool get_count_info (gimple *stmt, count_info *info) const;
309 bool update_inlined_ind_target (gcall *stmt, count_info *info);
567 function_instance::get_count_info (location_t loc, count_info *info) const in get_count_info()
759 count_info *info) in update_inlined_ind_target()
774 count_info old_info; in update_inlined_ind_target()
1108 count_info info; in afdo_set_bb_count()
1461 count_info info; in afdo_vpt_for_early_inline()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dauto-profile.c122 struct count_info struct
220 bool get_count_info (location_t loc, count_info *info) const;
245 typedef std::map<unsigned, count_info> position_count_map;
285 bool get_count_info (gimple *stmt, count_info *info) const;
292 bool update_inlined_ind_target (gcall *stmt, count_info *info);
557 function_instance::get_count_info (location_t loc, count_info *info) const in get_count_info()
751 count_info *info) in update_inlined_ind_target()
766 count_info old_info; in update_inlined_ind_target()
1122 count_info info; in afdo_set_bb_count()
1475 count_info info; in afdo_vpt_for_early_inline()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dauto-profile.c122 struct count_info struct
220 bool get_count_info (location_t loc, count_info *info) const;
245 typedef std::map<unsigned, count_info> position_count_map;
285 bool get_count_info (gimple *stmt, count_info *info) const;
292 bool update_inlined_ind_target (gcall *stmt, count_info *info);
557 function_instance::get_count_info (location_t loc, count_info *info) const in get_count_info()
751 count_info *info) in update_inlined_ind_target()
766 count_info old_info; in update_inlined_ind_target()
1122 count_info info; in afdo_set_bb_count()
1475 count_info info; in afdo_vpt_for_early_inline()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dauto-profile.c122 struct count_info struct
220 bool get_count_info (location_t loc, count_info *info) const;
245 typedef std::map<unsigned, count_info> position_count_map;
285 bool get_count_info (gimple *stmt, count_info *info) const;
292 bool update_inlined_ind_target (gcall *stmt, count_info *info);
557 function_instance::get_count_info (location_t loc, count_info *info) const in get_count_info()
751 count_info *info) in update_inlined_ind_target()
766 count_info old_info; in update_inlined_ind_target()
1122 count_info info; in afdo_set_bb_count()
1475 count_info info; in afdo_vpt_for_early_inline()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dauto-profile.c138 class count_info
237 bool get_count_info (location_t loc, count_info *info) const;
262 typedef std::map<unsigned, count_info> position_count_map;
302 bool get_count_info (gimple *stmt, count_info *info) const;
309 bool update_inlined_ind_target (gcall *stmt, count_info *info);
567 function_instance::get_count_info (location_t loc, count_info *info) const in get_count_info()
759 count_info *info) in update_inlined_ind_target()
774 count_info old_info; in update_inlined_ind_target()
1103 count_info info; in afdo_set_bb_count()
1461 count_info info; in afdo_vpt_for_early_inline()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dauto-profile.c138 class count_info
237 bool get_count_info (location_t loc, count_info *info) const;
262 typedef std::map<unsigned, count_info> position_count_map;
302 bool get_count_info (gimple *stmt, count_info *info) const;
309 bool update_inlined_ind_target (gcall *stmt, count_info *info);
567 function_instance::get_count_info (location_t loc, count_info *info) const in get_count_info()
759 count_info *info) in update_inlined_ind_target()
774 count_info old_info; in update_inlined_ind_target()
1103 count_info info; in afdo_set_bb_count()
1461 count_info info; in afdo_vpt_for_early_inline()
[all …]

1234567891011