HomeSort by: relevance | last modified time | path
    Searched defs:a4 (Results 1 - 25 of 75) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/libcxx/benchmarks/
stringstream.bench.cpp 15 int a1, a2, a3, a4, a5, a6, a7; local
23 >> a4
28 q += (a1 + a2 + a3 + a4 + a5 + a6 + a7 + f1 + f2)/1000000;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
cpsizeof.cc 37 typedef unsigned char a4[4]; typedef
60 T (a4);
rvalue-ref-sizeof.cc 41 typedef unsigned char a4[4]; typedef
64 T (a4);
  /src/external/lgpl3/gmp/dist/mpn/generic/
toom54_mul.c 67 #define a4 (ap + 4 * n) macro
123 TOOM_54_MUL_REC(r1, a4, s, b3, t, ws);
125 TOOM_54_MUL_REC(r1, b3, t, a4, s, ws);
130 #undef a4 macro
toom52_mul.c 53 v1 = (a0+ a1+ a2+ a3+ a4)*(b0+ b1) # A(1)*B(1) ah <= 4 bh <= 1
54 vm1 = (a0- a1+ a2- a3+ a4)*(b0- b1) # A(-1)*B(-1) |ah| <= 2 bh = 0
55 v2 = (a0+2a1+4a2+8a3+16a4)*(b0+2b1) # A(2)*B(2) ah <= 30 bh <= 2
56 vm2 = (a0-2a1+4a2-8a3+16a4)*(b0-2b1) # A(-2)*B(-2) |ah| <= 20 |bh|<= 1
57 vinf= a4 * b1 # A(inf)*B(inf)
76 #define a4 (ap + 4 * n) macro
223 if (s > t) mpn_mul (vinf, a4, s, b1, t);
224 else mpn_mul (vinf, b1, t, a4, s);
toom53_mul.c 53 v1 = ( a0+ a1+ a2+ a3+ a4)*( b0+ b1+ b2) # A(1)*B(1) ah <= 4 bh <= 2
54 vm1 = ( a0- a1+ a2- a3+ a4)*( b0- b1+ b2) # A(-1)*B(-1) |ah| <= 2 bh <= 1
55 v2 = ( a0+2a1+4a2+8a3+16a4)*( b0+2b1+4b2) # A(2)*B(2) ah <= 30 bh <= 6
56 vm2 = ( a0-2a1+4a2-8a3+16a4)*( b0-2b1+4b2) # A(2)*B(2) -9<=ah<=20 -1<=bh<=4
57 vh = (16a0+8a1+4a2+2a3+ a4)*(4b0+2b1+ b2) # A(1/2)*B(1/2) ah <= 30 bh <= 6
58 vinf= a4 * b2 # A(inf)*B(inf)
80 #define a4 (ap + 4*n) macro
115 /* Compute ash = 16 a0 + 8 a1 + 4 a2 + 2 a3 + a4
116 = 2*(2*(2*(2*a0 + a1) + a2) + a3) + a4 */
124 cy2 = mpn_addlsh1_n (ash, a4, ash, s)
    [all...]
toom62_mul.c 54 v1 = ( a0+ a1+ a2+ a3+ a4+ a5)*( b0+ b1) # A(1)*B(1) ah <= 5 bh <= 1
55 vm1 = ( a0- a1+ a2- a3+ a4- a5)*( b0- b1) # A(-1)*B(-1) |ah| <= 2 bh = 0
56 v2 = ( a0+ 2a1+4a2+8a3+16a4+32a5)*( b0+2b1) # A(2)*B(2) ah <= 62 bh <= 2
57 vm2 = ( a0- 2a1+4a2-8a3+16a4-32a5)*( b0-2b1) # A(-2)*B(-2) -41<=ah<=20 -1<=bh<=0
58 vh = (32a0+16a1+8a2+4a3+ 2a4+ a5)*(2b0+ b1) # A(1/2)*B(1/2) ah <= 62 bh <= 2
80 #define a4 (ap + 4*n) macro
115 /* Compute ash = 32 a0 + 16 a1 + 8 a2 + 4 a3 + 2 a4 + a5
116 = 2*(2*(2*(2*(2*a0 + a1) + a2) + a3) + a4) + a5 */
122 cy = 2*cy + mpn_addlsh1_n (ash, a4, ash, n);
140 cy += mpn_add_n (ash, ash, a4, n)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
cpsizeof.cc 37 typedef unsigned char a4[4]; typedef
60 T (a4);
rvalue-ref-sizeof.cc 41 typedef unsigned char a4[4]; typedef
64 T (a4);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/salsa20/xmm6int/
u0.h 6 __m128i a0, a1, a2, a3, a4, a5, a6, a7; variable
42 a4 = diag3;
50 a4 = _mm_add_epi32(a4, diag0);
52 b4 = a4;
53 a4 = _mm_slli_epi32(a4, 7);
55 diag1 = _mm_xor_si128(diag1, a4);
114 a4 = diag3;
122 a4 = _mm_add_epi32(a4, diag0)
    [all...]
