| /src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
| bid128_sqrt.c | 35 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...] |
| bid128_fma.c | 249 // add/subtract C4 and C3 * 10^scale; this may follow a previous rounding, so 260 UINT256 C4, 332 // for Cases (15), (16), (17) C4 > C3 * 10^scale because C4 has at least 335 // add/subtract C4 and C3 * 10^scale; the exponent is e4 336 if (p_sign == z_sign) { // R256 = C4 + R256 337 // calculate R256 = C4 + C3 * 10^scale = C4 + R256 which is exact, 339 add256 (C4, R256, &R256); 340 } else { // if (p_sign != z_sign) { // R256 = C4 - R25 [all...] |
| bid64_sqrt.c | 68 UINT64 Q, Q2, A10, C4, R, R2, QE, res; 184 C4 = CA.w[0] << 2; 187 R2 = Q2 * Q2 - C4; 195 C4 = CA.w[0]; 197 if ((SINT64) (Q * Q - C4) > 0) 215 UINT256 M256, C4, C8; 424 C4.w[1] = (C256.w[1] << 2) | (C256.w[0] >> 62); 425 C4.w[0] = C256.w[0] << 2; 434 //printf("C256=%016I64x %016I64x, CSM=%016I64x %016I64x %016I64x\n",C4.w[1],C4.w[0],CSM.w[1],CSM.w[0], CS.w[0]) [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/ |
| bid128_sqrt.c | 35 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...] |
| bid128_fma.c | 249 // add/subtract C4 and C3 * 10^scale; this may follow a previous rounding, so 260 UINT256 C4, 332 // for Cases (15), (16), (17) C4 > C3 * 10^scale because C4 has at least 335 // add/subtract C4 and C3 * 10^scale; the exponent is e4 336 if (p_sign == z_sign) { // R256 = C4 + R256 337 // calculate R256 = C4 + C3 * 10^scale = C4 + R256 which is exact, 339 add256 (C4, R256, &R256); 340 } else { // if (p_sign != z_sign) { // R256 = C4 - R25 [all...] |
| bid64_sqrt.c | 68 UINT64 Q, Q2, A10, C4, R, R2, QE, res; 184 C4 = CA.w[0] << 2; 187 R2 = Q2 * Q2 - C4; 195 C4 = CA.w[0]; 197 if ((SINT64) (Q * Q - C4) > 0) 215 UINT256 M256, C4, C8; 424 C4.w[1] = (C256.w[1] << 2) | (C256.w[0] >> 62); 425 C4.w[0] = C256.w[0] << 2; 434 //printf("C256=%016I64x %016I64x, CSM=%016I64x %016I64x %016I64x\n",C4.w[1],C4.w[0],CSM.w[1],CSM.w[0], CS.w[0]) [all...] |
| /src/lib/libm/ld80/ |
| k_cosl.c | 61 C4 = -0.00000027557319215507120, /* -0x127e4fb7602f22.0p-74 */ 72 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*C7))))));
|
| /src/lib/libm/src/ |
| e_coshl.c | 54 #define C4 C4u.extu_ld 69 C4 = 4.16666666666666666666666666666666225e-2L, /* 0x1555555555555555555555555554e.0p-117L */ 116 ((C8*x2 + C6)*x2 + C4)*x4 + C2*x2 + 1); 122 C4)*(x2*x2) + C2*x2 + 1);
|
| k_cos.c | 34 * |cos(x)-(1-.5*x +C1*x +C2*x +C3*x +C4*x +C5*x +C6*x )| <= 2 38 * 4. let r = C1*x +C2*x +C3*x +C4*x +C5*x +C6*x , then 61 C4 = -2.75573143513906633035e-07, /* 0xBE927E4F, 0x809C52AD */ 76 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*C6)))));
|
| k_cosf.c | 29 C4 = -2.7557314297e-07, /* 0xb493f27c */ 44 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*C6)))));
|
| k_sincos.h | 34 C4 = -2.75573143513906633035e-07, /* 0xBE927E4F, 0x809C52AD */ 53 r = z * (C1 + z * (C2 + z * C3)) + w * w * (C4 + z * (C5 + z * C6));
|
| k_sincosl.h | 43 C4 = -0.00000027557319215507120, /* -0x127e4fb7602f22.0p-74 */ 76 r = z * (C1 + z * (C2 + z * (C3 + z * (C4 + z * (C5 + z * (C6 + 87 C4 = -0.2755731922398589065255474947078934284324e-6L, 132 r = z * (C1 + z * (C2 + z * (C3 + z * (C4 + z * (C5 + z * (C6 +
|
| /src/lib/libm/ld128/ |
| k_cosl.c | 36 C4 = -2.75573192239858906525573190949988493e-07L, 52 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*(C7+
|
| /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.typeinfo/ |
| isbaseof.d | 9 class C4(T) : C3, K!T {} 10 class C5(T) : C4!T {} 39 assert(typeid(C4!int).isBaseOf(typeid(C5!int))); 41 assert(!typeid(C4!Object).isBaseOf(typeid(C5!int)));
|
| /src/common/lib/libc/hash/sha3/ |
| keccak.c | 64 secret uint64_t C0, C1, C2, C3, C4; 67 C0 = C1 = C2 = C3 = C4 = 0; 73 C4 ^= A[4 + 5*y]; 76 A[0 + 5*y] ^= C4 ^ rol64(C1, 1); 79 A[3 + 5*y] ^= C2 ^ rol64(C4, 1);
|
| /src/lib/libm/noieee_src/ |
| trig.h | 204 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) 223 #define cos__C(z) (z*z*(C0+z*(C1+z*(C2+z*(C3+z*(C4+z*C5))))))
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| max-depth.c | 212 struct C4 { int c4 = 4; } c4; variable in typeref:struct:C4 213 struct C5 : C4 { int c5 = 5; } c5;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| max-depth.c | 212 struct C4 { int c4 = 4; } c4; variable in typeref:struct:C4 213 struct C5 : C4 { int c5 = 5; } c5;
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/dolbeau/ |
| u8.h | 68 C4, D4) \ 72 VEC8_LINE1(A4, B4, C4, D4); \ 76 VEC8_LINE2(A4, B4, C4, D4); \ 80 VEC8_LINE3(A4, B4, C4, D4); \ 84 VEC8_LINE4(A4, B4, C4, D4) 87 B4, C4, D4) \ 97 VEC8_LINE1(A4, B4, C4, D4); \ 99 VEC8_LINE2(A4, B4, C4, D4); \ 101 VEC8_LINE3(A4, B4, C4, D4); \ 103 VEC8_LINE4(A4, B4, C4, D4 [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/whrlpool/ |
| wp_block.c | 181 #define LL(c0, c1, c2, c3, c4, c5, c6, c7) c0, c1, c2, c3, c4, c5, c6, c7 186 #define C4(K, i) ROTATE(Cx.q[K.c[(i) * 8 + 4]], 32) 192 #define LL(c0, c1, c2, c3, c4, c5, c6, c7) c0, c1, c2, c3, c4, c5, c6, c7, \ 193 c7, c0, c1, c2, c3, c4, c5, c6, \ 194 c6, c7, c0, c1, c2, c3, c4, c5, \ 195 c5, c6, c7, c0, c1, c2, c3, c4, \ 196 c4, c5, c6, c7, c0, c1, c2, c3, \ 197 c3, c4, c5, c6, c7, c0, c1, c2, [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/whrlpool/ |
| wp_block.c | 181 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7 186 # define C4(K,i) ROTATE(Cx.q[K.c[(i)*8+4]],32) 192 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7, \ 193 c7,c0,c1,c2,c3,c4,c5,c6, \ 194 c6,c7,c0,c1,c2,c3,c4,c5, \ 195 c5,c6,c7,c0,c1,c2,c3,c4, \ 196 c4,c5,c6,c7,c0,c1,c2,c3, \ 197 c3,c4,c5,c6,c7,c0,c1,c2, [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/whrlpool/ |
| wp_block.c | 175 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7 180 # define C4(K,i) ROTATE(Cx.q[K.c[(i)*8+4]],32) 186 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7, \ 187 c7,c0,c1,c2,c3,c4,c5,c6, \ 188 c6,c7,c0,c1,c2,c3,c4,c5, \ 189 c5,c6,c7,c0,c1,c2,c3,c4, \ 190 c4,c5,c6,c7,c0,c1,c2,c3, \ 191 c3,c4,c5,c6,c7,c0,c1,c2, [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/avr/ |
| lib1funcs.S | 886 #define C4 28 887 #define C5 C4+1 888 #define C6 C4+2 889 #define C7 C4+3 933 XCALL __umulhisi3 $ wmov C4,22 $ add C6,24 $ adc C7,25 943 XCALL __umulhisi3 $ add C4,22 $ adc C5,23 $ adc C6,24 $ adc C7,25 953 XCALL __umulhisi3 $ add C4,22 $ adc C5,23 $ adc C6,24 $ adc C7,25 962 wmov A4, C4 980 adc C4, 24 991 #undef C4 [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/avr/ |
| lib1funcs.S | 881 #define C4 28 882 #define C5 C4+1 883 #define C6 C4+2 884 #define C7 C4+3 928 XCALL __umulhisi3 $ wmov C4,22 $ add C6,24 $ adc C7,25 938 XCALL __umulhisi3 $ add C4,22 $ adc C5,23 $ adc C6,24 $ adc C7,25 948 XCALL __umulhisi3 $ add C4,22 $ adc C5,23 $ adc C6,24 $ adc C7,25 957 wmov A4, C4 975 adc C4, 24 986 #undef C4 [all...] |
| /src/lib/libm/arch/vax/ |
| n_support.S | 232 bgtr C4 #if x > y/2 goto C4 235 C4:
|