Searched refs:ort (Results 1 – 11 of 11) sorted by relevance
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/ |
D | Rotation.java | 232 double[][] ort = orthogonalizeMatrix(m, threshold); in Rotation() local 235 double det = ort[0][0] * (ort[1][1] * ort[2][2] - ort[2][1] * ort[1][2]) - in Rotation() 236 ort[1][0] * (ort[0][1] * ort[2][2] - ort[2][1] * ort[0][2]) + in Rotation() 237 ort[2][0] * (ort[0][1] * ort[1][2] - ort[1][1] * ort[0][2]); in Rotation() 255 double s = ort[0][0] + ort[1][1] + ort[2][2]; in Rotation() 260 q1 = inv * (ort[1][2] - ort[2][1]); in Rotation() 261 q2 = inv * (ort[2][0] - ort[0][2]); in Rotation() 262 q3 = inv * (ort[0][1] - ort[1][0]); in Rotation() 264 s = ort[0][0] - ort[1][1] - ort[2][2]; in Rotation() 269 q0 = inv * (ort[1][2] - ort[2][1]); in Rotation() [all …]
|
/external/dhcpcd-6.8.2/ |
D | ipv4.c | 368 nc_route(struct rt *ort, struct rt *nrt) in nc_route() argument 377 desc_route(ort == NULL ? "adding" : "changing", nrt); in nc_route() 379 if (ort == NULL) { in nc_route() 380 ort = ipv4_findrt(nrt->iface->ctx, nrt, 0); in nc_route() 381 if (ort && in nc_route() 382 ((ort->flags & RTF_REJECT && nrt->flags & RTF_REJECT) || in nc_route() 383 (ort->iface == nrt->iface && in nc_route() 385 ort->metric == nrt->metric && in nc_route() 387 ort->gate.s_addr == nrt->gate.s_addr))) in nc_route() 389 } else if (ort->flags & STATE_FAKE && !(nrt->flags & STATE_FAKE) && in nc_route() [all …]
|
D | ipv6.c | 1832 nc_route(struct rt6 *ort, struct rt6 *nrt) in nc_route() argument 1841 desc_route(ort == NULL ? "adding" : "changing", nrt); in nc_route() 1843 if (ort == NULL) { in nc_route() 1844 ort = ipv6_findrt(nrt->iface->ctx, nrt, 0); in nc_route() 1845 if (ort && in nc_route() 1846 ((ort->flags & RTF_REJECT && nrt->flags & RTF_REJECT) || in nc_route() 1847 (ort->iface == nrt->iface && in nc_route() 1849 ort->metric == nrt->metric && in nc_route() 1851 IN6_ARE_ADDR_EQUAL(&ort->gate, &nrt->gate)))) in nc_route() 1859 if (ort && if_route6(RTM_DELETE, ort) == -1 && in nc_route() [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | atomic-op.ll | 11 %ort = alloca i32 ; <i32*> [#uses=2] 20 store i32 3855, i32* %ort 52 %5 = atomicrmw or i32* %ort, i32 4080 monotonic
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | atomic_op.ll | 12 %ort = alloca i32 ; <i32*> [#uses=2] 21 store i32 3855, i32* %ort 49 %5 = atomicrmw or i32* %ort, i32 4080 monotonic
|
/external/llvm/test/CodeGen/X86/ |
D | atomic_op.ll | 12 %ort = alloca i32 ; <i32*> [#uses=2] 22 store i32 3855, i32* %ort 50 %5 = atomicrmw or i32* %ort, i32 4080 monotonic
|
/external/llvm/test/CodeGen/ARM/ |
D | atomic-op.ll | 16 %ort = alloca i32 ; <i32*> [#uses=2] 25 store i32 3855, i32* %ort 75 %5 = atomicrmw or i32* %ort, i32 4080 monotonic
|
/external/hyphenation-patterns/en-GB/ |
D | hyph-en-gb.pat.txt | 5703 2ort
|
/external/hyphenation-patterns/nn/ |
D | hyph-nn.pat.txt | 17389 2ort 17411 ortå4
|
/external/hyphenation-patterns/nb/ |
D | hyph-nb.pat.txt | 17389 2ort 17411 ortå4
|
/external/trappy/doc/ |
D | compare runs.ipynb | 171 …Dw0G91XPb2st6Z2Jk2XxS/TeyY9yNe2M37LzZ72M62o/rd\nA5exbOPUg7DmgPkVRGH6BMPvyM+ort+fKFT/Vl1/Mwtnaqmuu2…
|