Home
last modified time | relevance | path

Searched refs:is_truncated (Results 1 – 25 of 565) sorted by relevance

12345678910>>...23

/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/lexical-core-0.4.2/src/atof/algorithm/
H A Dbigint.rs225 ($m:tt, $is_truncated:ident, $cb:ident) => {
231 if is_halfway && $is_truncated {
243 ($m:tt, $is_truncated:ident, $cb:ident) => {
248 $cb::<$m>(f, $is_truncated | truncated);
257 pub(super) fn round_to_native<F>(fp: &mut ExtendedFloat80, is_truncated: bool, kind: RoundingKind) in round_to_native()
274 … RoundingKind::NearestTieEven => round::<F, _>(fp, nearest_cb!(M, is_truncated, tie_even)), in round_to_native()
276 RoundingKind::Upward => round::<F, _>(fp, toward_cb!(M, is_truncated, upward)), in round_to_native()
277 RoundingKind::Downward => round::<F, _>(fp, toward_cb!(M, is_truncated, downard)), in round_to_native()
282 round::<F, _>(fp, nearest_cb!(M, is_truncated, tie_even)); in round_to_native()
315 let (mant, is_truncated) = bigmant.hi64(); in large_atof()
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/lexical-core-0.7.6/src/atof/algorithm/
H A Dbhcomp.rs191 ($m:tt, $is_truncated:ident, $cb:ident) => {
197 if is_halfway && $is_truncated {
209 ($m:tt, $is_truncated:ident, $cb:ident) => {
214 $cb::<$m>(f, $is_truncated | truncated);
224 pub(super) fn round_to_native<F>(fp: &mut ExtendedFloat80, is_truncated: bool, kind: RoundingKind)
241 … RoundingKind::NearestTieEven => round::<F, _>(fp, nearest_cb!(M, is_truncated, tie_even)),
243 RoundingKind::Upward => round::<F, _>(fp, toward_cb!(M, is_truncated, upward)),
244 RoundingKind::Downward => round::<F, _>(fp, toward_cb!(M, is_truncated, downard)),
249 round::<F, _>(fp, nearest_cb!(M, is_truncated, tie_even));
285 let (mant, is_truncated) = bigmant.hi64(); in large_atof()
[all …]
/dports/sysutils/zoxide/zoxide-0.6.0/cargo-crates/lexical-core-0.7.5/src/atof/algorithm/
H A Dbhcomp.rs191 ($m:tt, $is_truncated:ident, $cb:ident) => {
197 if is_halfway && $is_truncated {
209 ($m:tt, $is_truncated:ident, $cb:ident) => {
214 $cb::<$m>(f, $is_truncated | truncated);
224 pub(super) fn round_to_native<F>(fp: &mut ExtendedFloat80, is_truncated: bool, kind: RoundingKind)
241 … RoundingKind::NearestTieEven => round::<F, _>(fp, nearest_cb!(M, is_truncated, tie_even)),
243 RoundingKind::Upward => round::<F, _>(fp, toward_cb!(M, is_truncated, upward)),
244 RoundingKind::Downward => round::<F, _>(fp, toward_cb!(M, is_truncated, downard)),
249 round::<F, _>(fp, nearest_cb!(M, is_truncated, tie_even));
285 let (mant, is_truncated) = bigmant.hi64(); in large_atof()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/lexical-core-0.7.6/src/atof/algorithm/
H A Dbhcomp.rs191 ($m:tt, $is_truncated:ident, $cb:ident) => {
197 if is_halfway && $is_truncated {
209 ($m:tt, $is_truncated:ident, $cb:ident) => {
214 $cb::<$m>(f, $is_truncated | truncated);
224 pub(super) fn round_to_native<F>(fp: &mut ExtendedFloat80, is_truncated: bool, kind: RoundingKind)
241 … RoundingKind::NearestTieEven => round::<F, _>(fp, nearest_cb!(M, is_truncated, tie_even)),
243 RoundingKind::Upward => round::<F, _>(fp, toward_cb!(M, is_truncated, upward)),
244 RoundingKind::Downward => round::<F, _>(fp, toward_cb!(M, is_truncated, downard)),
249 round::<F, _>(fp, nearest_cb!(M, is_truncated, tie_even));
285 let (mant, is_truncated) = bigmant.hi64(); in large_atof()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/lexical-core-0.7.6/src/atof/algorithm/
H A Dbhcomp.rs191 ($m:tt, $is_truncated:ident, $cb:ident) => {
197 if is_halfway && $is_truncated {
209 ($m:tt, $is_truncated:ident, $cb:ident) => {
214 $cb::<$m>(f, $is_truncated | truncated);
224 pub(super) fn round_to_native<F>(fp: &mut ExtendedFloat80, is_truncated: bool, kind: RoundingKind)
241 … RoundingKind::NearestTieEven => round::<F, _>(fp, nearest_cb!(M, is_truncated, tie_even)),
243 RoundingKind::Upward => round::<F, _>(fp, toward_cb!(M, is_truncated, upward)),
244 RoundingKind::Downward => round::<F, _>(fp, toward_cb!(M, is_truncated, downard)),
249 round::<F, _>(fp, nearest_cb!(M, is_truncated, tie_even));
285 let (mant, is_truncated) = bigmant.hi64(); in large_atof()
[all …]
/dports/x11/sirula/sirula-1.0.0/cargo-crates/lexical-core-0.7.6/src/atof/algorithm/
H A Dbhcomp.rs191 ($m:tt, $is_truncated:ident, $cb:ident) => {
197 if is_halfway && $is_truncated {
209 ($m:tt, $is_truncated:ident, $cb:ident) => {
214 $cb::<$m>(f, $is_truncated | truncated);
224 pub(super) fn round_to_native<F>(fp: &mut ExtendedFloat80, is_truncated: bool, kind: RoundingKind)
241 … RoundingKind::NearestTieEven => round::<F, _>(fp, nearest_cb!(M, is_truncated, tie_even)),
243 RoundingKind::Upward => round::<F, _>(fp, toward_cb!(M, is_truncated, upward)),
244 RoundingKind::Downward => round::<F, _>(fp, toward_cb!(M, is_truncated, downard)),
249 round::<F, _>(fp, nearest_cb!(M, is_truncated, tie_even));
285 let (mant, is_truncated) = bigmant.hi64(); in large_atof()
[all …]
/dports/security/suricata/suricata-6.0.4/rust/vendor/lexical-core/src/atof/algorithm/
H A Dbhcomp.rs191 ($m:tt, $is_truncated:ident, $cb:ident) => {
197 if is_halfway && $is_truncated {
209 ($m:tt, $is_truncated:ident, $cb:ident) => {
214 $cb::<$m>(f, $is_truncated | truncated);
224 pub(super) fn round_to_native<F>(fp: &mut ExtendedFloat80, is_truncated: bool, kind: RoundingKind)
241 … RoundingKind::NearestTieEven => round::<F, _>(fp, nearest_cb!(M, is_truncated, tie_even)),
243 RoundingKind::Upward => round::<F, _>(fp, toward_cb!(M, is_truncated, upward)),
244 RoundingKind::Downward => round::<F, _>(fp, toward_cb!(M, is_truncated, downard)),
249 round::<F, _>(fp, nearest_cb!(M, is_truncated, tie_even));
285 let (mant, is_truncated) = bigmant.hi64(); in large_atof()
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/lexical-core-0.7.6/src/atof/algorithm/
H A Dbhcomp.rs191 ($m:tt, $is_truncated:ident, $cb:ident) => {
197 if is_halfway && $is_truncated {
209 ($m:tt, $is_truncated:ident, $cb:ident) => {
214 $cb::<$m>(f, $is_truncated | truncated);
224 pub(super) fn round_to_native<F>(fp: &mut ExtendedFloat80, is_truncated: bool, kind: RoundingKind)
241 … RoundingKind::NearestTieEven => round::<F, _>(fp, nearest_cb!(M, is_truncated, tie_even)),
243 RoundingKind::Upward => round::<F, _>(fp, toward_cb!(M, is_truncated, upward)),
244 RoundingKind::Downward => round::<F, _>(fp, toward_cb!(M, is_truncated, downard)),
249 round::<F, _>(fp, nearest_cb!(M, is_truncated, tie_even));
285 let (mant, is_truncated) = bigmant.hi64(); in large_atof()
[all …]
/dports/graphics/pastel/pastel-0.8.1/cargo-crates/lexical-core-0.7.6/src/atof/algorithm/
H A Dbhcomp.rs191 ($m:tt, $is_truncated:ident, $cb:ident) => {
197 if is_halfway && $is_truncated {
209 ($m:tt, $is_truncated:ident, $cb:ident) => {
214 $cb::<$m>(f, $is_truncated | truncated);
224 pub(super) fn round_to_native<F>(fp: &mut ExtendedFloat80, is_truncated: bool, kind: RoundingKind)
241 … RoundingKind::NearestTieEven => round::<F, _>(fp, nearest_cb!(M, is_truncated, tie_even)),
243 RoundingKind::Upward => round::<F, _>(fp, toward_cb!(M, is_truncated, upward)),
244 RoundingKind::Downward => round::<F, _>(fp, toward_cb!(M, is_truncated, downard)),
249 round::<F, _>(fp, nearest_cb!(M, is_truncated, tie_even));
285 let (mant, is_truncated) = bigmant.hi64(); in large_atof()
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/lexical-core-0.7.6/src/atof/algorithm/
H A Dbhcomp.rs191 ($m:tt, $is_truncated:ident, $cb:ident) => {
197 if is_halfway && $is_truncated {
209 ($m:tt, $is_truncated:ident, $cb:ident) => {
214 $cb::<$m>(f, $is_truncated | truncated);
224 pub(super) fn round_to_native<F>(fp: &mut ExtendedFloat80, is_truncated: bool, kind: RoundingKind)
241 … RoundingKind::NearestTieEven => round::<F, _>(fp, nearest_cb!(M, is_truncated, tie_even)),
243 RoundingKind::Upward => round::<F, _>(fp, toward_cb!(M, is_truncated, upward)),
244 RoundingKind::Downward => round::<F, _>(fp, toward_cb!(M, is_truncated, downard)),
249 round::<F, _>(fp, nearest_cb!(M, is_truncated, tie_even));
285 let (mant, is_truncated) = bigmant.hi64(); in large_atof()
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/lexical-core-0.7.6/src/atof/algorithm/
H A Dbhcomp.rs191 ($m:tt, $is_truncated:ident, $cb:ident) => {
197 if is_halfway && $is_truncated {
209 ($m:tt, $is_truncated:ident, $cb:ident) => {
214 $cb::<$m>(f, $is_truncated | truncated);
224 pub(super) fn round_to_native<F>(fp: &mut ExtendedFloat80, is_truncated: bool, kind: RoundingKind)
241 … RoundingKind::NearestTieEven => round::<F, _>(fp, nearest_cb!(M, is_truncated, tie_even)),
243 RoundingKind::Upward => round::<F, _>(fp, toward_cb!(M, is_truncated, upward)),
244 RoundingKind::Downward => round::<F, _>(fp, toward_cb!(M, is_truncated, downard)),
249 round::<F, _>(fp, nearest_cb!(M, is_truncated, tie_even));
285 let (mant, is_truncated) = bigmant.hi64(); in large_atof()
[all …]
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/lexical-core-0.7.6/src/atof/algorithm/
H A Dbhcomp.rs191 ($m:tt, $is_truncated:ident, $cb:ident) => {
197 if is_halfway && $is_truncated {
209 ($m:tt, $is_truncated:ident, $cb:ident) => {
214 $cb::<$m>(f, $is_truncated | truncated);
224 pub(super) fn round_to_native<F>(fp: &mut ExtendedFloat80, is_truncated: bool, kind: RoundingKind)
241 … RoundingKind::NearestTieEven => round::<F, _>(fp, nearest_cb!(M, is_truncated, tie_even)),
243 RoundingKind::Upward => round::<F, _>(fp, toward_cb!(M, is_truncated, upward)),
244 RoundingKind::Downward => round::<F, _>(fp, toward_cb!(M, is_truncated, downard)),
249 round::<F, _>(fp, nearest_cb!(M, is_truncated, tie_even));
285 let (mant, is_truncated) = bigmant.hi64(); in large_atof()
[all …]
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/lexical-core-0.7.6/src/atof/algorithm/
H A Dbhcomp.rs191 ($m:tt, $is_truncated:ident, $cb:ident) => {
197 if is_halfway && $is_truncated {
209 ($m:tt, $is_truncated:ident, $cb:ident) => {
214 $cb::<$m>(f, $is_truncated | truncated);
224 pub(super) fn round_to_native<F>(fp: &mut ExtendedFloat80, is_truncated: bool, kind: RoundingKind)
241 … RoundingKind::NearestTieEven => round::<F, _>(fp, nearest_cb!(M, is_truncated, tie_even)),
243 RoundingKind::Upward => round::<F, _>(fp, toward_cb!(M, is_truncated, upward)),
244 RoundingKind::Downward => round::<F, _>(fp, toward_cb!(M, is_truncated, downard)),
249 round::<F, _>(fp, nearest_cb!(M, is_truncated, tie_even));
285 let (mant, is_truncated) = bigmant.hi64(); in large_atof()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/lexical-core-0.7.6/src/atof/algorithm/
H A Dbhcomp.rs191 ($m:tt, $is_truncated:ident, $cb:ident) => {
197 if is_halfway && $is_truncated {
209 ($m:tt, $is_truncated:ident, $cb:ident) => {
214 $cb::<$m>(f, $is_truncated | truncated);
224 pub(super) fn round_to_native<F>(fp: &mut ExtendedFloat80, is_truncated: bool, kind: RoundingKind)
241 … RoundingKind::NearestTieEven => round::<F, _>(fp, nearest_cb!(M, is_truncated, tie_even)),
243 RoundingKind::Upward => round::<F, _>(fp, toward_cb!(M, is_truncated, upward)),
244 RoundingKind::Downward => round::<F, _>(fp, toward_cb!(M, is_truncated, downard)),
249 round::<F, _>(fp, nearest_cb!(M, is_truncated, tie_even));
285 let (mant, is_truncated) = bigmant.hi64(); in large_atof()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/metrics/perf/
H A Dprocess_type_collector.cc73 bool is_truncated = false; in ParseProcessTypes() local
79 is_truncated = true; in ParseProcessTypes()
84 is_truncated = true; in ParseProcessTypes()
116 } else if (is_truncated) { in ParseProcessTypes()
139 bool is_truncated = false; in ParseThreadTypes() local
146 is_truncated = true; in ParseThreadTypes()
155 is_truncated = true; in ParseThreadTypes()
188 } else if (is_truncated) { in ParseThreadTypes()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/diesel-1.4.8/src/mysql/connection/
H A Dbind.rs94 is_truncated: Option<ffi::my_bool>, field
109 is_truncated: None, in for_input()
125 is_truncated: Some(0), in for_output()
130 fn is_truncated(&self) -> bool { in is_truncated() method
131 self.is_truncated.unwrap_or(0) != 0 in is_truncated()
162 if let Some(ref mut is_truncated) = self.is_truncated { in mysql_bind()
163 bind.error = is_truncated; in mysql_bind()
176 if self.is_truncated() { in bind_for_truncated_data()
201 if self.is_truncated() && self.is_fixed_size_buffer() { in did_numeric_overflow_occur()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/diesel-1.4.8/src/mysql/connection/
H A Dbind.rs94 is_truncated: Option<ffi::my_bool>, field
109 is_truncated: None, in for_input()
125 is_truncated: Some(0), in for_output()
130 fn is_truncated(&self) -> bool { in is_truncated() method
131 self.is_truncated.unwrap_or(0) != 0 in is_truncated()
162 if let Some(ref mut is_truncated) = self.is_truncated { in mysql_bind()
163 bind.error = is_truncated; in mysql_bind()
176 if self.is_truncated() { in bind_for_truncated_data()
201 if self.is_truncated() && self.is_fixed_size_buffer() { in did_numeric_overflow_occur()
/dports/devel/py-minio/minio-4.0.21/minio/
H A Dparsers.py238 is_truncated = root.get_child_text('IsTruncated').lower() == 'true'
247 if is_truncated and marker is None:
250 return objects + object_dirs, is_truncated, marker
266 is_truncated = root.get_child_text('IsTruncated').lower() == 'true'
276 return objects + object_dirs, is_truncated, continuation_token
292 is_truncated = root.get_child_text('IsTruncated').lower() == 'true'
303 return uploads, is_truncated, key_marker, upload_id_marker
323 is_truncated = root.get_child_text('IsTruncated').lower() == 'true'
334 return parts, is_truncated, part_marker
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/tests/unit/cloudfront/
H A Dtest_invalidation_list.py55 is_truncated = 'true'
59 is_truncated = 'false'
63 is_truncated=is_truncated))
86 while ir.is_truncated:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/tests/unit/cloudfront/
H A Dtest_invalidation_list.py55 is_truncated = 'true'
59 is_truncated = 'false'
63 is_truncated=is_truncated))
86 while ir.is_truncated:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/tests/unit/cloudfront/
H A Dtest_invalidation_list.py55 is_truncated = 'true'
59 is_truncated = 'false'
63 is_truncated=is_truncated))
86 while ir.is_truncated:
/dports/devel/py-boto/boto-2.49.0/tests/unit/cloudfront/
H A Dtest_invalidation_list.py55 is_truncated = 'true'
59 is_truncated = 'false'
63 is_truncated=is_truncated))
86 while ir.is_truncated:
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/php-amqplib/php-amqplib/PhpAmqpLib/Message/
H A DAMQPMessage.php25 public $is_truncated = false; variable in PhpAmqpLib\\Message\\AMQPMessage
328 return $this->is_truncated;
332 * @param bool $is_truncated
335 public function setIsTruncated($is_truncated) argument
337 $this->is_truncated = (bool)$is_truncated;
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/boto/cloudfront/
H A Dinvalidation.py116 max_items=None, is_truncated=False): argument
124 self.is_truncated = is_truncated
139 while result_set.is_truncated:
155 self.is_truncated = self.to_boolean(value)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/boto/cloudfront/
H A Dinvalidation.py116 max_items=None, is_truncated=False): argument
124 self.is_truncated = is_truncated
139 while result_set.is_truncated:
155 self.is_truncated = self.to_boolean(value)

12345678910>>...23