/l4re-core-master/uclibc/lib/contrib/uclibc/libm/ |
A D | e_hypot.c | 81 t1=0; in __ieee754_hypot() 83 b *= t1; in __ieee754_hypot() 84 a *= t1; in __ieee754_hypot() 97 t1 = 0; in __ieee754_hypot() 99 t2 = a-t1; in __ieee754_hypot() 100 w = __ieee754_sqrt(t1*t1-(b*(-b)-t2*(a+t1))); in __ieee754_hypot() 106 t1 = 0; in __ieee754_hypot() 108 t2 = a - t1; in __ieee754_hypot() 109 w = __ieee754_sqrt(t1*_y1-(w*(-w)-(t1*y2+t2*b))); in __ieee754_hypot() 113 t1 = 1.0; in __ieee754_hypot() [all …]
|
A D | e_sqrt.c | 92 u_int32_t r,t1,s1,ix1,q1; in __ieee754_sqrt() local 147 t1 = s1+r; in __ieee754_sqrt() 149 if((t<ix0)||((t==ix0)&&(t1<=ix1))) { in __ieee754_sqrt() 150 s1 = t1+r; in __ieee754_sqrt() 151 if(((t1&sign)==sign)&&(s1&sign)==0) s0 += 1; in __ieee754_sqrt() 153 if (ix1 < t1) ix0 -= 1; in __ieee754_sqrt() 154 ix1 -= t1; in __ieee754_sqrt()
|
A D | e_pow.c | 97 double _y1,t1,t2,r,s,t,u,v,w; in __ieee754_pow() local 194 t1 = u+v; in __ieee754_pow() 195 SET_LOW_WORD(t1,0); in __ieee754_pow() 196 t2 = v-(t1-u); in __ieee754_pow() 242 t1 = (((z_h+z_l)+dp_h[k])+t); in __ieee754_pow() 243 SET_LOW_WORD(t1,0); in __ieee754_pow() 244 t2 = z_l-(((t1-t)-dp_h[k])-z_h); in __ieee754_pow() 254 p_l = (y-_y1)*t1+y*t2; in __ieee754_pow() 255 p_h = _y1*t1; in __ieee754_pow() 293 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5)))); in __ieee754_pow() [all …]
|
A D | e_log2.c | 75 double hfsq,f,s,z,R,w,t1,t2,dk; in __ieee754_log2() local 107 t1= w*(Lg2+w*(Lg4+w*Lg6)); in __ieee754_log2() 110 R = t2+t1; in __ieee754_log2()
|
A D | e_log.c | 82 double hfsq,f,s,z,R,w,t1,t2,dk; in __ieee754_log() local 117 t1= w*(Lg2+w*(Lg4+w*Lg6)); in __ieee754_log() 120 R = t2+t1; in __ieee754_log()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/mips/ |
A D | memcpy.S | 94 ld t1, 8(a1) 104 sd t1, -56(a0) 167 lb t1, -3(a1) 169 lb t1, -2(a1) 171 lb t1, -1(a1) 210 sd t1, -8(a0) 244 subu a2, t1 259 addu a1, t1 261 addu a0, t1 264 addu a1, t1 [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/ext/pb_ds/ |
A D | assoc_container.hpp | 123 basic_hash_table(T0 t0, T1 t1) : base_type(t0, t1) { } in basic_hash_table() argument 126 basic_hash_table(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_hash_table() argument 130 : base_type(t0, t1, t2, t3) { } in basic_hash_table() 134 : base_type(t0, t1, t2, t3, t4) { } in basic_hash_table() 139 : base_type(t0, t1, t2, t3, t4, t5) { } in basic_hash_table() 576 basic_branch(T0 t0, T1 t1) : base_type(t0, t1) { } in basic_branch() argument 579 basic_branch(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_branch() argument 582 basic_branch(T0 t0, T1 t1, T2 t2, T3 t3) in basic_branch() argument 583 : base_type(t0, t1, t2, t3) { } in basic_branch() 587 : base_type(t0, t1, t2, t3, t4) { } in basic_branch() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ext/pb_ds/ |
A D | assoc_container.hpp | 123 basic_hash_table(T0 t0, T1 t1) : base_type(t0, t1) { } in basic_hash_table() argument 126 basic_hash_table(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_hash_table() argument 130 : base_type(t0, t1, t2, t3) { } in basic_hash_table() 134 : base_type(t0, t1, t2, t3, t4) { } in basic_hash_table() 139 : base_type(t0, t1, t2, t3, t4, t5) { } in basic_hash_table() 576 basic_branch(T0 t0, T1 t1) : base_type(t0, t1) { } in basic_branch() argument 579 basic_branch(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_branch() argument 582 basic_branch(T0 t0, T1 t1, T2 t2, T3 t3) in basic_branch() argument 583 : base_type(t0, t1, t2, t3) { } in basic_branch() 587 : base_type(t0, t1, t2, t3, t4) { } in basic_branch() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/ext/pb_ds/ |
A D | assoc_container.hpp | 123 basic_hash_table(T0 t0, T1 t1) : base_type(t0, t1) { } in basic_hash_table() argument 126 basic_hash_table(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_hash_table() argument 130 : base_type(t0, t1, t2, t3) { } in basic_hash_table() 134 : base_type(t0, t1, t2, t3, t4) { } in basic_hash_table() 139 : base_type(t0, t1, t2, t3, t4, t5) { } in basic_hash_table() 576 basic_branch(T0 t0, T1 t1) : base_type(t0, t1) { } in basic_branch() argument 579 basic_branch(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_branch() argument 582 basic_branch(T0 t0, T1 t1, T2 t2, T3 t3) in basic_branch() argument 583 : base_type(t0, t1, t2, t3) { } in basic_branch() 587 : base_type(t0, t1, t2, t3, t4) { } in basic_branch() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/ext/pb_ds/ |
A D | assoc_container.hpp | 123 basic_hash_table(T0 t0, T1 t1) : base_type(t0, t1) { } in basic_hash_table() argument 126 basic_hash_table(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_hash_table() argument 130 : base_type(t0, t1, t2, t3) { } in basic_hash_table() 134 : base_type(t0, t1, t2, t3, t4) { } in basic_hash_table() 139 : base_type(t0, t1, t2, t3, t4, t5) { } in basic_hash_table() 576 basic_branch(T0 t0, T1 t1) : base_type(t0, t1) { } in basic_branch() argument 579 basic_branch(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_branch() argument 582 basic_branch(T0 t0, T1 t1, T2 t2, T3 t3) in basic_branch() argument 583 : base_type(t0, t1, t2, t3) { } in basic_branch() 587 : base_type(t0, t1, t2, t3, t4) { } in basic_branch() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/ext/pb_ds/ |
A D | assoc_container.hpp | 123 basic_hash_table(T0 t0, T1 t1) : base_type(t0, t1) { } in basic_hash_table() argument 126 basic_hash_table(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_hash_table() argument 130 : base_type(t0, t1, t2, t3) { } in basic_hash_table() 134 : base_type(t0, t1, t2, t3, t4) { } in basic_hash_table() 139 : base_type(t0, t1, t2, t3, t4, t5) { } in basic_hash_table() 576 basic_branch(T0 t0, T1 t1) : base_type(t0, t1) { } in basic_branch() argument 579 basic_branch(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_branch() argument 582 basic_branch(T0 t0, T1 t1, T2 t2, T3 t3) in basic_branch() argument 583 : base_type(t0, t1, t2, t3) { } in basic_branch() 587 : base_type(t0, t1, t2, t3, t4) { } in basic_branch() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/ext/pb_ds/ |
A D | assoc_container.hpp | 123 basic_hash_table(T0 t0, T1 t1) : base_type(t0, t1) { } in basic_hash_table() argument 126 basic_hash_table(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_hash_table() argument 130 : base_type(t0, t1, t2, t3) { } in basic_hash_table() 134 : base_type(t0, t1, t2, t3, t4) { } in basic_hash_table() 139 : base_type(t0, t1, t2, t3, t4, t5) { } in basic_hash_table() 576 basic_branch(T0 t0, T1 t1) : base_type(t0, t1) { } in basic_branch() argument 579 basic_branch(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_branch() argument 582 basic_branch(T0 t0, T1 t1, T2 t2, T3 t3) in basic_branch() argument 583 : base_type(t0, t1, t2, t3) { } in basic_branch() 587 : base_type(t0, t1, t2, t3, t4) { } in basic_branch() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/ext/pb_ds/ |
A D | assoc_container.hpp | 123 basic_hash_table(T0 t0, T1 t1) : base_type(t0, t1) { } in basic_hash_table() argument 126 basic_hash_table(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_hash_table() argument 130 : base_type(t0, t1, t2, t3) { } in basic_hash_table() 134 : base_type(t0, t1, t2, t3, t4) { } in basic_hash_table() 139 : base_type(t0, t1, t2, t3, t4, t5) { } in basic_hash_table() 576 basic_branch(T0 t0, T1 t1) : base_type(t0, t1) { } in basic_branch() argument 579 basic_branch(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_branch() argument 582 basic_branch(T0 t0, T1 t1, T2 t2, T3 t3) in basic_branch() argument 583 : base_type(t0, t1, t2, t3) { } in basic_branch() 587 : base_type(t0, t1, t2, t3, t4) { } in basic_branch() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/ext/pb_ds/ |
A D | assoc_container.hpp | 123 basic_hash_table(T0 t0, T1 t1) : base_type(t0, t1) { } in basic_hash_table() argument 126 basic_hash_table(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_hash_table() argument 130 : base_type(t0, t1, t2, t3) { } in basic_hash_table() 134 : base_type(t0, t1, t2, t3, t4) { } in basic_hash_table() 139 : base_type(t0, t1, t2, t3, t4, t5) { } in basic_hash_table() 576 basic_branch(T0 t0, T1 t1) : base_type(t0, t1) { } in basic_branch() argument 579 basic_branch(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_branch() argument 582 basic_branch(T0 t0, T1 t1, T2 t2, T3 t3) in basic_branch() argument 583 : base_type(t0, t1, t2, t3) { } in basic_branch() 587 : base_type(t0, t1, t2, t3, t4) { } in basic_branch() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/ |
A D | xdr_intXX_t.c | 26 int32_t t1; in xdr_int64_t() local 34 t1 = (int32_t) ((*ip) >> 32); in xdr_int64_t() 36 return (XDR_PUTINT32(xdrs, &t1) && XDR_PUTINT32(xdrs, (int32_t *) &t2)); in xdr_int64_t() 38 if (!XDR_GETINT32(xdrs, &t1) || !XDR_GETINT32(xdrs, (int32_t *) &t2)) in xdr_int64_t() 40 *ip = ((int64_t) t1) << 32; in xdr_int64_t() 55 uint32_t t1; in strong_alias_untyped() local 61 t1 = (uint32_t) ((*uip) >> 32); in strong_alias_untyped() 63 return (XDR_PUTINT32 (xdrs, (int32_t *) &t1) && in strong_alias_untyped() 66 if (!XDR_GETINT32(xdrs, (int32_t *) &t1) || in strong_alias_untyped() 69 *uip = ((uint64_t) t1) << 32; in strong_alias_untyped()
|
A D | xdr.c | 252 long t1; in libc_hidden_def() local 257 t1 = (long) ((*llp) >> 32); in libc_hidden_def() 259 return (XDR_PUTLONG(xdrs, &t1) && XDR_PUTLONG(xdrs, (long *) &t2)); in libc_hidden_def() 264 if (!XDR_GETLONG(xdrs, &t1) || !XDR_GETLONG(xdrs, (long *) &t2)) in libc_hidden_def() 267 *llp = ((quad_t) t1) << 32; in libc_hidden_def() 287 unsigned long t1; in libc_hidden_def() local 292 t1 = (unsigned long) ((*ullp) >> 32); in libc_hidden_def() 294 return (XDR_PUTLONG(xdrs, (long *) &t1) && XDR_PUTLONG(xdrs, (long *) &t2)); in libc_hidden_def() 299 if (!XDR_GETLONG(xdrs, (long *) &t1) || !XDR_GETLONG(xdrs, (long *) &t2)) in libc_hidden_def() 301 *ullp = ((u_quad_t) t1) << 32; in libc_hidden_def()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/string/ |
A D | bug-strcoll1.c | 8 const char t1[] = "0-0-0-0-0-0-0-0-0-0.COM"; in main() local 15 res1 = strcoll (t1, t2); in main() 16 printf ("strcoll (\"%s\", \"%s\") = %d\n", t1, t2, res1); in main() 17 res2 = strcoll (t2, t1); in main() 18 printf ("strcoll (\"%s\", \"%s\") = %d\n", t2, t1, res2); in main()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/alpha/ |
A D | __syscall_rt_sigaction.S | 53 ldah t1, __syscall_rt_sigreturn+4(gp) !gprelhigh 55 lda t1, __syscall_rt_sigreturn+4(t1) !gprellow 57 cmovne t0, t1, a4
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/ |
A D | makecontext.S | 95 PTR_ADDIU t1, sp, A3OFF 105 REG_L v1, (t1) 106 PTR_ADDIU t1, SZREG 122 REG_L v1, (t1) 123 PTR_ADDIU t1, SZREG
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/sparc/sparc64/sparcv9b/ |
A D | memcpy.S | 339 ldx [%src - offset - 0x18], %t1; \ 345 stw %t1, [%dst - offset - 0x14]; \ 346 srlx %t1, 32, %t1; \ 347 stw %t1, [%dst - offset - 0x18]; \ 357 ldx [%src - offset - 0x18], %t1; \ 361 stx %t1, [%dst - offset - 0x18]; \ 365 ldx [%src - offset - 0x38], %t1; \ 369 stx %t1, [%dst - offset - 0x38]; \ 375 ldx [%src + offset + 0x08], %t1; \ 380 srlx %t1, 32, %t3; \ [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/sparc/sparc64/ |
A D | memcpy.S | 88 ldx [%src + offset + 0x08], %t1; \ 94 stw %t1, [%dst + offset + 0x0c]; \ 95 srlx %t1, 32, %t1; \ 96 stw %t1, [%dst + offset + 0x08]; \ 106 ldx [%src + offset + 0x08], %t1; \ 110 stx %t1, [%dst + offset + 0x08]; \ 129 srlx %t1, 32, %t3; \ 136 stx %t1, [%dst - offset - 0x08]; 148 srlx %t1, 32, %t1; \ 182 srlx %t1, 32, %t3; \ [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libcrypt/ |
A D | des.c | 423 u_int32_t t0, t1; in des_setkey() local 428 t1 = (k1 << shifts) | (k1 >> (28 - shifts)); in des_setkey() 435 | comp_maskl[4][(t1 >> 21) & 0x7f] in des_setkey() 436 | comp_maskl[5][(t1 >> 14) & 0x7f] in des_setkey() 437 | comp_maskl[6][(t1 >> 7) & 0x7f] in des_setkey() 438 | comp_maskl[7][t1 & 0x7f]; in des_setkey() 445 | comp_maskr[4][(t1 >> 21) & 0x7f] in des_setkey() 446 | comp_maskr[5][(t1 >> 14) & 0x7f] in des_setkey() 447 | comp_maskr[6][(t1 >> 7) & 0x7f] in des_setkey() 448 | comp_maskr[7][t1 & 0x7f]; in des_setkey()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/sparc/sparc32/ |
A D | memcpy.S | 32 st %t1, [%dst + offset + 0x04]; \ 54 st %t1, [%dst - offset - 0x0c]; \ 68 stb %t1, [%dst - offset - 0x01]; 107 stb %t1, [%dst + offset + 0x01]; 113 srl %t1, shir, %t6; \ 116 sll %t1, shil, %prev; \ 118 srl %t2, shir, %t1; \ 121 or %t1, %prev, %t1; \ 131 srl %t1, shir, %t5; \ 134 sll %t1, shil, %prev; \ [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/mips/ |
A D | sysdep-cancel.h | 101 lw t1, 20(sp); \ 104 sw t1, 20(sp) 107 lw t1, 20(sp); \ 111 sw t1, 20(sp); \
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/alpha/ |
A D | vfork.S | 32 negl a2, t1; \ 33 cmovne a2, t1, t0; \
|