/glibc-2.36/sysdeps/ieee754/dbl-64/ |
D | s_tan.c | 56 s, sy, t, t1, t2, t3, t4, w, x2, xn, y, ya, in __tan() local 92 t2 = d9.d + x2 * d11.d; in __tan() 93 t2 = d7.d + x2 * t2; in __tan() 94 t2 = d5.d + x2 * t2; in __tan() 95 t2 = d3.d + x2 * t2; in __tan() 96 t2 *= x * x2; in __tan() 98 y = x + t2; in __tan() 114 t2 = pz * (gi + fi) / (gi - pz); in __tan() 115 y = fi + t2; in __tan() 150 t2 = d9.d + a2 * d11.d; in __tan() [all …]
|
D | e_hypot.c | 66 double t1, t2; in kernel() local 69 t2 = ax - ay; in kernel() 72 return sqrt (fma (t1, ax, t2 * t2)); in kernel() 82 t2 = (delta - 2.0 * (ax - ay)) * delta; in kernel() 88 t2 = (4.0 * delta - ay) * ay + delta * delta; in kernel() 91 h -= (t1 + t2) / (2.0 * h); in kernel()
|
D | e_atan2.c | 62 double ax, ay, u, du, v, vv, dv, t1, t2, t3, in __ieee754_atan2() local 262 t2 = cij[i][2].d; in __ieee754_atan2() 263 zz = v * t2 + (dv * t2 in __ieee754_atan2() 283 ESUB (hpi.d, u, t2, cor); in __ieee754_atan2() 285 z = t2 + t3; in __ieee754_atan2() 316 EADD (hpi.d, u, t2, cor); in __ieee754_atan2() 318 z = t2 + t3; in __ieee754_atan2() 345 ESUB (opi.d, u, t2, cor); in __ieee754_atan2() 347 z = t2 + t3; in __ieee754_atan2()
|
/glibc-2.36/sysdeps/alpha/ |
D | stxncpy.S | 67 lda t2, -1 # e1 : build a mask against false zero 68 mskqh t2, a1, t2 # e0 : detection in the src word 70 ornot t1, t2, t2 # .. e1 : 72 cmpbge zero, t2, t7 # .. e1 : bits set iff null found 125 lda t2, -1 127 srl t2, 1, t2 129 cmovlt a2, t2, a2 # bound neg count to LONG_MAX 133 and a2, 7, t2 136 sll t10, t2, t10 # t10 = bitmask of last count byte 164 ldq_u t2, 8(a1) # e0 : load second src word [all …]
|
D | stxcpy.S | 58 lda t2, -1 # e1 : build a mask against false zero 59 mskqh t2, a1, t2 # e0 : detection in the src word 61 ornot t1, t2, t2 # .. e1 : 63 cmpbge zero, t2, t7 # .. e1 : bits set iff null found 135 ldq_u t2, 8(a1) # e0 : 139 extqh t2, a1, t4 # e0 : 151 or t6, t2, t2 # e1 : already extracted before 152 cmpbge zero, t2, t7 # e0 : testing eos 160 extql t2, a1, t0 # e0 : position ho-bits of lo word 161 ldq_u t2, 8(a1) # .. e1 : read next high-order source word [all …]
|
D | strncmp.S | 46 xor a0, a1, t2 # are s1 and s2 co-aligned? 51 and t2, 7, t2 60 bne t2, $unaligned 82 xor t0, t1, t2 # e0 : 83 bne t2, $wordcmp # .. e1 (zdb) 101 xor t0, t1, t2 # e0 : 104 bne t2, $wordcmp # .. e1 (zdb) 143 lda t2, 0 # next = zero 159 ldq_u t2, 8(a1) # load second partial s2 word 164 extqh t2, a1, t4 [all …]
|
D | strcmp.S | 38 xor a0, a1, t2 # .. e1 : are s1 and s2 co-aligned? 40 and t2, 7, t2 # .. e1 : 42 bne t2, $unaligned # .. e1 : 63 xor t0, t1, t2 # e0 : 64 bne t2, $wordcmp # .. e1 (zdb) 108 ldq_u t2, 8(a1) # e0 : load second partial s2 word 112 extqh t2, a1, t4 # e0 : 122 or t2, t3, t3 # e0 : 138 extql t2, a1, t3 # e0 : 139 ldq_u t2, 16(a1) # .. e1 : load next s2 high bits [all …]
|
D | strcat.S | 51 $found: negq t1, t2 # clear all but least set bit 52 and t1, t2, t1 54 and t1, 0xf0, t2 # binary search for that set bit 57 cmovne t2, 4, t2 60 addq t2, t3, t2 62 addq a0, t2, a0
|
D | strlen.S | 57 $found: negq t1, t2 # clear all but least set bit 58 and t1, t2, t1 60 and t1, 0xf0, t2 # binary search for that set bit 63 cmovne t2, 4, t2 66 addq t2, t3, t2 68 addq v0, t2, v0
|
D | strchr.S | 48 cmpbge zero, t0, t2 # .. e1 : bits set iff byte == zero 56 or t2, t3, t0 # e1 : bits set iff char match or zero match 64 cmpbge zero, t0, t2 # e0 : bits set iff byte == 0 66 or t2, t3, t0 # e0 : 75 and t0, 0xf0, t2 # e0 : binary search for that set bit 78 cmovne t2, 4, t2 # .. e1 : 81 addq t2, t3, t2 # e0 : 83 addq v0, t2, v0 # e0 :
|
D | strncat.S | 53 $found: negq t1, t2 # clear all but least set bit 54 and t1, t2, t1 56 and t1, 0xf0, t2 # binary search for that set bit 59 cmovne t2, 4, t2 62 addq t2, t3, t2 64 addq a0, t2, a0
|
D | strrchr.S | 55 xor t0, a1, t2 # e0 : make bytes == c zero 57 cmpbge zero, t2, t3 # e0 : bits set iff byte == c 68 xor t0, a1, t2 # e0 : 70 cmpbge zero, t2, t3 # e0 : bits set iff byte == c 90 and t7, 0xf0, t2 # e0 : binary search for the high bit set 91 cmovne t2, t2, t7 # .. e1 (zdb) 92 cmovne t2, 4, t2 # e0 : 98 addq t2, t1, t1 # e0 :
|
D | stpncpy.S | 42 and t8, 0xcc, t2 # last byte written. 46 cmovne t2, 2, t2 49 addq t1, t2, t1 56 subq t8, 1, t2 # .. e1 : 59 or t2, t8, t2 # e0 : clear the bits between the last 61 andnot t3, t2, t3 # e0 : COUNT
|
D | rawmemchr.S | 73 and t0, 0xf0, t2 # e0 : binary search for that set bit 77 cmovne t2, 4, t2 # .. e1 : 81 addq t2, t3, t2 # e0 : 83 addq v0, t2, v0 # e0 :
|
/glibc-2.36/sysdeps/alpha/alphaev6/ |
D | stxncpy.S | 64 lda t2, -1 # E : build a mask against false zero 65 mskqh t2, a1, t2 # U : detection in the src word (stall) 67 ornot t1, t2, t2 # E : (stall) 70 cmpbge zero, t2, t7 # E : bits set iff null found 144 lda t2, -1 # E : 149 srl t2, 1, t2 # U : 151 cmovlt a2, t2, a2 # E : bound count to LONG_MAX (stall) 156 and a2, 7, t2 # E : (stall) 160 sll t10, t2, t10 # U : t10 = bitmask of last count byte 192 ldq_u t2, 8(a1) # L : Latency=3 load second src word [all …]
|
D | stxcpy.S | 57 lda t2, -1 # E : build a mask against false zero 58 mskqh t2, a1, t2 # U : detection in the src word (stall) 60 ornot t1, t2, t2 # E : (stall) 63 cmpbge zero, t2, t10 # E : bits set iff null found 147 ldq_u t2, 8(a1) # L : 150 extqh t2, a1, t4 # U : (stall on a1) 163 or t6, t2, t2 # E : already extracted before (stall) 164 cmpbge zero, t2, t10 # E : testing eos (stall) 172 extql t2, a1, t0 # U : position ho-bits of lo word 173 ldq_u t2, 8(a1) # U : read next high-order source word [all …]
|
/glibc-2.36/sysdeps/mips/ |
D | memset.S | 211 slti t2,a2,(2 * NSIZE) 212 bne t2,zero,L(lastb) 234 dsll t2,a1,8 235 or a1,t2 236 dsll t2,a1,16 237 or a1,t2 238 dsll t2,a1,32 239 or a1,t2 242 sll t2,a1,8 243 or a1,t2 [all …]
|
/glibc-2.36/string/ |
D | bug-strcoll2.c | 30 const char t2[] = "choose"; in test_cs_CZ() local 38 int a = strcoll (t1, t2); in test_cs_CZ() 39 int b = strcoll (t2, t1); in test_cs_CZ() 40 printf ("strcoll (\"%s\", \"%s\") = %d\n", t1, t2, a); in test_cs_CZ() 41 printf ("strcoll (\"%s\", \"%s\") = %d\n", t2, t1, b); in test_cs_CZ() 58 const char t2[] = "AA"; in test_da_DK() local 66 int a = strcoll (t1, t2); in test_da_DK() 67 int b = strcoll (t2, t1); in test_da_DK() 68 printf ("strcoll (\"%s\", \"%s\") = %d\n", t1, t2, a); in test_da_DK() 69 printf ("strcoll (\"%s\", \"%s\") = %d\n", t2, t1, b); in test_da_DK()
|
D | bug-strcoll1.c | 9 const char t2[] = "00000-00000.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()
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/ |
D | makecontext.S | 97 PTR_L t2, STACK_SIZE(a0) 99 PTR_ADDU t0, t2 104 PTR_ADDIU t2, a0, MCONTEXT_GREGS + 4 * MCONTEXT_GREGSZ + MCONTEXT_GREGOFF 110 REG_S v1, (t2) 111 PTR_ADDIU t2, MCONTEXT_GREGSZ 116 PTR_SUBU t2, a2, t3 117 PTR_SLL t2, 3 118 PTR_SUBU t0, t2 122 move t2, t0 127 REG_S v1, (t2) [all …]
|
/glibc-2.36/sysdeps/alpha/alphaev67/ |
D | strrchr.S | 38 and a1, 0xff, t2 # E : 00000000000000ch 44 or t2, t4, a1 # E : 000000000000chch 50 sll a1, 32, t2 # U : 0000chch00000000 54 or t2, t3, t2 # E : 0000chchchch0000 55 or a1, t2, a1 # E : chchchchchchchch 60 xor t0, a1, t2 # E : make bytes == c zero 63 cmpbge zero, t2, t3 # E : bits set iff byte == c 78 xor t0, a1, t2 # E : 81 cmpbge zero, t2, t3 # E : bits set iff byte == c 100 ctlz t8, t2 # U0 : Latency=3 (0x40 for t8=0) [all …]
|
/glibc-2.36/sunrpc/ |
D | xdr_intXX_t.c | 30 int32_t t1, t2; in xdr_int64_t() local 36 t2 = (int32_t) (*ip); in xdr_int64_t() 37 return (XDR_PUTINT32(xdrs, &t1) && XDR_PUTINT32(xdrs, &t2)); in xdr_int64_t() 39 if (!XDR_GETINT32(xdrs, &t1) || !XDR_GETINT32(xdrs, &t2)) in xdr_int64_t() 42 *ip |= (uint32_t) t2; /* Avoid sign extension. */ in xdr_int64_t() 64 uint32_t t2; in libc_hidden_nolink_sunrpc() local 70 t2 = (uint32_t) (*uip); in libc_hidden_nolink_sunrpc() 72 XDR_PUTINT32(xdrs, (int32_t *) &t2)); in libc_hidden_nolink_sunrpc() 75 !XDR_GETINT32(xdrs, (int32_t *) &t2)) in libc_hidden_nolink_sunrpc() 78 *uip |= t2; in libc_hidden_nolink_sunrpc()
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/ |
D | test-gettimebasefreq.c | 35 uint64_t t1, t2, f, diff; in do_test() local 48 t2 = __ppc_get_timebase (); in do_test() 49 printf ("t2 = %"PRIu64"\n", t2); in do_test() 51 if (t2 > t1) { in do_test() 52 diff = t2 - t1; in do_test() 54 diff = (MAX_TB - t2) + t1; in do_test()
|
/glibc-2.36/sysdeps/powerpc/ |
D | test-gettimebase.c | 32 uint64_t t1, t2, t3; in do_test() local 35 t2 = __ppc_get_timebase (); in do_test() 36 printf ("Time Base = %"PRIu64"\n", t2); in do_test() 39 if (t1 != t2 && t1 != t3 && t2 != t3) in do_test()
|
/glibc-2.36/sysdeps/sparc/sparc32/ |
D | memcpy.S | 23 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 25 ldd [%src + offset + 0x08], %t2; \ 30 st %t2, [%dst + offset + 0x08]; \ 37 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 39 ldd [%src + offset + 0x08], %t2; \ 43 std %t2, [%dst + offset + 0x08]; \ 47 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument 49 ldd [%src - offset - 0x08], %t2; \ 52 st %t2, [%dst - offset - 0x08]; \ 55 #define MOVE_LASTALIGNCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument [all …]
|