152 |
#[allow(clippy::excessive_precision)]
|
153 |
let expected = UnitQuaternion::new_unchecked(Quaternion::new(
|
171 |
fn test_mahony_update_imu() {
|
172 |
#[allow(clippy::excessive_precision)]
|
173 |
let start_quat = UnitQuaternion::new_unchecked(Quaternion::new(
|
149 |
/// A 7x7 Gaussian kernel.
|
150 |
#[allow(clippy::excessive_precision)]
|
151 |
static GAUSS25: [[f32; 7usize]; 7usize] = [
|
283 |
#[allow(clippy::excessive_precision)]
|
284 |
#[allow(clippy::unreadable_literal)]
|
16 |
#[allow(clippy::excessive_precision, clippy::unreadable_literal)]
|
17 |
static DIR_COEF_A: &[Float] = &[
|
29 |
#[allow(clippy::excessive_precision, clippy::unreadable_literal)]
|
30 |
static DIR_COEF_B: &[Float] = &[
|
42 |
#[allow(clippy::excessive_precision, clippy::unreadable_literal)]
|
43 |
static DIR_COEF_C: &[Float] = &[
|
55 |
#[allow(clippy::excessive_precision, clippy::unreadable_literal)]
|
56 |
static DIR_COEF_D: &[Float] = &[
|
14 |
#[allow(clippy::excessive_precision, clippy::unreadable_literal)]
|
15 |
static DIR_COEF_A: &[f64] = &[
|
27 |
#[allow(clippy::excessive_precision, clippy::unreadable_literal)]
|
28 |
static DIR_COEF_B: &[f64] = &[
|
40 |
#[allow(clippy::excessive_precision, clippy::unreadable_literal)]
|
41 |
static DIR_COEF_C: &[f64] = &[
|
53 |
#[allow(clippy::excessive_precision, clippy::unreadable_literal)]
|
54 |
static DIR_COEF_D: &[f64] = &[
|
14 |
#[allow(clippy::excessive_precision, clippy::unreadable_literal)]
|
15 |
static DIR_COEF_A: &[f64] = &[
|
27 |
#[allow(clippy::excessive_precision, clippy::unreadable_literal)]
|
28 |
static DIR_COEF_B: &[f64] = &[
|
40 |
#[allow(clippy::excessive_precision, clippy::unreadable_literal)]
|
41 |
static DIR_COEF_C: &[f64] = &[
|
53 |
#[allow(clippy::excessive_precision, clippy::unreadable_literal)]
|
54 |
static DIR_COEF_D: &[f64] = &[
|
15 |
#[allow(clippy::excessive_precision)]
|
16 |
fn rgb_to_xyz(rgb: &[f32; 3]) -> [f32; 3] {
|
260 |
#[target_feature(enable = "avx2")]
|
261 |
#[allow(clippy::excessive_precision)]
|
262 |
#[allow(clippy::many_single_char_names)]
|
372 |
#[allow(clippy::excessive_precision)]
|
373 |
fn decimate(x: &mut [f64]) -> f64 {
|
13 |
#[allow(clippy::excessive_precision)]
|
14 |
#[allow(clippy::unreadable_literal)]
|
5817 |
// which is published under the BSD license
|
5818 |
#[allow(clippy::excessive_precision)]
|
5819 |
pub const WEIGHTS_DE: [&[(f64, f64)]; 7] = [
|
5817 |
// which is published under the BSD license
|
5818 |
#[allow(clippy::excessive_precision)]
|
5819 |
pub const WEIGHTS_DE: [&[(f64, f64)]; 7] = [
|
18 |
#[allow(clippy::excessive_precision)]
|
19 |
const E : f64 = 2.71828_18284_59045_23536;
|
6418 |
/// of the 65th."
|
6419 |
#[allow(clippy::excessive_precision)]
|
6420 |
pub const PFB_COTTER_2014_10KHZ: &[f64] = &[
|
96 |
#[allow(clippy::unreadable_literal)]
|
97 |
#[allow(clippy::excessive_precision)]
|
98 |
const VAL_LUT: [f32; 256] = [
|
357 |
#[allow(clippy::unreadable_literal)]
|
358 |
#[allow(clippy::excessive_precision)]
|
359 |
const CELL_2D_X: [f32; 256] = [
|
618 |
#[allow(clippy::unreadable_literal)]
|
619 |
#[allow(clippy::excessive_precision)]
|
620 |
const CELL_2D_Y: [f32; 256] = [
|
879 |
#[allow(clippy::unreadable_literal)]
|
880 |
#[allow(clippy::excessive_precision)]
|
881 |
const CELL_3D_X: [f32; 256] = [
|
1140 |
#[allow(clippy::unreadable_literal)]
|
1141 |
#[allow(clippy::excessive_precision)]
|
1142 |
const CELL_3D_Y: [f32; 256] = [
|
178 |
#[allow(clippy::float_cmp)]
|
179 |
#[allow(clippy::excessive_precision)]
|
180 |
fn numbers() {
|
37 |
// Keep the first "case" aligned to a line number ending in 1 for ease in finding tests.
|
38 |
#[allow(clippy::excessive_precision)]
|
39 |
#[rstest(input, value, bytes, alternate, equality,
|
228 |
#[allow(clippy::excessive_precision)]
|
229 |
#[test]
|
823 |
#[cfg(test)]
|
824 |
#[allow(clippy::excessive_precision)]
|
825 |
mod test {
|
93 |
#[allow(clippy::excessive_precision)]
|
94 |
let g = polygon![
|
123 |
#[allow(clippy::excessive_precision)]
|
124 |
let g = polygon![
|
1 |
#[cfg(not(tarpaulin_include))]
|
2 |
#[allow(clippy::excessive_precision)]
|
3 |
mod equirectangular {
|
244 |
#[test]
|
245 |
#[allow(clippy::excessive_precision)]
|
246 |
fn rotate_30_30() {
|
54 |
#[allow(clippy::excessive_precision)]
|
55 |
fn decimal_from_f64(bench: &mut Bencher) {
|
706 |
#[test]
|
707 |
#[allow(clippy::excessive_precision)]
|
708 |
fn test_try_from_f32() {
|
735 |
#[test]
|
736 |
#[allow(clippy::excessive_precision)]
|
737 |
fn test_try_from_f64() {
|
803 |
#[test]
|
804 |
#[allow(clippy::excessive_precision)]
|
805 |
fn test_into_f64() {
|
639 |
// Clippy bug: https://github.com/rust-lang/rust-clippy/issues/5201
|
640 |
#[allow(clippy::excessive_precision)]
|
641 |
static POW10: [f64; 309] = [
|
10 |
impl Yiq {
|
11 |
#[allow(clippy::many_single_char_names, clippy::excessive_precision)]
|
12 |
pub fn rgb2y(rgb: &image::Rgb<u8>) -> f32 {
|
21 |
#[allow(clippy::many_single_char_names, clippy::excessive_precision)]
|
22 |
fn rgb2i(rgb: &image::Rgb<u8>) -> f32 {
|
31 |
#[allow(clippy::many_single_char_names, clippy::excessive_precision)]
|
32 |
fn rgb2q(rgb: &image::Rgb<u8>) -> f32 {
|
55 |
#[allow(clippy::excessive_precision)]
|
56 |
mod histogram_bins;
|
1109 |
#[allow(clippy::excessive_precision)]
|
1110 |
fn test_variance_derivatives(f: fn(&Array2<f64>) -> Array2<f64>) {
|
25 |
#[allow(
|
26 |
clippy::excessive_precision,
|
27 |
clippy::float_cmp,
|
94 |
// itself, only slightly modified to be standalone
|
95 |
#[allow(clippy::excessive_precision)] // yes, we're being excessively precise around here
|
96 |
let test_values: &[([f32; 7], f32, f32, f32, f32)] = &[
|
72 |
#[allow(clippy::excessive_precision)]
|
73 |
let test_data: &[[[f32; TEST_WIFE_FNS.len()]; TEST_JUDGES.len()]; TEST_DEVIATIONS.len()] = &[
|
3 |
// lol who the fuck cares about excessive precision
|
4 |
#[allow(clippy::excessive_precision)]
|
439 |
#[allow(clippy::excessive_precision)]
|
440 |
#[cfg(test)]
|
103 |
#[allow(clippy::excessive_precision)]
|
104 |
#[test]
|
14 |
const HALFBAND_LEN: usize = 85;
|
15 |
#[allow(clippy::excessive_precision)]
|
16 |
const HALFBAND: [f32; HALFBAND_LEN] = [
|
3 |
#[allow(non_snake_case)]
|
4 |
#[allow(clippy::excessive_precision)]
|
5 |
pub mod color;
|
395 |
#[cfg(test)]
|
396 |
#[allow(clippy::excessive_precision)]
|
397 |
mod tests {
|
47 |
#[cfg(test)]
|
48 |
#[allow(clippy::excessive_precision)]
|
49 |
mod tests {
|
153 |
#[cfg(test)]
|
154 |
#[allow(clippy::excessive_precision)]
|
155 |
mod tests {
|
223 |
#[allow(dead_code, clippy::excessive_precision, clippy::manual_range_contains)]
|
224 |
/// Gibbs energy and its derivatives
|
121 |
#[allow(clippy::excessive_precision)]
|
122 |
#[test]
|
12 |
/// SUBROUTINE CALERF(ARG,RESULT,JINT)
|
13 |
#[allow(clippy::excessive_precision)]
|
14 |
fn calerf(x: f64, jint: i64) -> f64 {
|
7 |
#[allow(clippy::excessive_precision)]
|
8 |
const TWO_PI: f64 = 6.283185307179586476925286766559005768394338798750;
|
9 |
#[allow(clippy::excessive_precision)]
|
10 |
const SQRT_THREE: f64 = 1.732050807568877293527446341505872366942805253810;
|
11 |
#[allow(clippy::excessive_precision)]
|
12 |
const SQRT_PI_OVER_TWO: f64 = 1.253314137315500251207882642405522626503493370305; // sqrt(pi/2) to avoid misinterpretation.
|
13 |
#[allow(clippy::excessive_precision)]
|
14 |
const SQRT_ONE_OVER_THREE: f64 = 0.577350269189625764509148780501957455647601751270;
|
15 |
#[allow(clippy::excessive_precision)]
|
16 |
const TWO_PI_OVER_SQRT_TWENTY_SEVEN: f64 = 1.209199576156145233729385505094770488189377498728; // 2*pi/sqrt(27)
|
20 |
pub const ONE_OVER_SQRT_TWO: f64 = std::f64::consts::FRAC_1_SQRT_2;
|
21 |
#[allow(clippy::excessive_precision)]
|
22 |
pub const ONE_OVER_SQRT_TWO_PI: f64 = 0.3989422804014326779399460599343818684758586311649;
|
23 |
#[allow(clippy::excessive_precision)]
|
24 |
pub const SQRT_TWO_PI: f64 = 2.506628274631000502415765284811045253006986740610;
|
56 |
#[allow(clippy::excessive_precision)]
|
57 |
pub fn inverse_norm_cdf(u: f64) -> f64 {
|
7 |
clippy::eq_op,
|
8 |
clippy::excessive_precision,
|
9 |
clippy::float_cmp
|
145 |
pub mod conversion;
|
146 |
#[allow(clippy::excessive_precision)]
|
147 |
#[cfg(feature = "color-matrices")]
|
149 |
pub mod math;
|
150 |
#[allow(clippy::excessive_precision)]
|
151 |
#[allow(non_snake_case)]
|
145 |
pub mod conversion;
|
146 |
#[allow(clippy::excessive_precision)]
|
147 |
#[cfg(feature = "color-matrices")]
|
149 |
pub mod math;
|
150 |
#[allow(clippy::excessive_precision)]
|
151 |
#[allow(non_snake_case)]
|
13 |
clippy::float_cmp,
|
14 |
clippy::excessive_precision,
|
15 |
clippy::redundant_clone
|
1245 |
#[allow(clippy::eq_op, clippy::excessive_precision)]
|
1246 |
#[cfg(all(not(feature = "std"), feature = "floats"))]
|
1317 |
#[allow(clippy::eq_op, clippy::excessive_precision)]
|
1318 |
#[cfg(all(not(feature = "std"), feature = "floats"))]
|
89 |
#[allow(clippy::excessive_precision)]
|
90 |
impl ErfFloat for f32 {
|
73 |
#[allow(clippy::unreadable_literal)]
|
74 |
#[allow(clippy::excessive_precision)]
|
75 |
mod tests {
|
91 |
#[allow(clippy::unreadable_literal)]
|
92 |
#[allow(clippy::excessive_precision)]
|
93 |
mod tests {
|
402 |
#[allow(clippy::unreadable_literal)]
|
403 |
#[allow(clippy::excessive_precision)]
|
404 |
mod tests {
|
166 |
#[allow(clippy::unreadable_literal)]
|
167 |
#[allow(clippy::excessive_precision)]
|
168 |
mod tests {
|
263 |
#[allow(clippy::unreadable_literal)]
|
264 |
#[allow(clippy::excessive_precision)]
|
265 |
mod tests {
|
81 |
#[allow(clippy::unreadable_literal)]
|
82 |
#[allow(clippy::excessive_precision)]
|
83 |
mod tests {
|
65 |
#[allow(clippy::unreadable_literal)]
|
66 |
#[allow(clippy::excessive_precision)]
|
67 |
mod tests {
|
77 |
#[allow(clippy::unreadable_literal)]
|
78 |
#[allow(clippy::excessive_precision)]
|
79 |
mod tests {
|
85 |
#[allow(clippy::unreadable_literal)]
|
86 |
#[allow(clippy::excessive_precision)]
|
87 |
mod tests {
|
71 |
#[allow(clippy::unreadable_literal)]
|
72 |
#[allow(clippy::excessive_precision)]
|
73 |
mod tests {
|
8 |
#[allow(clippy::unreadable_literal)]
|
9 |
#[allow(clippy::excessive_precision)]
|
10 |
fn bench_interpolator(c: &mut Criterion) {
|
457 |
#[test]
|
458 |
#[allow(clippy::excessive_precision)]
|
459 |
fn elastic_net_diabetes_1_works_like_sklearn() {
|
517 |
#[test]
|
518 |
#[allow(clippy::excessive_precision)]
|
519 |
fn elastic_net_diabetes_2_works_like_sklearn() {
|
533 |
#[allow(clippy::excessive_precision)]
|
534 |
const COEFF: [[f32; 3]; 16] = [
|
16 |
let inv = geo_transform.inv().unwrap();
|
17 |
#[allow(clippy::excessive_precision)]
|
18 |
let expected_inv = GeoTransform::new(&[
|
251 |
#[allow(clippy::unreadable_literal)]
|
252 |
#[allow(clippy::excessive_precision)]
|
253 |
mod test_ewma {
|
14 |
// ln(1.0->2.0) polynomial
|
15 |
#[allow(clippy::excessive_precision)]
|
16 |
pub fn ln(self) -> Self {
|
647 |
// Clippy bug: https://github.com/rust-lang/rust-clippy/issues/5201
|
648 |
#[allow(clippy::excessive_precision)]
|
649 |
static POW10: [f64; 309] = [
|
655 |
// Clippy bug: https://github.com/rust-lang/rust-clippy/issues/5201
|
656 |
#[allow(clippy::excessive_precision)]
|
657 |
static POW10: [f64; 309] = [
|
655 |
// Clippy bug: https://github.com/rust-lang/rust-clippy/issues/5201
|
656 |
#[allow(clippy::excessive_precision)]
|
657 |
static POW10: [f64; 309] = [
|
748 |
#[cfg(test)]
|
749 |
#[allow(clippy::excessive_precision)]
|
750 |
mod test {
|
612 |
#[cfg(test)]
|
613 |
#[allow(clippy::excessive_precision)]
|
614 |
mod test {
|
653 |
#[cfg(test)]
|
654 |
#[allow(clippy::excessive_precision)]
|
655 |
pub(crate) mod test {
|
456 |
#[cfg(test)]
|
457 |
#[allow(clippy::excessive_precision)]
|
458 |
pub(crate) mod test {
|
120 |
#[allow(clippy::excessive_precision)]
|
121 |
let c5 = Color { red: 0.123456789, green: 0.456789123, blue: 0.789123456, alpha: 0.1 };
|
124 |
#[allow(clippy::excessive_precision)]
|
125 |
let c6 = Color { red: 0.123456789, green: 0.456789123, blue: 0.789123456, alpha: 0.1 };
|
377 |
#[test]
|
378 |
#[allow(clippy::excessive_precision, clippy::print_literal)]
|
379 |
fn test_print_float() {
|
154 |
let right = x + r;
|
155 |
#[allow(clippy::excessive_precision)]
|
156 |
let c = 0.551_915_024_494;
|
21 |
#[test]
|
22 |
#[allow(clippy::excessive_precision, clippy::float_cmp, clippy::unreadable_literal)]
|
23 |
#[cfg(feature = "std")]
|
375 |
// See [Loader, 2000, pp. 7].
|
376 |
#[allow(clippy::excessive_precision)]
|
377 |
const SFE: [f64; 16] = [
|
174 |
/// Gaussian distribution.
|
175 |
#[allow(clippy::excessive_precision)]
|
176 |
pub fn inverse(p: f64) -> f64 {
|
20 |
/// Apply anti-alias filter and downsample.
|
21 |
#[allow(clippy::excessive_precision)]
|
22 |
pub fn render(&mut self, start: usize) -> f64 {
|
590 |
#[allow(clippy::unreadable_literal)]
|
591 |
#[allow(clippy::excessive_precision)]
|
592 |
pub const SYNTH_DTBL: [f32; 512] = [
|
1107 |
#[allow(clippy::unreadable_literal)]
|
1108 |
#[allow(clippy::excessive_precision)]
|
1109 |
#[allow(clippy::approx_constant)]
|
14 |
#[allow(clippy::excessive_precision)]
|
15 |
{
|
181 |
#[allow(clippy::excessive_precision, clippy::approx_constant)]
|
182 |
let test_struct = Foo {
|
203 |
#[allow(clippy::excessive_precision, clippy::approx_constant)]
|
204 |
let validation_nbt = compound! {
|
874 |
#[allow(clippy::excessive_precision, clippy::approx_constant)]
|
875 |
let inlined = Inlined {
|
903 |
#[allow(clippy::excessive_precision, clippy::approx_constant)]
|
904 |
let validation_nbt = compound! {
|
34 |
#[allow(clippy::unreadable_literal)]
|
35 |
#[allow(clippy::excessive_precision)]
|
36 |
pub const CIRCLE_POINTS: [Vector; CIRCLE_LEN] = [
|
313 |
#[allow(clippy::excessive_precision)]
|
314 |
pub(crate) static ILLUMINANT_D65: [f64; SAMPLES] = [
|
22 |
// Why not just a Vec? Because I've reimplemented this a half-dozen times...
|
23 |
#[allow(clippy::excessive_precision, clippy::unreadable_literal)]
|
24 |
impl ColorPicker {
|
98 |
#[allow(clippy::unreadable_literal)]
|
99 |
#[allow(clippy::excessive_precision)]
|
100 |
const BESSI1_COEFFS_B: [f64; 25] = [
|
28 |
clippy::cast_sign_loss,
|
29 |
clippy::excessive_precision,
|
30 |
clippy::float_cmp,
|
145 |
#[test]
|
146 |
#[allow(clippy::excessive_precision)]
|
147 |
fn test_issue157() {
|
167 |
"1.797693134862315708e+308L",
|
168 |
#[allow(clippy::excessive_precision)]
|
169 |
1.797_693_134_862_315_730_8e+308,
|
13 |
// θ̇ = 4.37526908801129966 × 10⁻³ rad.min⁻¹
|
14 |
#[allow(clippy::excessive_precision)]
|
15 |
const SIDEREAL_SPEED: f64 = 4.37526908801129966e-3;
|
106 |
// θ = θ₀ + 4.37526908801129966 × 10⁻³ t rem 2π
|
107 |
#[allow(clippy::excessive_precision)]
|
108 |
let sidereal_time =
|
98 |
// + 5.07551419432269442 × 10⁻¹⁵ t₁₉₇₀² mod 2π
|
99 |
#[allow(clippy::excessive_precision)]
|
100 |
(1.7321343856509374
|
90 |
#[allow(clippy::excessive_precision)]
|
91 |
pub const HLG: ColorSpaceTransferFn = ColorSpaceTransferFn {
|
938 |
#[allow(clippy::excessive_precision)]
|
939 |
/// The inverse of the complementary error function.
|
34 |
/// [game-music-emu]: https://bitbucket.org/mpyne/game-music-emu/src/013d4676c689dc49f363f99dcfb8b88f22278236/gme/Ay_Apu.cpp#lines-32
|
35 |
#[allow(clippy::approx_constant,clippy::excessive_precision)]
|
36 |
pub const AMPS: [f32;16] = [0.000_000, 0.007_813, 0.011_049, 0.015_625,
|
64 |
/// ["Free Unix Spectrum Emulator"]: http://fuse-emulator.sourceforge.net/
|
65 |
#[allow(clippy::unreadable_literal,clippy::excessive_precision)]
|
66 |
pub const FUSE_AMPS: [f32;16] = [0.000000000, 0.0137483785, 0.020462349, 0.029053178,
|
14 |
*/
|
15 |
#[allow(clippy::excessive_precision)] // NOTE: actual equation has that much precision
|
16 |
pub fn earth_rotation_angle(time_julian_ut1: JulianDate) -> Angle {
|
18 |
#[allow(clippy::unreadable_literal)]
|
19 |
#[allow(clippy::excessive_precision)]
|
20 |
#[rustfmt::skip]
|
34 |
// https://github.com/torvalds/linux/blob/345671ea0f9258f410eb057b9ced9cefbbe5dc78/include/linux/sched/loadavg.h#L20-L23
|
35 |
#[allow(clippy::excessive_precision)]
|
36 |
const LOADAVG_FACTOR_1F: f64 = 0.9200444146293232478931553241;
|
37 |
#[allow(clippy::excessive_precision)]
|
38 |
const LOADAVG_FACTOR_5F: f64 = 0.9834714538216174894737477501;
|
39 |
#[allow(clippy::excessive_precision)]
|
40 |
const LOADAVG_FACTOR_15F: f64 = 0.9944598480048967508795473394;
|
21 |
#[test]
|
22 |
#[allow(clippy::excessive_precision, clippy::float_cmp, clippy::unreadable_literal)]
|
23 |
#[cfg(feature = "std")]
|
143 |
#[test]
|
144 |
#[allow(clippy::excessive_precision)]
|
145 |
fn test_write_float64() {
|
3 |
#[allow(non_upper_case_globals)]
|
4 |
#[allow(clippy::excessive_precision)]
|
5 |
fn serf(x: &mut f32) {
|
93 |
#[test]
|
94 |
#[allow(clippy::excessive_precision)]
|
95 |
fn test_format_flo32() {
|
29 |
/// Intrinsics parameters of freiburg 1 (fr1) scenes in the TUM RGB-D dataset.
|
30 |
#[allow(clippy::excessive_precision)]
|
31 |
pub const INTRINSICS_FR1: Intrinsics = Intrinsics {
|
37 |
/// Intrinsics parameters of freiburg 2 (fr2) scenes in the TUM RGB-D dataset.
|
38 |
#[allow(clippy::excessive_precision)]
|
39 |
pub const INTRINSICS_FR2: Intrinsics = Intrinsics {
|
45 |
/// Intrinsics parameters of freiburg 3 (fr3) scenes in the TUM RGB-D dataset.
|
46 |
#[allow(clippy::excessive_precision)]
|
47 |
pub const INTRINSICS_FR3: Intrinsics = Intrinsics {
|
766 |
#[test]
|
767 |
#[allow(clippy::excessive_precision)]
|
768 |
fn test_frequency_responses() {
|
1 |
#![allow(clippy::unreadable_literal, clippy::excessive_precision)]
|
309 |
clippy::doc_markdown,
|
310 |
clippy::excessive_precision,
|
311 |
clippy::float_cmp,
|
9 |
#![allow(
|
10 |
clippy::excessive_precision,
|
11 |
clippy::unreadable_literal,
|
1 |
#![allow(clippy::excessive_precision, clippy::unreadable_literal)]
|
2 |
pub const BOYS_FUNC_VALUES_S: [[f64; 24]; 201] = [
|
822 |
mod tests {
|
823 |
#![allow(clippy::excessive_precision)]
|
824 |
use super::*;
|
1 |
#![allow(non_snake_case)]
|
2 |
#![allow(clippy::excessive_precision, clippy::unreadable_literal)]
|
3 |
use super::math::*;
|
4 |
//! and [model_f64] submodules.
|
5 |
#![allow(clippy::excessive_precision, clippy::unreadable_literal)]
|
6 |
use super::chromaticity::*;
|
3 |
#![allow(clippy::excessive_precision)]
|
1 |
#![allow(clippy::excessive_precision, clippy::approx_constant)]
|
67 |
clippy::zero_prefixed_literal,
|
68 |
clippy::excessive_precision,
|
69 |
clippy::type_complexity,
|
1 |
#![allow(clippy::excessive_precision)]
|
2 |
//! Welcome the the `concrete-integer` documentation!
|
1 |
#![allow(clippy::excessive_precision)]
|
2 |
//! Welcome the the `concrete-shortint` documentation!
|
1 |
#![allow(clippy::unreadable_literal)]
|
2 |
#![allow(clippy::excessive_precision)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
2 |
#![allow(clippy::excessive_precision)]
|
244 |
#![allow(clippy::excessive_precision)]
|
1 |
//! Dimensional physical constants with f64 precision, CODATA 2018 values.
|
2 |
#![allow(clippy::excessive_precision)]
|
3 |
#![allow(clippy::inconsistent_digit_grouping)]
|
1 |
//! Dimensional physical constants with f32 precision, CODATA 2018 values.
|
2 |
#![allow(clippy::excessive_precision)]
|
3 |
#![allow(clippy::inconsistent_digit_grouping)]
|
126 |
// good.
|
127 |
clippy::excessive_precision,
|
128 |
)]
|
2 |
// In the event of f64, the numbers are not excessive
|
3 |
#![allow(clippy::excessive_precision)]
|
77 |
#![allow(clippy::collapsible_if)]
|
78 |
#![allow(clippy::excessive_precision)]
|
79 |
#![allow(clippy::approx_constant)]
|
22 |
clippy::cast_lossless,
|
23 |
clippy::excessive_precision,
|
24 |
clippy::float_cmp,
|
3 |
clippy::approx_constant,
|
4 |
clippy::excessive_precision,
|
5 |
clippy::unreadable_literal
|
7 |
#![allow(clippy::excessive_precision)]
|
8 |
#![allow(clippy::approx_constant)]
|
9 |
#![allow(clippy::excessive_precision)]
|
10 |
// deref_nullptr hides clippy warnings from erfa.rs, which was produced by bindgen.
|
71 |
clippy::cast_possible_truncation,
|
72 |
clippy::excessive_precision,
|
73 |
clippy::module_name_repetitions,
|
1 |
#![allow(clippy::excessive_precision)]
|
2 |
use crate::saftvrqmie::parameters::SaftVRQMieParameters;
|
1 |
#![allow(clippy::excessive_precision)]
|
2 |
#![allow(clippy::needless_range_loop)]
|
1 |
#![allow(clippy::excessive_precision)]
|
2 |
#![cfg(feature = "dft")]
|
1 |
#![allow(clippy::excessive_precision)]
|
2 |
#![cfg(feature = "dft")]
|
1 |
#![allow(clippy::excessive_precision)]
|
2 |
use approx::assert_relative_eq;
|
1 |
#![allow(clippy::excessive_precision)]
|
2 |
use approx::assert_relative_eq;
|
2 |
#![allow(clippy::too_many_arguments)]
|
3 |
#![allow(clippy::excessive_precision)]
|
4 |
#![allow(clippy::new_ret_no_self)]
|
1 |
#![allow(non_snake_case)]
|
2 |
#![allow(clippy::excessive_precision)]
|
1 |
#![allow(non_snake_case)]
|
2 |
#![allow(clippy::excessive_precision)]
|
22 |
clippy::uninit_assumed_init,
|
23 |
clippy::excessive_precision,
|
24 |
clippy::unreadable_literal
|
1 |
#![allow(clippy::excessive_precision)]
|
1 |
#![allow(clippy::excessive_precision)]
|
1 |
#![allow(clippy::excessive_precision)]
|
1 |
#![allow(clippy::excessive_precision)]
|
11 |
#![allow(clippy::too_many_arguments)]
|
12 |
#![allow(clippy::excessive_precision)]
|
13 |
#![allow(clippy::many_single_char_names)]
|
1 |
#![cfg_attr(not(feature = "std"), no_std)]
|
2 |
#![allow(clippy::excessive_precision)]
|
1 |
#![allow(clippy::excessive_precision)]
|
6 |
// Do not warn on them or try to automatically change them.
|
7 |
#![allow(clippy::excessive_precision)]
|
8 |
// Note: consistency for unrolled, scaled offset loops
|
77 |
clippy::many_single_char_names,
|
78 |
clippy::excessive_precision,
|
79 |
clippy::bool_to_int_with_if
|
2 |
// when we squash a 64 bit constant into a 32 bit one but this is perfectly fine
|
3 |
#![allow(clippy::excessive_precision)]
|
1 |
#![allow(clippy::excessive_precision)]
|
5 |
//! solved in the LM algorithm.
|
6 |
#![allow(clippy::excessive_precision)]
|
1 |
//! Solver for the trust-region sub-problem in the LM algorithm.
|
2 |
#![allow(clippy::excessive_precision)]
|
5 |
#![doc(hidden)]
|
6 |
#![allow(clippy::excessive_precision)]
|
27 |
clippy::cognitive_complexity,
|
28 |
clippy::excessive_precision,
|
29 |
clippy::float_cmp,
|
5 |
clippy::cognitive_complexity,
|
6 |
clippy::excessive_precision,
|
7 |
clippy::many_single_char_names,
|
5 |
clippy::cognitive_complexity,
|
6 |
clippy::excessive_precision,
|
7 |
clippy::many_single_char_names,
|
1 |
#![allow(non_snake_case)]
|
2 |
#![allow(clippy::excessive_precision)]
|
12 |
#![allow(non_snake_case)]
|
13 |
#![allow(clippy::excessive_precision)]
|
3 |
#![allow(clippy::excessive_precision)]
|
4 |
#![allow(clippy::unreadable_literal)]
|
17 |
#![allow(clippy::excessive_precision)]
|
12 |
#![allow(non_snake_case)]
|
13 |
#![allow(clippy::excessive_precision)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
2 |
#![allow(clippy::excessive_precision)]
|
1 |
#![allow(clippy::excessive_precision)]
|
2 |
use crate::DualNum;
|
3 |
#![allow(non_snake_case, non_upper_case_globals)]
|
4 |
#![allow(clippy::excessive_precision, clippy::redundant_static_lifetimes)]
|
1 |
#![allow(clippy::excessive_precision)]
|
2 |
unused_parens,
|
3 |
clippy::excessive_precision,
|
4 |
clippy::missing_safety_doc,
|
2 |
unused_parens,
|
3 |
clippy::excessive_precision,
|
4 |
clippy::missing_safety_doc,
|
2 |
unused_parens,
|
3 |
clippy::excessive_precision,
|
4 |
clippy::missing_safety_doc,
|
2 |
unused_parens,
|
3 |
clippy::excessive_precision,
|
4 |
clippy::missing_safety_doc,
|
2 |
unused_parens,
|
3 |
clippy::excessive_precision,
|
4 |
clippy::missing_safety_doc,
|
2 |
unused_parens,
|
3 |
clippy::excessive_precision,
|
4 |
clippy::missing_safety_doc,
|
2 |
unused_parens,
|
3 |
clippy::excessive_precision,
|
4 |
clippy::missing_safety_doc,
|
2 |
unused_parens,
|
3 |
clippy::excessive_precision,
|
4 |
clippy::missing_safety_doc,
|
2 |
unused_parens,
|
3 |
clippy::excessive_precision,
|
4 |
clippy::missing_safety_doc,
|
2 |
unused_parens,
|
3 |
clippy::excessive_precision,
|
4 |
clippy::missing_safety_doc,
|
16 |
#![allow(
|
17 |
clippy::excessive_precision,
|
18 |
clippy::float_cmp,
|
23 |
#![deny(warnings)]
|
24 |
#![allow(clippy::excessive_precision)]
|
5 |
clippy::approx_constant,
|
6 |
clippy::excessive_precision,
|
7 |
clippy::unreadable_literal
|
25 |
clippy::cast_sign_loss,
|
26 |
clippy::excessive_precision,
|
27 |
clippy::unreadable_literal,
|
27 |
clippy::cast_sign_loss,
|
28 |
clippy::excessive_precision,
|
29 |
clippy::float_cmp,
|
5 |
clippy::approx_constant,
|
6 |
clippy::excessive_precision,
|
7 |
clippy::unreadable_literal
|
25 |
clippy::cast_sign_loss,
|
26 |
clippy::excessive_precision,
|
27 |
clippy::unreadable_literal,
|
22 |
clippy::approx_constant,
|
23 |
clippy::excessive_precision,
|
24 |
clippy::cast_lossless,
|
14 |
#![allow(clippy::excessive_precision)]
|
15 |
mod auto_check_sbp_acquisition_msg_acq_result_dep_a;
|
309 |
clippy::doc_markdown,
|
310 |
clippy::excessive_precision,
|
311 |
clippy::explicit_auto_deref,
|
8 |
clippy::doc_markdown,
|
9 |
clippy::excessive_precision,
|
10 |
clippy::float_cmp,
|
5 |
clippy::derive_partial_eq_without_eq,
|
6 |
clippy::excessive_precision,
|
7 |
clippy::float_cmp,
|
317 |
clippy::doc_markdown,
|
318 |
clippy::excessive_precision,
|
319 |
clippy::float_cmp,
|
309 |
clippy::doc_markdown,
|
310 |
clippy::excessive_precision,
|
311 |
clippy::float_cmp,
|
8 |
clippy::wildcard_imports,
|
9 |
clippy::excessive_precision,
|
10 |
clippy::approx_constant
|
8 |
#![allow(clippy::excessive_precision)]
|
4 |
#![allow(clippy::mistyped_literal_suffixes)]
|
5 |
#![allow(clippy::excessive_precision)]
|
6 |
#![allow(clippy::approx_constant)]
|
1 |
#![allow(non_snake_case)]
|
2 |
#![allow(clippy::excessive_precision)]
|
6 |
#![allow(clippy::verbose_bit_mask)]
|
7 |
#![allow(clippy::excessive_precision)]
|
27 |
#![crate_name = "statrs"]
|
28 |
#![allow(clippy::excessive_precision)]
|
29 |
#![allow(clippy::many_single_char_names)]
|
27 |
#![crate_name = "statrs"]
|
28 |
#![allow(clippy::excessive_precision)]
|
29 |
#![allow(clippy::many_single_char_names)]
|
5 |
#![allow(non_snake_case)]
|
6 |
#![allow(clippy::excessive_precision)]
|
5 |
#![allow(non_snake_case)]
|
6 |
#![allow(clippy::excessive_precision)]
|
1 |
#![allow(clippy::excessive_precision)]
|
35 |
#![allow(clippy::reversed_empty_ranges)]
|
36 |
#![allow(clippy::excessive_precision)]
|
37 |
#![deny(warnings)]
|
254 |
// TODO: clippy is probably right
|
255 |
#![allow(clippy::excessive_precision)]
|
12 |
#![allow(clippy::comparison_chain)]
|
13 |
#![allow(clippy::excessive_precision)]
|
14 |
#![allow(clippy::identity_op)]
|
12 |
#![allow(clippy::comparison_chain)]
|
13 |
#![allow(clippy::excessive_precision)]
|
14 |
#![allow(clippy::identity_op)]
|
12 |
#![allow(clippy::comparison_chain)]
|
13 |
#![allow(clippy::excessive_precision)]
|
14 |
#![allow(clippy::identity_op)]
|
12 |
#![allow(clippy::comparison_chain)]
|
13 |
#![allow(clippy::excessive_precision)]
|
14 |
#![allow(clippy::identity_op)]
|
12 |
#![allow(clippy::comparison_chain)]
|
13 |
#![allow(clippy::excessive_precision)]
|
14 |
#![allow(clippy::identity_op)]
|
12 |
#![allow(clippy::comparison_chain)]
|
13 |
#![allow(clippy::excessive_precision)]
|
14 |
#![allow(clippy::identity_op)]
|
12 |
#![allow(clippy::comparison_chain)]
|
13 |
#![allow(clippy::excessive_precision)]
|
14 |
#![allow(clippy::identity_op)]
|
10 |
#![allow(clippy::comparison_chain)]
|
11 |
#![allow(clippy::excessive_precision)]
|
12 |
#![allow(clippy::identity_op)]
|
11 |
#![allow(clippy::comparison_chain)]
|
12 |
#![allow(clippy::excessive_precision)]
|
13 |
#![allow(clippy::identity_op)]
|
12 |
#![allow(clippy::comparison_chain)]
|
13 |
#![allow(clippy::excessive_precision)]
|
14 |
#![allow(clippy::identity_op)]
|
12 |
#![allow(clippy::comparison_chain)]
|
13 |
#![allow(clippy::excessive_precision)]
|
14 |
#![allow(clippy::identity_op)]
|
12 |
#![allow(clippy::comparison_chain)]
|
13 |
#![allow(clippy::excessive_precision)]
|
14 |
#![allow(clippy::identity_op)]
|
12 |
#![allow(clippy::comparison_chain)]
|
13 |
#![allow(clippy::excessive_precision)]
|
14 |
#![allow(clippy::identity_op)]
|
10 |
#![allow(clippy::comparison_chain)]
|
11 |
#![allow(clippy::excessive_precision)]
|
12 |
#![allow(clippy::identity_op)]
|
3 |
#![allow(clippy::excessive_precision)]
|
1 |
#![allow(clippy::excessive_precision)]
|
2 |
//! Module with the definition of cryptographic parameters.
|
1 |
#![allow(clippy::excessive_precision)]
|
21 |
#![allow(clippy::enum_variant_names)]
|
22 |
#![allow(clippy::excessive_precision)]
|
23 |
#![allow(clippy::identity_op)]
|
21 |
#![allow(clippy::eq_op)]
|
22 |
#![allow(clippy::excessive_precision)]
|
23 |
#![allow(clippy::identity_op)]
|
270 |
fn float_binary_equality() {
|
271 |
#![allow(clippy::excessive_precision)]
|
1 |
#![allow(clippy::excessive_precision)]
|
2 |
mod arm64simd;
|
1 |
#![allow(clippy::excessive_precision)]
|
2 |
use crate::frame::element_wise::ElementWiseKer;
|
1 |
#![allow(clippy::excessive_precision)]
|
2 |
use crate::frame::element_wise::ElementWiseKer;
|
62 |
#![allow(clippy::approx_constant)]
|
63 |
#![allow(clippy::excessive_precision)]
|
64 |
#![allow(clippy::float_cmp)]
|
23 |
clippy::clone_on_copy,
|
24 |
clippy::excessive_precision,
|
25 |
clippy::ptr_arg,
|
92 |
clippy::unreadable_literal,
|
93 |
clippy::excessive_precision,
|
94 |
clippy::must_use_candidate
|
4 |
#![allow(clippy::eq_op)]
|
5 |
#![allow(clippy::excessive_precision)]
|
6 |
#![allow(clippy::let_and_return)]
|
166 |
fn round_coords() {
|
167 |
#![allow(clippy::excessive_precision)]
|
168 |
let latitude: f64 = 53.473894723894738;
|
20 |
#![allow(
|
21 |
clippy::excessive_precision,
|
22 |
clippy::unreadable_literal,
|