u1.h 6 __m128i a0, a1, a2, a3, a4, a5, a6, a7; variable
43 a4 = diag3;
51 a4 = _mm_add_epi32(a4, diag0);
53 b4 = a4;
54 a4 = _mm_slli_epi32(a4, 7);
56 diag1 = _mm_xor_si128(diag1, a4);
115 a4 = diag3;
123 a4 = _mm_add_epi32(a4, diag0)
    [all...]
  /src/lib/libm/noieee_src/
n_atan2.c 122 vc(a4, -1.1111111135032672795E-1 ,8e38,bee3,6292,ebc6, -3,-.E38E38EBC66292)
142 ic(a4, -1.1111110579344973814E-1 , -4, -1.C71C7059AF280)
162 #define a4 vccast(a4) macro
274 z = t*(z*(a1+z*(a2+z*(a3+z*(a4+z*(a5+z*(a6+z*(a7+z*(a8+
277 z = t*(z*(a1+z*(a2+z*(a3+z*(a4+z*(a5+z*(a6+z*(a7+z*(a8+
  /src/sys/external/bsd/ipf/netinet/
ip_raudio_pxy.c 192 int a1, a2, a3, a4; local
256 for (a3 = a1, a4 = a2; (a4 > 0) && (a3 < 19) && (a3 >= 0); a4--,a3++) {
  /src/sys/arch/mips/include/
regdef.h 52 #define a4 $8 macro
90 * the old ABI, they map to t4-t7, and in the new ABI, they map to a4-a7.
  /src/sys/compat/freebsd/
freebsd_syscallargs.h 339 syscallarg(int) a4; member in struct:freebsd_sys_semsys_args
351 syscallarg(int) a4; member in struct:freebsd_sys_msgsys_args
364 syscallarg(int) a4; member in struct:freebsd_sys_shmsys_args
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/alpha/
regdef.h 25 #define a4 $20 macro
47 #define tf a4
  /src/crypto/external/bsd/openssl/lib/libcrypto/arch/alpha/
regdef.h 25 #define a4 $20 macro
47 #define tf a4
  /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/alpha/
regdef.h 25 #define a4 $20 macro
47 #define tf a4
  /src/external/bsd/nsd/dist/
rrl.c 177 struct in_addr a4; local
197 a4.s_addr = (uint32_t)s;
198 if(!inet_ntop(AF_INET, &a4, buf, sizeof(buf)))
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
ptype-offsets.cc 141 signed char a4 : 2; member in struct:tyu
  /src/external/gpl3/gdb.old/dist/gdb/
ft32-tdep.c 152 CORE_ADDR a4 = a & ~3; local
153 inst = read_code_unsigned_integer (a4, 4, byte_order);
154 *isize = ft32_decode_shortcode (a4, inst, sc) ? 2 : 4;
  /src/external/gpl3/gdb/dist/gdb/
ft32-tdep.c 152 CORE_ADDR a4 = a & ~3; local
153 inst = read_code_unsigned_integer (a4, 4, byte_order);
154 *isize = ft32_decode_shortcode (a4, inst, sc) ? 2 : 4;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
ptype-offsets.cc 141 signed char a4 : 2; member in struct:tyu
  /src/lib/libc/resolv/
res_send.c 1177 struct sockaddr_in *a4, *b4; local
1184 a4 = (struct sockaddr_in *)(void *)a;
1186 return a4->sin_port == b4->sin_port &&
1187 a4->sin_addr.s_addr == b4->sin_addr.s_addr;
  /src/lib/libm/src/
e_lgammaf_r.c 33 a4 = 7.3855509982e-03, /* 0x3bf2027e */ variable
188 p1 = a0+z*(a2+z*(a4+z*(a6+z*(a8+z*a10))));

Completed in 24 milliseconds

1 2 3