Home
last modified time | relevance | path

Searched +defs:div +defs:default (Results 1 – 25 of 552) sorted by relevance

12345678910>>...23

/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/compose/ui/ui-unit-android/1.8.0-beta01/androidx.compose.ui_ui-unit/android_common_apex34/aar/
Dandroidx.compose.ui_ui-unit.jar ... boolean prioritizeWidth public static synthetic long restrictConstraints-xF2OJ5Q$default (androidx.compose.ui.unit.Constraints ...
Dclasses.jar ... boolean prioritizeWidth public static synthetic long restrictConstraints-xF2OJ5Q$default (androidx.compose.ui.unit.Constraints ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/compose/ui/ui-unit-android/1.8.0-beta01/androidx.compose.ui_ui-unit/android_common/aar/
Dclasses.jar ... boolean prioritizeWidth public static synthetic long restrictConstraints-xF2OJ5Q$default (androidx.compose.ui.unit.Constraints ...
Dandroidx.compose.ui_ui-unit.jar ... boolean prioritizeWidth public static synthetic long restrictConstraints-xF2OJ5Q$default (androidx.compose.ui.unit.Constraints ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/compose/ui/ui-unit-android/1.8.0-beta01/androidx.compose.ui_ui-unit/android_common_apex30/aar/
Dclasses.jar ... boolean prioritizeWidth public static synthetic long restrictConstraints-xF2OJ5Q$default (androidx.compose.ui.unit.Constraints ...
Dandroidx.compose.ui_ui-unit.jar ... boolean prioritizeWidth public static synthetic long restrictConstraints-xF2OJ5Q$default (androidx.compose.ui.unit.Constraints ...
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/
Dvec3.rs872 fn default() -> Self { in default() method
880 fn div(self, rhs: Self) -> Self { in div() method
901 fn div(self, rhs: f32) -> Self { in div() method
922 fn div(self, rhs: Vec3) -> Vec3 { in div() method
Dvec2.rs811 fn default() -> Self { in default() method
819 fn div(self, rhs: Self) -> Self { in div() method
838 fn div(self, rhs: f32) -> Self { in div() method
857 fn div(self, rhs: Vec2) -> Vec2 { in div() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/
Ddvec2.rs811 fn default() -> Self { in default() method
819 fn div(self, rhs: Self) -> Self { in div() method
838 fn div(self, rhs: f64) -> Self { in div() method
857 fn div(self, rhs: DVec2) -> DVec2 { in div() method
Ddvec4.rs848 fn default() -> Self { in default() method
856 fn div(self, rhs: Self) -> Self { in div() method
879 fn div(self, rhs: f64) -> Self { in div() method
902 fn div(self, rhs: DVec4) -> DVec4 { in div() method
Ddvec3.rs879 fn default() -> Self { in default() method
887 fn div(self, rhs: Self) -> Self { in div() method
908 fn div(self, rhs: f64) -> Self { in div() method
929 fn div(self, rhs: DVec3) -> DVec3 { in div() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/scalar/
Dvec4.rs860 fn default() -> Self { in default() method
868 fn div(self, rhs: Self) -> Self { in div() method
891 fn div(self, rhs: f32) -> Self { in div() method
914 fn div(self, rhs: Vec4) -> Vec4 { in div() method
Dvec3a.rs881 fn default() -> Self { in default() method
889 fn div(self, rhs: Self) -> Self { in div() method
910 fn div(self, rhs: f32) -> Self { in div() method
931 fn div(self, rhs: Vec3A) -> Vec3A { in div() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/wasm32/
Dvec4.rs773 fn default() -> Self { in default() method
788 fn div(self, rhs: Self) -> Self { in div() method
803 fn div(self, rhs: f32) -> Self { in div() method
818 fn div(self, rhs: Vec4) -> Vec4 { in div() method
Dvec3a.rs853 fn default() -> Self { in default() method
868 fn div(self, rhs: Self) -> Self { in div() method
883 fn div(self, rhs: f32) -> Self { in div() method
898 fn div(self, rhs: Vec3A) -> Vec3A { in div() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/sse2/
Dvec3a.rs883 fn default() -> Self { in default() method
898 fn div(self, rhs: Self) -> Self { in div() method
913 fn div(self, rhs: f32) -> Self { in div() method
928 fn div(self, rhs: Vec3A) -> Vec3A { in div() method
Dvec4.rs796 fn default() -> Self { in default() method
811 fn div(self, rhs: Self) -> Self { in div() method
826 fn div(self, rhs: f32) -> Self { in div() method
841 fn div(self, rhs: Vec4) -> Vec4 { in div() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/coresimd/
Dvec3a.rs836 fn default() -> Self { in default() method
851 fn div(self, rhs: Self) -> Self { in div() method
866 fn div(self, rhs: f32) -> Self { in div() method
881 fn div(self, rhs: Vec3A) -> Vec3A { in div() method
Dvec4.rs747 fn default() -> Self { in default() method
762 fn div(self, rhs: Self) -> Self { in div() method
777 fn div(self, rhs: f32) -> Self { in div() method
792 fn div(self, rhs: Vec4) -> Vec4 { in div() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i64/
Di64vec2.rs518 fn default() -> Self { in default() method
526 fn div(self, rhs: Self) -> Self { in div() method
545 fn div(self, rhs: i64) -> Self { in div() method
564 fn div(self, rhs: I64Vec2) -> I64Vec2 { in div() method
Di64vec3.rs555 fn default() -> Self { in default() method
563 fn div(self, rhs: Self) -> Self { in div() method
584 fn div(self, rhs: i64) -> Self { in div() method
605 fn div(self, rhs: I64Vec3) -> I64Vec3 { in div() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i16/
Di16vec3.rs555 fn default() -> Self { in default() method
563 fn div(self, rhs: Self) -> Self { in div() method
584 fn div(self, rhs: i16) -> Self { in div() method
605 fn div(self, rhs: I16Vec3) -> I16Vec3 { in div() method
Di16vec2.rs518 fn default() -> Self { in default() method
526 fn div(self, rhs: Self) -> Self { in div() method
545 fn div(self, rhs: i16) -> Self { in div() method
564 fn div(self, rhs: I16Vec2) -> I16Vec2 { in div() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u64/
Du64vec4.rs486 fn default() -> Self { in default() method
494 fn div(self, rhs: Self) -> Self { in div() method
517 fn div(self, rhs: u64) -> Self { in div() method
540 fn div(self, rhs: U64Vec4) -> U64Vec4 { in div() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u16/
Du16vec4.rs486 fn default() -> Self { in default() method
494 fn div(self, rhs: Self) -> Self { in div() method
517 fn div(self, rhs: u16) -> Self { in div() method
540 fn div(self, rhs: U16Vec4) -> U16Vec4 { in div() method

12345678910>>...23