/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/ |
D | math.rs | 3 fn acos_approx_f32(v: f32) -> f32 { in acos_approx_f32() 38 pub(crate) fn abs(f: f32) -> f32 { in abs() 43 pub(crate) fn acos_approx(f: f32) -> f32 { in acos_approx() 48 pub(crate) fn asin(f: f32) -> f32 { in asin() 53 pub(crate) fn atan2(f: f32, other: f32) -> f32 { in atan2() 59 pub(crate) fn sin(f: f32) -> f32 { in sin() 64 pub(crate) fn sin_cos(f: f32) -> (f32, f32) { in sin_cos() 69 pub(crate) fn tan(f: f32) -> f32 { in tan() 74 pub(crate) fn sqrt(f: f32) -> f32 { in sqrt() 79 pub(crate) fn copysign(f: f32, sign: f32) -> f32 { in copysign() [all …]
|
D | float.rs | 5 impl FloatExt for f32 { implementation 7 fn lerp(self, rhs: f32, t: f32) -> f32 { in lerp() 12 fn inverse_lerp(a: f32, b: f32, v: f32) -> f32 { in inverse_lerp() 17 fn remap(self, in_start: f32, in_end: f32, out_start: f32, out_end: f32) -> f32 { in remap()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/ |
H A D | f32.rs | 31 impl f32 { impl 51 pub fn floor(self) -> f32 { in floor() 73 pub fn ceil(self) -> f32 { in ceil() 101 pub fn round(self) -> f32 { in round() 127 pub fn round_ties_even(self) -> f32 { in round_ties_even() 152 pub fn trunc(self) -> f32 { in trunc() 175 pub fn fract(self) -> f32 { in fract() 198 pub fn abs(self) -> f32 { in abs() 222 pub fn signum(self) -> f32 { in signum() 251 pub fn copysign(self, sign: f32) -> f32 { in copysign() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/ |
H A D | f32.rs | 31 impl f32 { impl 51 pub fn floor(self) -> f32 { in floor() 73 pub fn ceil(self) -> f32 { in ceil() 101 pub fn round(self) -> f32 { in round() 127 pub fn round_ties_even(self) -> f32 { in round_ties_even() 152 pub fn trunc(self) -> f32 { in trunc() 175 pub fn fract(self) -> f32 { in fract() 198 pub fn abs(self) -> f32 { in abs() 222 pub fn signum(self) -> f32 { in signum() 251 pub fn copysign(self, sign: f32) -> f32 { in copysign() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/ |
H A D | f32.rs | 31 impl f32 { implementation 51 pub fn floor(self) -> f32 { in floor() 73 pub fn ceil(self) -> f32 { in ceil() 101 pub fn round(self) -> f32 { in round() 127 pub fn round_ties_even(self) -> f32 { in round_ties_even() 152 pub fn trunc(self) -> f32 { in trunc() 175 pub fn fract(self) -> f32 { in fract() 198 pub fn abs(self) -> f32 { in abs() 222 pub fn signum(self) -> f32 { in signum() 251 pub fn copysign(self, sign: f32) -> f32 { in copysign() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/ |
H A D | f32.rs | 31 impl f32 { implementation 51 pub fn floor(self) -> f32 { in floor() 73 pub fn ceil(self) -> f32 { in ceil() 101 pub fn round(self) -> f32 { in round() 127 pub fn round_ties_even(self) -> f32 { in round_ties_even() 152 pub fn trunc(self) -> f32 { in trunc() 175 pub fn fract(self) -> f32 { in fract() 198 pub fn abs(self) -> f32 { in abs() 222 pub fn signum(self) -> f32 { in signum() 251 pub fn copysign(self, sign: f32) -> f32 { in copysign() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/ |
H A D | f32.rs | 31 impl f32 { impl 51 pub fn floor(self) -> f32 { in floor() 73 pub fn ceil(self) -> f32 { in ceil() 101 pub fn round(self) -> f32 { in round() 127 pub fn round_ties_even(self) -> f32 { in round_ties_even() 152 pub fn trunc(self) -> f32 { in trunc() 175 pub fn fract(self) -> f32 { in fract() 198 pub fn abs(self) -> f32 { in abs() 222 pub fn signum(self) -> f32 { in signum() 251 pub fn copysign(self, sign: f32) -> f32 { in copysign() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/scalar/ |
D | mat4.rs | 75 m00: f32, in new() 76 m01: f32, in new() 77 m02: f32, in new() 78 m03: f32, in new() 79 m10: f32, in new() 80 m11: f32, in new() 81 m12: f32, in new() 82 m13: f32, in new() 83 m20: f32, in new() 84 m21: f32, in new() [all …]
|
D | vec4.rs | 17 pub const fn vec4(x: f32, y: f32, z: f32, w: f32) -> Vec4 { in vec4() 94 pub const fn new(x: f32, y: f32, z: f32, w: f32) -> Self { in new() 160 pub fn write_to_slice(self, slice: &mut [f32]) { in write_to_slice() 182 pub fn dot(self, rhs: Self) -> f32 { in dot() 240 pub fn min_element(self) -> f32 { in min_element() 249 pub fn max_element(self) -> f32 { in max_element() 435 pub fn length(self) -> f32 { in length() 445 pub fn length_squared(self) -> f32 { in length_squared() 454 pub fn length_recip(self) -> f32 { in length_recip() 461 pub fn distance(self, rhs: Self) -> f32 { in distance() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/wasm32/ |
D | mat4.rs | 72 m00: f32, in new() 73 m01: f32, in new() 74 m02: f32, in new() 75 m03: f32, in new() 76 m10: f32, in new() 77 m11: f32, in new() 78 m12: f32, in new() 79 m13: f32, in new() 80 m20: f32, in new() 81 m21: f32, in new() [all …]
|
D | vec4.rs | 21 pub const fn vec4(x: f32, y: f32, z: f32, w: f32) -> Vec4 { in vec4() 89 pub const fn new(x: f32, y: f32, z: f32, w: f32) -> Self { in new() 142 pub fn write_to_slice(self, slice: &mut [f32]) { in write_to_slice() 164 pub fn dot(self, rhs: Self) -> f32 { in dot() 212 pub fn min_element(self) -> f32 { in min_element() 224 pub fn max_element(self) -> f32 { in max_element() 370 pub fn length(self) -> f32 { in length() 381 pub fn length_squared(self) -> f32 { in length_squared() 390 pub fn length_recip(self) -> f32 { in length_recip() 398 pub fn distance(self, rhs: Self) -> f32 { in distance() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/coresimd/ |
D | mat4.rs | 72 m00: f32, in new() 73 m01: f32, in new() 74 m02: f32, in new() 75 m03: f32, in new() 76 m10: f32, in new() 77 m11: f32, in new() 78 m12: f32, in new() 79 m13: f32, in new() 80 m20: f32, in new() 81 m21: f32, in new() [all …]
|
D | vec4.rs | 16 pub const fn vec4(x: f32, y: f32, z: f32, w: f32) -> Vec4 { in vec4() 84 pub const fn new(x: f32, y: f32, z: f32, w: f32) -> Self { in new() 137 pub fn write_to_slice(self, slice: &mut [f32]) { in write_to_slice() 159 pub fn dot(self, rhs: Self) -> f32 { in dot() 207 pub fn min_element(self) -> f32 { in min_element() 216 pub fn max_element(self) -> f32 { in max_element() 349 pub fn length(self) -> f32 { in length() 360 pub fn length_squared(self) -> f32 { in length_squared() 369 pub fn length_recip(self) -> f32 { in length_recip() 377 pub fn distance(self, rhs: Self) -> f32 { in distance() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/sse2/ |
D | mat4.rs | 75 m00: f32, in new() 76 m01: f32, in new() 77 m02: f32, in new() 78 m03: f32, in new() 79 m10: f32, in new() 80 m11: f32, in new() 81 m12: f32, in new() 82 m13: f32, in new() 83 m20: f32, in new() 84 m21: f32, in new() [all …]
|
D | vec4.rs | 24 pub const fn vec4(x: f32, y: f32, z: f32, w: f32) -> Vec4 { in vec4() 92 pub const fn new(x: f32, y: f32, z: f32, w: f32) -> Self { in new() 150 pub fn write_to_slice(self, slice: &mut [f32]) { in write_to_slice() 172 pub fn dot(self, rhs: Self) -> f32 { in dot() 220 pub fn min_element(self) -> f32 { in min_element() 234 pub fn max_element(self) -> f32 { in max_element() 382 pub fn length(self) -> f32 { in length() 395 pub fn length_squared(self) -> f32 { in length_squared() 404 pub fn length_recip(self) -> f32 { in length_recip() 414 pub fn distance(self, rhs: Self) -> f32 { in distance() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/examples/ |
H A D | dot_product.rs | 15 pub fn dot_prod_scalar_0(a: &[f32], b: &[f32]) -> f32 { in dot_prod_scalar_0() 28 pub fn dot_prod_scalar_1(a: &[f32], b: &[f32]) -> f32 { in dot_prod_scalar_1() 42 pub fn dot_prod_simd_0(a: &[f32], b: &[f32]) -> f32 { in dot_prod_simd_0() 60 pub fn dot_prod_simd_1(a: &[f32], b: &[f32]) -> f32 { in dot_prod_simd_1() 73 pub fn dot_prod_simd_2(a: &[f32], b: &[f32]) -> f32 { in dot_prod_simd_2() 88 pub fn dot_prod_simd_3(a: &[f32], b: &[f32]) -> f32 { in dot_prod_simd_3() 114 pub fn dot_prod_simd_4(a: &[f32], b: &[f32]) -> f32 { in dot_prod_simd_4() 133 pub fn dot_prod_simd_5(a: &[f32], b: &[f32]) -> f32 { in dot_prod_simd_5()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/examples/ |
H A D | dot_product.rs | 15 pub fn dot_prod_scalar_0(a: &[f32], b: &[f32]) -> f32 { in dot_prod_scalar_0() 28 pub fn dot_prod_scalar_1(a: &[f32], b: &[f32]) -> f32 { in dot_prod_scalar_1() 42 pub fn dot_prod_simd_0(a: &[f32], b: &[f32]) -> f32 { in dot_prod_simd_0() 60 pub fn dot_prod_simd_1(a: &[f32], b: &[f32]) -> f32 { in dot_prod_simd_1() 73 pub fn dot_prod_simd_2(a: &[f32], b: &[f32]) -> f32 { in dot_prod_simd_2() 88 pub fn dot_prod_simd_3(a: &[f32], b: &[f32]) -> f32 { in dot_prod_simd_3() 114 pub fn dot_prod_simd_4(a: &[f32], b: &[f32]) -> f32 { in dot_prod_simd_4() 133 pub fn dot_prod_simd_5(a: &[f32], b: &[f32]) -> f32 { in dot_prod_simd_5()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/examples/ |
H A D | dot_product.rs | 16 pub fn dot_prod_scalar_0(a: &[f32], b: &[f32]) -> f32 { in dot_prod_scalar_0() 29 pub fn dot_prod_scalar_1(a: &[f32], b: &[f32]) -> f32 { in dot_prod_scalar_1() 43 pub fn dot_prod_simd_0(a: &[f32], b: &[f32]) -> f32 { in dot_prod_simd_0() 61 pub fn dot_prod_simd_1(a: &[f32], b: &[f32]) -> f32 { in dot_prod_simd_1() 74 pub fn dot_prod_simd_2(a: &[f32], b: &[f32]) -> f32 { in dot_prod_simd_2() 89 pub fn dot_prod_simd_3(a: &[f32], b: &[f32]) -> f32 { in dot_prod_simd_3() 115 pub fn dot_prod_simd_4(a: &[f32], b: &[f32]) -> f32 { in dot_prod_simd_4() 134 pub fn dot_prod_simd_5(a: &[f32], b: &[f32]) -> f32 { in dot_prod_simd_5()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/examples/ |
H A D | dot_product.rs | 15 pub fn dot_prod_scalar_0(a: &[f32], b: &[f32]) -> f32 { in dot_prod_scalar_0() 28 pub fn dot_prod_scalar_1(a: &[f32], b: &[f32]) -> f32 { in dot_prod_scalar_1() 42 pub fn dot_prod_simd_0(a: &[f32], b: &[f32]) -> f32 { in dot_prod_simd_0() 60 pub fn dot_prod_simd_1(a: &[f32], b: &[f32]) -> f32 { in dot_prod_simd_1() 73 pub fn dot_prod_simd_2(a: &[f32], b: &[f32]) -> f32 { in dot_prod_simd_2() 88 pub fn dot_prod_simd_3(a: &[f32], b: &[f32]) -> f32 { in dot_prod_simd_3() 114 pub fn dot_prod_simd_4(a: &[f32], b: &[f32]) -> f32 { in dot_prod_simd_4() 133 pub fn dot_prod_simd_5(a: &[f32], b: &[f32]) -> f32 { in dot_prod_simd_5()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/examples/ |
H A D | dot_product.rs | 16 pub fn dot_prod_scalar_0(a: &[f32], b: &[f32]) -> f32 { in dot_prod_scalar_0() 29 pub fn dot_prod_scalar_1(a: &[f32], b: &[f32]) -> f32 { in dot_prod_scalar_1() 43 pub fn dot_prod_simd_0(a: &[f32], b: &[f32]) -> f32 { in dot_prod_simd_0() 61 pub fn dot_prod_simd_1(a: &[f32], b: &[f32]) -> f32 { in dot_prod_simd_1() 74 pub fn dot_prod_simd_2(a: &[f32], b: &[f32]) -> f32 { in dot_prod_simd_2() 89 pub fn dot_prod_simd_3(a: &[f32], b: &[f32]) -> f32 { in dot_prod_simd_3() 115 pub fn dot_prod_simd_4(a: &[f32], b: &[f32]) -> f32 { in dot_prod_simd_4() 134 pub fn dot_prod_simd_5(a: &[f32], b: &[f32]) -> f32 { in dot_prod_simd_5()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/font-types-0.4.3/src/ |
H A D | pen.rs | 11 fn move_to(&mut self, x: f32, y: f32); in move_to() 14 fn line_to(&mut self, x: f32, y: f32); in line_to() 18 fn quad_to(&mut self, cx0: f32, cy0: f32, x: f32, y: f32); in quad_to() 22 fn curve_to(&mut self, cx0: f32, cy0: f32, cx1: f32, cy1: f32, x: f32, y: f32); in curve_to() 78 pub fn end_point(&self) -> Option<(f32, f32)> { in end_point() argument
|
/aosp_15_r20/external/rust/crabbyavif/src/reformat/ |
D | rgb_impl.rs | 104 kr: f32, in yuv8_to_rgb8_color() 105 kg: f32, in yuv8_to_rgb8_color() 106 kb: f32, in yuv8_to_rgb8_color() 158 kr: f32, in yuv16_to_rgb16_color() 159 kg: f32, in yuv16_to_rgb16_color() 160 kb: f32, in yuv16_to_rgb16_color() 204 kr: f32, in yuv16_to_rgb8_color() 205 kg: f32, in yuv16_to_rgb8_color() 206 kb: f32, in yuv16_to_rgb8_color() 261 kr: f32, in yuv8_to_rgb16_color() [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/ |
H A D | scaler_test.rs | 27 fn move_to(&mut self, x: f32, y: f32) { in move_to() 32 fn line_to(&mut self, x: f32, y: f32) { in line_to() 37 fn quad_to(&mut self, x0: f32, y0: f32, x1: f32, y1: f32) { in quad_to() 42 fn curve_to(&mut self, x0: f32, y0: f32, x1: f32, y1: f32, x2: f32, y2: f32) { in curve_to()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/examples/ |
H A D | intrinsics.rs | 30 pub fn aeabi_d2f(x: f64) -> f32 { in aeabi_d2f() 115 pub fn aeabi_fadd(a: f32, b: f32) -> f32 { in aeabi_fadd() 120 pub fn aeabi_fcmpeq(a: f32, b: f32) -> bool { in aeabi_fcmpeq() 125 pub fn aeabi_fcmpgt(a: f32, b: f32) -> bool { in aeabi_fcmpgt() 130 pub fn aeabi_fcmplt(a: f32, b: f32) -> bool { in aeabi_fcmplt() 135 pub fn aeabi_fdiv(a: f32, b: f32) -> f32 { in aeabi_fdiv() 140 pub fn aeabi_fmul(a: f32, b: f32) -> f32 { in aeabi_fmul() 145 pub fn aeabi_fsub(a: f32, b: f32) -> f32 { in aeabi_fsub() 155 pub fn aeabi_i2f(x: i32) -> f32 { in aeabi_i2f() 173 pub fn aeabi_l2f(x: i64) -> f32 { in aeabi_l2f() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/examples/ |
H A D | intrinsics.rs | 30 pub fn aeabi_d2f(x: f64) -> f32 { in aeabi_d2f() 115 pub fn aeabi_fadd(a: f32, b: f32) -> f32 { in aeabi_fadd() 120 pub fn aeabi_fcmpeq(a: f32, b: f32) -> bool { in aeabi_fcmpeq() 125 pub fn aeabi_fcmpgt(a: f32, b: f32) -> bool { in aeabi_fcmpgt() 130 pub fn aeabi_fcmplt(a: f32, b: f32) -> bool { in aeabi_fcmplt() 135 pub fn aeabi_fdiv(a: f32, b: f32) -> f32 { in aeabi_fdiv() 140 pub fn aeabi_fmul(a: f32, b: f32) -> f32 { in aeabi_fmul() 145 pub fn aeabi_fsub(a: f32, b: f32) -> f32 { in aeabi_fsub() 155 pub fn aeabi_i2f(x: i32) -> f32 { in aeabi_i2f() 173 pub fn aeabi_l2f(x: i64) -> f32 { in aeabi_l2f() [all …]
|