Searched refs:t2 (Results 1 - 25 of 31) sorted by relevance

12

/seL4-test-master/tools/seL4/elfloader-tool/src/arch-riscv/
H A Dcrt0.S47 li t2, 1
48 amoadd.w a1, t2, (a1)
50 li t2, CONFIG_MAX_NUM_NODES
51 bge a1, t2, spin_hart
/seL4-test-master/projects/musllibc/src/math/
H A Dlogf.c31 float_t hfsq,f,s,z,R,w,t1,t2,dk; local
64 t2= z*(Lg1+w*Lg3);
65 R = t2 + t1;
H A Dlog.c80 double_t hfsq,f,s,z,R,w,t1,t2,dk; local
114 t2 = z*(Lg1+w*(Lg3+w*(Lg5+w*Lg7)));
115 R = t2 + t1;
H A Dlog10f.c33 float_t hfsq,f,s,z,R,w,t1,t2,dk,hi,lo; local
66 t2= z*(Lg1+w*Lg3);
67 R = t2 + t1;
H A Dlog1p.c72 double_t hfsq,f,c,s,z,R,w,t1,t2,dk; local
118 t2 = z*(Lg1+w*(Lg3+w*(Lg5+w*Lg7)));
119 R = t2 + t1;
H A Dlog1pf.c27 float_t hfsq,f,c,s,z,R,w,t1,t2,dk; local
72 t2= z*(Lg1+w*Lg3);
73 R = t2 + t1;
H A Dlog2f.c31 float_t hfsq,f,s,z,R,w,t1,t2,hi,lo; local
64 t2= z*(Lg1+w*Lg3);
65 R = t2 + t1;
H A Dlog10.c39 double_t hfsq,f,s,z,R,w,t1,t2,dk,y,hi,lo,val_hi,val_lo; local
73 t2 = z*(Lg1+w*(Lg3+w*(Lg5+w*Lg7)));
74 R = t2 + t1;
H A Dlog2.c37 double_t hfsq,f,s,z,R,w,t1,t2,y,hi,lo,val_hi,val_lo; local
71 t2 = z*(Lg1+w*(Lg3+w*(Lg5+w*Lg7)));
72 R = t2 + t1;
H A Dpow.c95 double y1,t1,t2,r,s,t,u,v,w; local
217 t2 = v - (t1-u);
274 t2 = z_l - (((t1 - t) - dp_h[k]) - z_h);
277 /* split up y into y1+y2 and compute (y1+y2)*(t1+t2) */
280 p_l = (y-y1)*t1 + y*t2;
H A Dpowf.c51 float y1,t1,t2,r,s,sn,t,u,v,w; local
144 t2 = v - (t1-u);
205 t2 = z_l - (((t1 - t) - dp_h[k]) - z_h);
208 /* split up y into y1+y2 and compute (y1+y2)*(t1+t2) */
211 p_l = (y-y1)*t1 + y*t2;
H A Dlgamma_r.c104 t2 = 6.46249402391333854778e-02, /* 0x3FB08B42, 0x94D5419B */ variable
246 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14)));
H A Dlgammaf_r.c39 t2 = 6.4624942839e-02, /* 0x3d845a15 */ variable
181 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14)));
/seL4-test-master/projects/musllibc/src/network/
H A Dres_msend.c48 unsigned long t0, t1, t2; local
109 t0 = t2 = mtime();
110 t1 = t2 - retry_interval;
112 for (; t2-t0 < timeout; t2=mtime()) {
113 if (t2-t1 >= retry_interval) {
121 t1 = t2;
126 if (poll(&pfd, 1, t1+retry_interval-t2) <= 0) continue;
/seL4-test-master/projects/util_libs/libutils/include/utils/
H A Dbuiltin.h26 #define TYPES_COMPATIBLE(t1, t2) __builtin_types_compatible_p(t1, t2)
/seL4-test-master/kernel/src/arch/riscv/machine/
H A Dregisterset.c30 t0, t1, t2, t3, t4, t5, t6,
/seL4-test-master/kernel/include/arch/riscv/arch/machine/
H A Dregisterset.h32 t2 = 6, enumerator in enum:_register
179 [seL4_TimeoutReply_t2] = t2, \
/seL4-test-master/kernel/libsel4/arch_include/riscv/sel4/arch/
H A Dtypes.h58 seL4_Word t2; member in struct:seL4_UserContext_
/seL4-test-master/projects/util_libs/libplatsupport/src/
H A Dtqueue.c27 #define TIMEOUT_CMP(t1, t2) (cmp(t1->timeout.abs_time, t2->timeout.abs_time))
/seL4-test-master/tools/seL4/elfloader-tool/src/utils/
H A Dcrypt_sha256.c60 uint32_t W[64], t1, t2, a, b, c, d, e, f, g, h; local
82 t2 = S0(a) + Maj(a, b, c);
90 a = t1 + t2;
/seL4-test-master/projects/seL4_libs/libsel4debug/arch_include/riscv/sel4debug/arch/
H A Dregisters.h48 "t2",
89 compile_time_assert(sp_correct_position, offsetof(seL4_UserContext, t2) == 26 * sizeof(seL4_Word));
/seL4-test-master/tools/riscv-pk/pk/
H A Dentry.S43 csrr t2,sbadaddr
48 STORE t2,34*REGBYTES(x2)
/seL4-test-master/projects/musllibc/src/crypt/
H A Dcrypt_sha256.c45 uint32_t W[64], t1, t2, a, b, c, d, e, f, g, h; local
66 t2 = S0(a) + Maj(a,b,c);
74 a = t1 + t2;
H A Dcrypt_sha512.c58 uint64_t W[80], t1, t2, a, b, c, d, e, f, g, h; local
83 t2 = S0(a) + Maj(a,b,c);
91 a = t1 + t2;
/seL4-test-master/kernel/src/arch/riscv/
H A Dtraps.S43 STORE t2, (6*REGBYTES)(t0)

Completed in 125 milliseconds

12