Home
last modified time | relevance | path

Searched refs:omc (Results 1 – 17 of 17) sorted by relevance

/external/rust/crates/glam/src/f64/
Ddmat3.rs196 let omc = 1.0 - cos; in from_axis_angle() localVariable
197 let xyomc = x * y * omc; in from_axis_angle()
198 let xzomc = x * z * omc; in from_axis_angle()
199 let yzomc = y * z * omc; in from_axis_angle()
201 DVec3::new(x2 * omc + cos, xyomc + zsin, xzomc - ysin), in from_axis_angle()
202 DVec3::new(xyomc - zsin, y2 * omc + cos, yzomc + xsin), in from_axis_angle()
203 DVec3::new(xzomc + ysin, yzomc - xsin, z2 * omc + cos), in from_axis_angle()
Ddmat4.rs331 let omc = 1.0 - cos; in from_axis_angle() localVariable
332 let xyomc = axis.x * axis.y * omc; in from_axis_angle()
333 let xzomc = axis.x * axis.z * omc; in from_axis_angle()
334 let yzomc = axis.y * axis.z * omc; in from_axis_angle()
337 axis_sq.x * omc + cos, in from_axis_angle()
344 axis_sq.y * omc + cos, in from_axis_angle()
351 axis_sq.z * omc + cos, in from_axis_angle()
/external/rust/crates/glam/src/f32/sse2/
Dmat3a.rs198 let omc = 1.0 - cos; in from_axis_angle() localVariable
199 let xyomc = x * y * omc; in from_axis_angle()
200 let xzomc = x * z * omc; in from_axis_angle()
201 let yzomc = y * z * omc; in from_axis_angle()
203 Vec3A::new(x2 * omc + cos, xyomc + zsin, xzomc - ysin), in from_axis_angle()
204 Vec3A::new(xyomc - zsin, y2 * omc + cos, yzomc + xsin), in from_axis_angle()
205 Vec3A::new(xzomc + ysin, yzomc - xsin, z2 * omc + cos), in from_axis_angle()
Dmat4.rs338 let omc = 1.0 - cos; in from_axis_angle() localVariable
339 let xyomc = axis.x * axis.y * omc; in from_axis_angle()
340 let xzomc = axis.x * axis.z * omc; in from_axis_angle()
341 let yzomc = axis.y * axis.z * omc; in from_axis_angle()
344 axis_sq.x * omc + cos, in from_axis_angle()
351 axis_sq.y * omc + cos, in from_axis_angle()
358 axis_sq.z * omc + cos, in from_axis_angle()
/external/rust/crates/glam/src/f32/
Dmat3.rs196 let omc = 1.0 - cos; in from_axis_angle() localVariable
197 let xyomc = x * y * omc; in from_axis_angle()
198 let xzomc = x * z * omc; in from_axis_angle()
199 let yzomc = y * z * omc; in from_axis_angle()
201 Vec3::new(x2 * omc + cos, xyomc + zsin, xzomc - ysin), in from_axis_angle()
202 Vec3::new(xyomc - zsin, y2 * omc + cos, yzomc + xsin), in from_axis_angle()
203 Vec3::new(xzomc + ysin, yzomc - xsin, z2 * omc + cos), in from_axis_angle()
/external/rust/crates/glam/src/f32/scalar/
Dmat3a.rs196 let omc = 1.0 - cos; in from_axis_angle() localVariable
197 let xyomc = x * y * omc; in from_axis_angle()
198 let xzomc = x * z * omc; in from_axis_angle()
199 let yzomc = y * z * omc; in from_axis_angle()
201 Vec3A::new(x2 * omc + cos, xyomc + zsin, xzomc - ysin), in from_axis_angle()
202 Vec3A::new(xyomc - zsin, y2 * omc + cos, yzomc + xsin), in from_axis_angle()
203 Vec3A::new(xzomc + ysin, yzomc - xsin, z2 * omc + cos), in from_axis_angle()
Dmat4.rs348 let omc = 1.0 - cos; in from_axis_angle() localVariable
349 let xyomc = axis.x * axis.y * omc; in from_axis_angle()
350 let xzomc = axis.x * axis.z * omc; in from_axis_angle()
351 let yzomc = axis.y * axis.z * omc; in from_axis_angle()
354 axis_sq.x * omc + cos, in from_axis_angle()
361 axis_sq.y * omc + cos, in from_axis_angle()
368 axis_sq.z * omc + cos, in from_axis_angle()
/external/rust/crates/glam/src/f32/coresimd/
Dmat3a.rs195 let omc = 1.0 - cos; in from_axis_angle() localVariable
196 let xyomc = x * y * omc; in from_axis_angle()
197 let xzomc = x * z * omc; in from_axis_angle()
198 let yzomc = y * z * omc; in from_axis_angle()
200 Vec3A::new(x2 * omc + cos, xyomc + zsin, xzomc - ysin), in from_axis_angle()
201 Vec3A::new(xyomc - zsin, y2 * omc + cos, yzomc + xsin), in from_axis_angle()
202 Vec3A::new(xzomc + ysin, yzomc - xsin, z2 * omc + cos), in from_axis_angle()
Dmat4.rs335 let omc = 1.0 - cos; in from_axis_angle() localVariable
336 let xyomc = axis.x * axis.y * omc; in from_axis_angle()
337 let xzomc = axis.x * axis.z * omc; in from_axis_angle()
338 let yzomc = axis.y * axis.z * omc; in from_axis_angle()
341 axis_sq.x * omc + cos, in from_axis_angle()
348 axis_sq.y * omc + cos, in from_axis_angle()
355 axis_sq.z * omc + cos, in from_axis_angle()
/external/rust/crates/glam/src/f32/wasm32/
Dmat3a.rs195 let omc = 1.0 - cos; in from_axis_angle() localVariable
196 let xyomc = x * y * omc; in from_axis_angle()
197 let xzomc = x * z * omc; in from_axis_angle()
198 let yzomc = y * z * omc; in from_axis_angle()
200 Vec3A::new(x2 * omc + cos, xyomc + zsin, xzomc - ysin), in from_axis_angle()
201 Vec3A::new(xyomc - zsin, y2 * omc + cos, yzomc + xsin), in from_axis_angle()
202 Vec3A::new(xzomc + ysin, yzomc - xsin, z2 * omc + cos), in from_axis_angle()
Dmat4.rs335 let omc = 1.0 - cos; in from_axis_angle() localVariable
336 let xyomc = axis.x * axis.y * omc; in from_axis_angle()
337 let xzomc = axis.x * axis.z * omc; in from_axis_angle()
338 let yzomc = axis.y * axis.z * omc; in from_axis_angle()
341 axis_sq.x * omc + cos, in from_axis_angle()
348 axis_sq.y * omc + cos, in from_axis_angle()
355 axis_sq.z * omc + cos, in from_axis_angle()
/external/cpuinfo/test/dmesg/
Dgalaxy-s8-us.log3256 … 705] ss_platform_log: !@BootAnimation : Load sequence resource = /system/omc/ATT/res/media/boots…
3257 …ion: 705] ss_platform_log: !@BootAnimation : Load loop resource = /system/omc/ATT/res/media/boots…
5962 …@start scanning volume requested by null internal: [/system/media, /oem/media, /system/omc/ATT/res]
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/
Diso-639-3_Name_Index.tab5265 omc Mochica Mochica
Diso-639-3.tab5022 omc I E Mochica
Dlanguage-subtag-registry27483 Subtag: omc
/external/cldr/tools/cldr-rdf/external/
DchildToParentWithCodes.tsv5281 Mochica (omc) (omc, Q195164) Chimuan (Q147079)
DentityToCode.tsv1562 http://www.wikidata.org/entity/Q1951641 omc