/external/rust/crates/glam/src/f64/ |
D | dmat3.rs | 196 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()
|
D | dmat4.rs | 331 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/ |
D | mat3a.rs | 198 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()
|
D | mat4.rs | 338 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/ |
D | mat3.rs | 196 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/ |
D | mat3a.rs | 196 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()
|
D | mat4.rs | 348 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/ |
D | mat3a.rs | 195 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()
|
D | mat4.rs | 335 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/ |
D | mat3a.rs | 195 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()
|
D | mat4.rs | 335 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/ |
D | galaxy-s8-us.log | 3256 … 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/ |
D | iso-639-3_Name_Index.tab | 5265 omc Mochica Mochica
|
D | iso-639-3.tab | 5022 omc I E Mochica
|
D | language-subtag-registry | 27483 Subtag: omc
|
/external/cldr/tools/cldr-rdf/external/ |
D | childToParentWithCodes.tsv | 5281 Mochica (omc) (omc, Q195164) Chimuan (Q147079)
|
D | entityToCode.tsv | 1562 http://www.wikidata.org/entity/Q1951641 omc
|