Home
last modified time | relevance | path

Searched defs:set_max (Results 1 – 25 of 354) sorted by relevance

12345678910>>...15

/dports/misc/lastools/LAStools-8ff2694/LASzip/src/
H A Dlasattributer.hpp132 inline void set_max(U8* max) { this->max[0] = cast(max); options |= 0x04; }; in set_max() function in LASattribute
134 …inline BOOL set_max(U8 max) { if (0 == get_type()) { this->max[0].u64 = max; options |= 0x04; ret… in set_max() function in LASattribute
135 …inline BOOL set_max(I8 max) { if (1 == get_type()) { this->max[0].i64 = max; options |= 0x04; ret… in set_max() function in LASattribute
136 …inline BOOL set_max(U16 max) { if (2 == get_type()) { this->max[0].u64 = max; options |= 0x04; ret… in set_max() function in LASattribute
137 …inline BOOL set_max(I16 max) { if (3 == get_type()) { this->max[0].i64 = max; options |= 0x04; ret… in set_max() function in LASattribute
138 …inline BOOL set_max(U32 max) { if (4 == get_type()) { this->max[0].u64 = max; options |= 0x04; ret… in set_max() function in LASattribute
139 …inline BOOL set_max(I32 max) { if (5 == get_type()) { this->max[0].i64 = max; options |= 0x04; ret… in set_max() function in LASattribute
140 …inline BOOL set_max(U64 max) { if (6 == get_type()) { this->max[0].u64 = max; options |= 0x04; ret… in set_max() function in LASattribute
141 …inline BOOL set_max(I64 max) { if (7 == get_type()) { this->max[0].i64 = max; options |= 0x04; ret… in set_max() function in LASattribute
142 …inline BOOL set_max(F32 max) { if (8 == get_type()) { this->max[0].f64 = max; options |= 0x04; ret… in set_max() function in LASattribute
[all …]
/dports/archivers/laszip/LASzip-3.4.3/src/
H A Dlasattributer.hpp132 inline void set_max(U8* max) { this->max[0] = cast(max); options |= 0x04; }; in set_max() function in LASattribute
134 …inline BOOL set_max(U8 max) { if (0 == get_type()) { this->max[0].u64 = max; options |= 0x04; ret… in set_max() function in LASattribute
135 …inline BOOL set_max(I8 max) { if (1 == get_type()) { this->max[0].i64 = max; options |= 0x04; ret… in set_max() function in LASattribute
136 …inline BOOL set_max(U16 max) { if (2 == get_type()) { this->max[0].u64 = max; options |= 0x04; ret… in set_max() function in LASattribute
137 …inline BOOL set_max(I16 max) { if (3 == get_type()) { this->max[0].i64 = max; options |= 0x04; ret… in set_max() function in LASattribute
138 …inline BOOL set_max(U32 max) { if (4 == get_type()) { this->max[0].u64 = max; options |= 0x04; ret… in set_max() function in LASattribute
139 …inline BOOL set_max(I32 max) { if (5 == get_type()) { this->max[0].i64 = max; options |= 0x04; ret… in set_max() function in LASattribute
140 …inline BOOL set_max(U64 max) { if (6 == get_type()) { this->max[0].u64 = max; options |= 0x04; ret… in set_max() function in LASattribute
141 …inline BOOL set_max(I64 max) { if (7 == get_type()) { this->max[0].i64 = max; options |= 0x04; ret… in set_max() function in LASattribute
142 …inline BOOL set_max(F32 max) { if (8 == get_type()) { this->max[0].f64 = max; options |= 0x04; ret… in set_max() function in LASattribute
[all …]
/dports/devel/ppl/ppl-1.2/src/
H A DFloat_inlines.hh82 float_ieee754_half::set_max(bool negative) { in set_max() function in Parma_Polyhedra_Library::float_ieee754_half
149 float_ieee754_single::set_max(bool negative) { in set_max() function in Parma_Polyhedra_Library::float_ieee754_single
235 float_ieee754_double::set_max(bool negative) { in set_max() function in Parma_Polyhedra_Library::float_ieee754_double
312 float_ibm_single::set_max(bool negative) { in set_max() function in Parma_Polyhedra_Library::float_ibm_single
400 float_intel_double_extended::set_max(bool negative) { in set_max() function in Parma_Polyhedra_Library::float_intel_double_extended
489 float_ieee754_quad::set_max(bool negative) { in set_max() function in Parma_Polyhedra_Library::float_ieee754_quad
/dports/devel/cscout/cscout-bd7dfac/src/
H A Dmetrics.h218 struct set_max : public unary_function<double, double> struct
221 set_max(double newval) { n = newval; } in set_max() argument
222 double operator()(double x) { return x > n ? x : n; } in operator()
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/thrill/common/
H A Dstats_counter.hpp76 void set_max(const ValueType& other) { in set_max() function in thrill::common::StatsCounter
118 void set_max(const ValueType&) in set_max() function in thrill::common::StatsCounter
/dports/math/chaco/Chaco-2.2/code/misc/
H A Dmake_term_props.c15 set_max, subsets, term_wgts, using_ewgts) in make_term_props() argument
91 static void avg_dists_cube(ndims_tot, ndims, set_info, nsets, set_max, subsets, dists) in avg_dists_cube() argument
152 static void avg_dists_mesh(architecture, set_info, nsets, set_max, in avg_dists_mesh() argument
/dports/devel/p5-Event-ExecFlow/Event-ExecFlow-0.64/lib/Event/ExecFlow/Scheduler/
H A DSimpleMax.pm9 sub set_max { shift->{max} = $_[1] } subroutine
/dports/games/simutrans/simutrans-121.0/
H A Dsimloadingscreen.h46 void set_max( uint32 max ) { max_progress = max; } in set_max() function
/dports/comms/xastir/Xastir-Release-2.1.8/src/rtree/
H A Dcard.c40 static int set_max(int *which, int new_max) in set_max() function
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bvpl/functors/
H A Dbvpl_gauss_convolution_functor.cxx51 void bvpl_gauss_convolution_functor::set_max(bvpl_kernel_iterator kernel_iter) in set_max() function in bvpl_gauss_convolution_functor
/dports/databases/grass7/grass-7.8.6/lib/vector/rtree/
H A Dcard.c22 static int set_max(int *which, int new_max) in set_max() function
/dports/databases/grass7/grass-7.8.6/raster/r.random/
H A Dcount.c163 static void set_max(struct RASTER_MAP_PTR *from, int col, in set_max() function
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_HtmlProgressElement.rs41 pub fn set_max(this: &HtmlProgressElement, value: f64); in set_max() function
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_HtmlProgressElement.rs41 pub fn set_max(this: &HtmlProgressElement, value: f64); in set_max() function
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_HtmlProgressElement.rs41 pub fn set_max(this: &HtmlProgressElement, value: f64); in set_max() function
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_HtmlProgressElement.rs41 pub fn set_max(this: &HtmlProgressElement, value: f64); in set_max() function
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/web-sys-0.3.51/src/features/
H A Dgen_HtmlProgressElement.rs41 pub fn set_max(this: &HtmlProgressElement, value: f64); in set_max() function
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/web-sys-0.3.53/src/features/
H A Dgen_HtmlProgressElement.rs41 pub fn set_max(this: &HtmlProgressElement, value: f64); in set_max() function
/dports/devel/sccache/sccache-0.2.15/cargo-crates/web-sys-0.3.46/src/features/
H A Dgen_HtmlProgressElement.rs41 pub fn set_max(this: &HtmlProgressElement, value: f64); in set_max() function
/dports/net/routinator/routinator-0.10.2/cargo-crates/web-sys-0.3.51/src/features/
H A Dgen_HtmlProgressElement.rs41 pub fn set_max(this: &HtmlProgressElement, value: f64); in set_max() function
/dports/games/genact/genact-0.10.0/cargo-crates/web-sys-0.3.44/src/features/
H A Dgen_HtmlProgressElement.rs41 pub fn set_max(this: &HtmlProgressElement, value: f64); in set_max() function
/dports/lang/gleam/gleam-0.18.2/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_HtmlProgressElement.rs41 pub fn set_max(this: &HtmlProgressElement, value: f64); in set_max() function
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/web-sys-0.3.53/src/features/
H A Dgen_HtmlProgressElement.rs41 pub fn set_max(this: &HtmlProgressElement, value: f64); in set_max() function
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/web-sys-0.3.47/src/features/
H A Dgen_HtmlProgressElement.rs41 pub fn set_max(this: &HtmlProgressElement, value: f64); in set_max() function
/dports/net-im/fractal/fractal-4.4.0/vendor/web-sys/src/features/
H A Dgen_HtmlProgressElement.rs41 pub fn set_max(this: &HtmlProgressElement, value: f64); in set_max() function

12345678910>>...15