Searched refs:q2 (Results 1 – 13 of 13) sorted by relevance
/device/google/contexthub/firmware/os/algos/common/math/ |
D | quat.c | 38 float q2 = q->y; in quatToMatrix() local 41 float sq_q2 = 2.0f * q2 * q2; in quatToMatrix() 43 float q1_q2 = 2.0f * q1 * q2; in quatToMatrix() 46 float q2_q0 = 2.0f * q2 * q0; in quatToMatrix() 47 float q2_q3 = 2.0f * q2 * q3; in quatToMatrix()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | bits.c | 343 TermEntry *q, *q1, *q2; in ComputeTokSets() local 377 q2= (TermEntry *) hash_get(Tname, (char *)e2->elem); in ComputeTokSets() 378 require(q2!=NULL, "ComputeTokSets: no token def"); in ComputeTokSets() 384 if (set_el(q2->token,imag_tokens)) { in ComputeTokSets() 388 if (q1->token > q2->token) { in ComputeTokSets() 391 for (i=q2->token; i<=q1->token; i++) { set_orel(i, &p->tset); } in ComputeTokSets() 393 for (i=q1->token; i<=q2->token; i++) { set_orel(i, &p->tset); } in ComputeTokSets()
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | getaddrinfo.c | 1306 struct res_target q, q2; in _dns_getaddrinfo() local 1313 memset(&q2, 0, sizeof(q2)); in _dns_getaddrinfo() 1337 q.next = &q2; in _dns_getaddrinfo() 1338 q2.name = name; in _dns_getaddrinfo() 1339 q2.qclass = C_IN; in _dns_getaddrinfo() 1340 q2.qtype = T_A; in _dns_getaddrinfo() 1341 q2.answer = buf2->buf; in _dns_getaddrinfo() 1342 q2.anslen = sizeof(buf2->buf); in _dns_getaddrinfo() 1384 ai = getanswer(buf2, q2.n, q2.name, q2.qtype, pai); in _dns_getaddrinfo()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/ |
D | Instances.py | 42 q2 = e(i,i,3)
|
D | NewInstances.py | 51 q2 = e(i,i,3)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | fractions.py | 247 q2 = q0+a*q1 248 if q2 > max_denominator: 250 p0, q0, p1, q1 = p1, q1, p0+a*p1, q2
|
/device/linaro/bootloader/edk2/ArmPkg/Library/BaseMemoryLibVstm/Arm/ |
D | SetMem.asm | 57 vmov q2,q0
|
D | SetMem.S | 59 vmov q2,q0
|
/device/linaro/bootloader/arm-trusted-firmware/bl31/aarch64/ |
D | context.S | 229 stp q2, q3, [x0, #CTX_FP_Q2] 272 ldp q2, q3, [x0, #CTX_FP_Q2]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | getargs.c | 585 #define FETCH_SIZE int *q=NULL;Py_ssize_t *q2=NULL;\ in convertsimple() 586 if (flags & FLAG_SIZE_T) q2=va_arg(*p_va, Py_ssize_t*); \ in convertsimple() 590 *q2=s; \ in convertsimple() 599 #define BUFFER_LEN ((flags & FLAG_SIZE_T) ? *q2:*q) in convertsimple() 1107 if (q == NULL && q2 == NULL) { in convertsimple()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | getargs.c | 585 #define FETCH_SIZE int *q=NULL;Py_ssize_t *q2=NULL;\ in convertsimple() 586 if (flags & FLAG_SIZE_T) q2=va_arg(*p_va, Py_ssize_t*); \ in convertsimple() 590 *q2=s; \ in convertsimple() 599 #define BUFFER_LEN ((flags & FLAG_SIZE_T) ? *q2:*q) in convertsimple() 1107 if (q == NULL && q2 == NULL) { in convertsimple()
|
/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/AArch64/ |
D | ExceptionSupport.S | 137 REG_PAIR (q2, q3, 0x020, FP_CONTEXT_SIZE); \
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_long.py | 125 q2, r2 = x//y, x%y 128 eq(q, q2, Frm("divmod returns different quotient than / for %r and %r", x, y))
|