Home
last modified time | relevance | path

Searched refs:C4 (Results 1 – 25 of 84) sorted by relevance

1234

/netbsd/src/external/gpl3/gcc/dist/libgcc/config/libbid/
Dbid128_sqrt.c35 UINT256 M256, C256, C4, C8;
147 C4.w[3] = (C256.w[3] << 2) | (C256.w[2] >> 62);
148 C4.w[2] = (C256.w[2] << 2) | (C256.w[1] >> 62);
149 C4.w[1] = (C256.w[1] << 2) | (C256.w[0] >> 62);
150 C4.w[0] = C256.w[0] << 2;
166 if (C4.w[3] > M256.w[3]
167 || (C4.w[3] == M256.w[3]
168 && (C4.w[2] > M256.w[2]
169 || (C4.w[2] == M256.w[2]
170 && (C4.w[1] > M256.w[1]
[all …]
Dbid128_fma.c260 UINT256 C4, in add_and_round() argument
339 add256 (C4, R256, &R256); in add_and_round()
346 if (R256.w[3] > C4.w[3] || (R256.w[3] == C4.w[3] && R256.w[2] > C4.w[2]) || in add_and_round()
347 (R256.w[3] == C4.w[3] && R256.w[2] == C4.w[2] && R256.w[1] > C4.w[1]) || in add_and_round()
348 (R256.w[3] == C4.w[3] && R256.w[2] == C4.w[2] && R256.w[1] == C4.w[1] && in add_and_round()
349 R256.w[0] >= C4.w[0])) { // C3 * 10^scale >= C4 in add_and_round()
352 sub256 (R256, C4, &R256); in add_and_round()
358 sub256 (C4, R256, &R256); in add_and_round()
661 UINT256 C4; local
1142 C4.w[3] = C4.w[2] = C4.w[1] = C4.w[0] = 0;
[all …]
Dbid64_sqrt.c68 UINT64 Q, Q2, A10, C4, R, R2, QE, res; in bid64_sqrt() local
184 C4 = CA.w[0] << 2; in bid64_sqrt()
187 R2 = Q2 * Q2 - C4; in bid64_sqrt()
195 C4 = CA.w[0]; in bid64_sqrt()
197 if ((SINT64) (Q * Q - C4) > 0) in bid64_sqrt()
215 UINT256 M256, C4, C8; in bid64_sqrt()
424 C4.w[1] = (C256.w[1] << 2) | (C256.w[0] >> 62); in bid64_sqrt()
425 C4.w[0] = C256.w[0] << 2; in bid64_sqrt()
441 if (C4.w[1] > M256.w[1] || in bid64_sqrt()
442 (C4.w[1] == M256.w[1] && C4.w[0] > M256.w[0])) { in bid64_sqrt()
[all …]
Dbid_sqrt_macros.h50 UINT256 C4; in long_sqrt128() local
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/whrlpool/
Dwp_block.c186 # define C4(K,i) ROTATE(Cx.q[K.c[(i)*8+4]],32) macro
204 # define C4(K,i) (Cx.q[4+8*K.c[(i)*8+4]]) macro
217 # define C4(K,i) (((u64_a1*)(Cx.c+4))[2*K.c[(i)*8+4]]) macro
523 C4(K, (i - 4) & 7) ^ C5(K, (i - 5) & 7) ^ in whirlpool_block()
530 C4(S, (i - 4) & 7) ^ C5(S, (i - 5) & 7) ^ in whirlpool_block()
568 C4(K, 4) ^ C5(K, 3) ^ C6(K, 2) ^ C7(K, 1) ^ RC[r]; in whirlpool_block()
570 C4(K, 5) ^ C5(K, 4) ^ C6(K, 3) ^ C7(K, 2); in whirlpool_block()
572 C4(K, 6) ^ C5(K, 5) ^ C6(K, 4) ^ C7(K, 3); in whirlpool_block()
574 C4(K, 7) ^ C5(K, 6) ^ C6(K, 5) ^ C7(K, 4); in whirlpool_block()
576 C4(K, 0) ^ C5(K, 7) ^ C6(K, 6) ^ C7(K, 5); in whirlpool_block()
[all …]
/netbsd/src/lib/libm/src/
De_coshl.c54 #define C4 C4u.extu_ld macro
69 C4 = 4.16666666666666666666666666666666225e-2L, /* 0x1555555555555555555555555554e.0p-117L */ variable
116 ((C8*x2 + C6)*x2 + C4)*x4 + C2*x2 + 1); in coshl()
122 C4)*(x2*x2) + C2*x2 + 1); in coshl()
Dk_sincosl.h43 C4 = -0.00000027557319215507120, /* -0x127e4fb7602f22.0p-74 */ variable
76 r = z * (C1 + z * (C2 + z * (C3 + z * (C4 + z * (C5 + z * (C6 + in __kernel_sincosl()
87 C4 = -0.2755731922398589065255474947078934284324e-6L, variable
132 r = z * (C1 + z * (C2 + z * (C3 + z * (C4 + z * (C5 + z * (C6 + in __kernel_sincosl()
Dk_cosf.c29 C4 = -2.7557314297e-07, /* 0xb493f27c */ variable
44 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*C6))))); in __kernel_cosf()
Dk_cos.c61 C4 = -2.75573143513906633035e-07, /* 0xBE927E4F, 0x809C52AD */ variable
76 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*C6))))); in __kernel_cos()
Dk_sincos.h34 C4 = -2.75573143513906633035e-07, /* 0xBE927E4F, 0x809C52AD */ variable
53 r = z * (C1 + z * (C2 + z * C3)) + w * w * (C4 + z * (C5 + z * C6)); in __kernel_sincos()
/netbsd/src/lib/libm/noieee_src/
Dtrig.h204 vc(C4, 2.0875623401082232009E-9 ,74c8,320f,3ff0,fa1e, -28, .8F74C8FA1E3FF0)
211 ic(C4, 2.0873958177697780076E-9 , -29, 1.1EE3B60DDDC8C)
219 #define C4 vccast(C4) macro
223 #define cos__C(z) (z*z*(C0+z*(C1+z*(C2+z*(C3+z*(C4+z*C5))))))
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/avr/
Dlib1funcs.S878 #define C4 28 macro
879 #define C5 C4+1
880 #define C6 C4+2
881 #define C7 C4+3
925 XCALL __umulhisi3 $ wmov C4,22 $ add C6,24 $ adc C7,25
935 XCALL __umulhisi3 $ add C4,22 $ adc C5,23 $ adc C6,24 $ adc C7,25
945 XCALL __umulhisi3 $ add C4,22 $ adc C5,23 $ adc C6,24 $ adc C7,25
954 wmov A4, C4
972 adc C4, 24
983 #undef C4
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dmax-depth.c212 struct C4 { int c4 = 4; } c4; argument
213 struct C5 : C4 { int c5 = 5; } c5;
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dcrx-opc.c157 #define CMPBR_INST(NAME, OPC1, OPC2, C4) \ argument
159 {NAME, 2, ((0x300+OPC1)<<12)+C4, 8, CMPBR_INS | FMT_3| RELAXABLE, \
162 {NAME, 3, ((0x310+OPC1)<<12)+C4, 8, CMPBR_INS | FMT_3 | RELAXABLE, \
165 {NAME, 2, ((0x300+OPC2)<<12)+C4, 8, CMPBR_INS | FMT_3 | RELAXABLE, \
168 {NAME, 3, ((0x310+OPC2)<<12)+C4, 8, CMPBR_INS | FMT_3 | RELAXABLE, \
Daarch64-opc.c4863 #define C4 4 macro
4955 { "zva", CPENS (3, C7, C4, 1), F_HASXT, AARCH64_NO_FEATURES },
4956 { "gva", CPENS (3, C7, C4, 3), F_HASXT | F_ARCHEXT, AARCH64_FEATURE (MEMTAG) },
4957 { "gzva", CPENS (3, C7, C4, 4), F_HASXT | F_ARCHEXT, AARCH64_FEATURE (MEMTAG) },
5012 { "rpaos", CPENS (6, C8, C4, 3), F_HASXT, AARCH64_NO_FEATURES },
5013 { "rpalos", CPENS (6, C8, C4, 7), F_HASXT, AARCH64_NO_FEATURES },
5031 TLBI_XS_OP ( "ipas2e1", CPENS (4, C8, C4, 1), F_HASXT | F_REG_128)
5032 TLBI_XS_OP ( "ipas2le1", CPENS (4, C8, C4, 5), F_HASXT | F_REG_128)
5065 TLBI_XS_OP ( "ipas2e1os", CPENS (4, C8, C4, 0), F_HASXT | F_REG_128 )
5066 TLBI_XS_OP ( "ipas2le1os", CPENS (4, C8, C4, 4), F_HASXT | F_REG_128 )
[all …]
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dcrx-opc.c157 #define CMPBR_INST(NAME, OPC1, OPC2, C4) \ argument
159 {NAME, 2, ((0x300+OPC1)<<12)+C4, 8, CMPBR_INS | FMT_3| RELAXABLE, \
162 {NAME, 3, ((0x310+OPC1)<<12)+C4, 8, CMPBR_INS | FMT_3 | RELAXABLE, \
165 {NAME, 2, ((0x300+OPC2)<<12)+C4, 8, CMPBR_INS | FMT_3 | RELAXABLE, \
168 {NAME, 3, ((0x310+OPC2)<<12)+C4, 8, CMPBR_INS | FMT_3 | RELAXABLE, \
Daarch64-opc.c4888 #define C4 4 macro
4980 { "zva", CPENS (3, C7, C4, 1), F_HASXT, AARCH64_NO_FEATURES },
4981 { "gva", CPENS (3, C7, C4, 3), F_HASXT | F_ARCHEXT, AARCH64_FEATURE (MEMTAG) },
4982 { "gzva", CPENS (3, C7, C4, 4), F_HASXT | F_ARCHEXT, AARCH64_FEATURE (MEMTAG) },
5037 { "rpaos", CPENS (6, C8, C4, 3), F_HASXT, AARCH64_NO_FEATURES },
5038 { "rpalos", CPENS (6, C8, C4, 7), F_HASXT, AARCH64_NO_FEATURES },
5056 TLBI_XS_OP ( "ipas2e1", CPENS (4, C8, C4, 1), F_HASXT | F_REG_128)
5057 TLBI_XS_OP ( "ipas2le1", CPENS (4, C8, C4, 5), F_HASXT | F_REG_128)
5090 TLBI_XS_OP ( "ipas2e1os", CPENS (4, C8, C4, 0), F_HASXT | F_REG_128 )
5091 TLBI_XS_OP ( "ipas2le1os", CPENS (4, C8, C4, 4), F_HASXT | F_REG_128 )
[all …]
/netbsd/src/external/bsd/openldap/dist/tests/data/
Ddn.out73 description: CN=Lu\C4\8Di\C4\87
146 description: CN=Lu\C4\8Di\C4\87
181 description: CN=Lu\C4\8Di\C4\87
Dtest-dn.ldif26 member: CN=Lu\C4\8Di\C4\87
49 description: CN=Lu\C4\8Di\C4\87
302 # CN=Lu\C4\8Di\C4\87 [AoOn]
/netbsd/src/lib/libm/arch/vax/
Dn_support.S232 bgtr C4 #if x > y/2 goto C4
235 C4: label
/netbsd/src/usr.bin/systat/
Difstat.c60 #define C4 60 /* 60-80 */ macro
65 static const int col4 = C4;
/netbsd/src/sys/arch/m68k/fpsp/
Dsatan.sa434 *--X'+X'*Y*(C1+Y*(C2+Y*(C3+Y*(C4+Y*C5)))), X' = -1/X, Y = X'*X'
436 *--X'+X'*Y*( [C1+Z*(C3+Z*C5)] + [Y*(C2+Z*C4)] ), Z = Y*Y.
458 FADD.D ATANC2,FP2 ...C2+Z*C4
461 FMUL.X FP0,FP2 ...Y*(C2+Z*C4)
466 FADD.X FP2,FP1 ...[Y*(C2+Z*C4)]+[C1+Z*(C3+Z*C5)]
/netbsd/src/external/gpl3/gcc/dist/gcc/
Drtl.h1283 #define RTL_FLAG_CHECK4(NAME, RTX, C1, C2, C3, C4) __extension__ \ argument
1286 && GET_CODE (_rtx) != C3 && GET_CODE(_rtx) != C4) \
1291 #define RTL_FLAG_CHECK5(NAME, RTX, C1, C2, C3, C4, C5) __extension__ \ argument
1294 && GET_CODE (_rtx) != C3 && GET_CODE (_rtx) != C4 \
1300 #define RTL_FLAG_CHECK6(NAME, RTX, C1, C2, C3, C4, C5, C6) \ argument
1304 && GET_CODE (_rtx) != C3 && GET_CODE (_rtx) != C4 \
1310 #define RTL_FLAG_CHECK7(NAME, RTX, C1, C2, C3, C4, C5, C6, C7) \ argument
1314 && GET_CODE (_rtx) != C3 && GET_CODE (_rtx) != C4 \
1339 #define RTL_FLAG_CHECK4(NAME, RTX, C1, C2, C3, C4) (RTX) argument
1340 #define RTL_FLAG_CHECK5(NAME, RTX, C1, C2, C3, C4, C5) (RTX) argument
[all …]
/netbsd/src/crypto/external/bsd/openssl/dist/test/
Dmodes_internal_test.c352 static const u8 C4[] = { variable
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hx509/data/
Drevoke.crt57 C0:C4:1E:26:C8:53:2E:80:A5:50:44:F1:79:38:05:B4:12:CA:AA:7F

1234