| /dragonfly/contrib/gdtoa/ |
| HD | gdtoa.c | 157 int j, j1, k, k0, k_check, kind, leftright, m2, m5, nbits; local 250 if ( (j1 = j & 3) !=0) 251 dval(&d) *= 1 << j1; 361 if ( (j1 = -k) !=0) { 362 dval(&d) *= tens[j1 & 0xf]; 363 for(j = j1 >> 4; j; j >>= 1, i++) 626 j1 = delta->sign ? 1 : cmp(b, delta); 629 if (j1 == 0 && !mode && !(bits[0] & 1) && !rdir) { 668 if (j1 > 0) { 670 j1 = cmp(b, S); [all …]
|
| HD | dtoa.c | 119 j, j1, k, k0, k_check, leftright, m2, m5, s2, s5, local 359 else if (( j1 = -k )!=0) { 360 dval(&d) *= tens[j1 & 0xf]; 361 for(j = j1 >> 4; j; j >>= 1, i++) 628 j1 = delta->sign ? 1 : cmp(b, delta); 631 if (j1 == 0 && mode != 1 && !(word1(&d) & 1) 666 if (j1 > 0) { 668 j1 = cmp(b, S); 670 if (j1 >= 0 /*)*/ 672 if ((j1 > 0 || (j1 == 0 && dig & 1)) [all …]
|
| /dragonfly/crypto/openssh/ |
| HD | chacha.c | 92 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local 100 j1 = x->input[1]; in chacha_encrypt_bytes() 124 x1 = j1; in chacha_encrypt_bytes() 150 x1 = PLUS(x1,j1); in chacha_encrypt_bytes()
|
| /dragonfly/sys/crypto/chacha20/ |
| HD | chacha.c | 114 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local 122 j1 = x->input[1]; in chacha_encrypt_bytes() 150 x1 = j1; in chacha_encrypt_bytes() 176 x1 = PLUS(x1,j1); in chacha_encrypt_bytes()
|
| /dragonfly/crypto/libressl/crypto/chacha/ |
| HD | chacha-merged.c | 127 u32 j0, j1, j2, j3, j4, j5, j6, j7; in chacha_encrypt_bytes() local 137 j1 = x->input[1]; in chacha_encrypt_bytes() 162 x1 = j1; in chacha_encrypt_bytes() 188 x1 = PLUS(x1, j1); in chacha_encrypt_bytes()
|
| /dragonfly/contrib/openbsd_libm/src/ |
| HD | e_jn.c | 69 if(n==1) return(j1(x)); in jn() 99 b = j1(x); in jn()
|
| HD | e_j1.c | 82 j1(double x) in j1() function 184 return(x*(u/v) + tpi*(j1(x)*log(x)-one/x)); in y1()
|
| /dragonfly/usr.bin/diff/ |
| HD | diffreg.c | 860 int m, i0, i1, j0, j1; in output() local 875 j1 = J[i1 + 1] - 1; in output() 876 J[i1] = j1; in output() 877 change(file1, f1, file2, f2, i0, i1, j0, j1, &flags); in output() 887 j1 = J[i1 - 1] + 1; in output() 888 J[i1] = j1; in output() 889 change(file1, f1, file2, f2, i1, i0, j1, j0, &flags); in output()
|
| /dragonfly/contrib/pam_passwdqc/ |
| HD | passwdqc_check.c | 289 int bias = 0, j1 = j - 1; in is_based() local 292 if (*p == q0 && !strncmp(p + 1, q1, j1)) { /* or memcmp() */ in is_based()
|
| /dragonfly/lib/libm/ |
| HD | Symbol.map | 33 j1;
|
| HD | Makefile | 275 j0.3 j1.3 \
|
| /dragonfly/contrib/openbsd_libm/include/global/ |
| HD | math.h | 250 double j1(double);
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | tree-data-ref.c | 2580 HOST_WIDE_INT i0, j0, i1, j1; in analyze_subscript_affine_affine() local 2585 j1 = U[1][1]; in analyze_subscript_affine_affine() 2588 || (j1 == 0 && j0 < 0)) in analyze_subscript_affine_affine() 2600 if (i1 > 0 && j1 > 0) in analyze_subscript_affine_affine() 2611 CEIL (-j0, j1)); in analyze_subscript_affine_affine() 2613 HOST_WIDE_INT y0 = j1 * tau1 + j0; in analyze_subscript_affine_affine() 2618 HOST_WIDE_INT min_multiple = MIN (x0 / i1, y0 / j1); in analyze_subscript_affine_affine() 2620 HOST_WIDE_INT y1 = y0 - j1 * min_multiple; in analyze_subscript_affine_affine() 2625 FLOOR_DIV (niter - j0, j1)); in analyze_subscript_affine_affine() 2652 build_int_cst (NULL_TREE, j1))); in analyze_subscript_affine_affine()
|
| HD | builtins.def | 304 DEF_EXT_LIB_BUILTIN (BUILT_IN_J1, "j1", BT_FN_DOUBLE_DOUBLE, ATTR_MATHFN_FPROUNDING_ERRNO)
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | tree-data-ref.c | 3729 HOST_WIDE_INT i0, j0, i1, j1; in analyze_subscript_affine_affine() local 3734 j1 = U[1][1]; in analyze_subscript_affine_affine() 3737 || (j1 == 0 && j0 < 0)) in analyze_subscript_affine_affine() 3749 if (i1 > 0 && j1 > 0) in analyze_subscript_affine_affine() 3760 CEIL (-j0, j1)); in analyze_subscript_affine_affine() 3762 HOST_WIDE_INT y0 = j1 * tau1 + j0; in analyze_subscript_affine_affine() 3767 HOST_WIDE_INT min_multiple = MIN (x0 / i1, y0 / j1); in analyze_subscript_affine_affine() 3769 HOST_WIDE_INT y1 = y0 - j1 * min_multiple; in analyze_subscript_affine_affine() 3774 FLOOR_DIV (niter_b - j0, j1)); in analyze_subscript_affine_affine() 3801 build_int_cst (NULL_TREE, j1))); in analyze_subscript_affine_affine()
|
| HD | tree-vect-data-refs.c | 5142 unsigned int j0 = 0, j1 = 0, j2 = 0; in vect_grouped_store_supported() local 5168 sel[3 * i + nelt1] = nelt + j1++; in vect_grouped_store_supported() 5336 unsigned int j0 = 0, j1 = 0, j2 = 0; in vect_permute_store_chain() local 5352 sel[3 * i + nelt1] = nelt + j1++; in vect_permute_store_chain()
|
| HD | builtins.def | 462 DEF_EXT_LIB_BUILTIN (BUILT_IN_J1, "j1", BT_FN_DOUBLE_DOUBLE, ATTR_MATHFN_FPROUNDING_ERRNO)
|
| /dragonfly/contrib/openbsd_libm/ |
| HD | Makefile | 213 MLINKS+=j0.3 j1.3 j0.3 jn.3 j0.3 y0.3 j0.3 y1.3 j0.3 yn.3
|
| /dragonfly/contrib/binutils-2.27/gold/ |
| HD | arm.cc | 3211 uint32_t j1 = (lower_insn & (1U << 13)) >> 13; in thumb32_branch_offset() local 3213 uint32_t i1 = j1 ^ s ? 0 : 1; in thumb32_branch_offset() 3250 uint32_t j1 = (lower_insn & 0x2000U) >> 13; in thumb32_cond_branch_offset() local 3253 uint32_t upper = (s << 8) | (j2 << 7) | (j1 << 6) | (upper_insn & 0x003fU); in thumb32_cond_branch_offset() 3277 uint32_t j1 = (bits & 0x00040000U) >> 18; in thumb32_cond_branch_lower() local 3280 return (lower_insn & 0xd000U) | (j1 << 13) | (j2 << 11) | lo; in thumb32_cond_branch_lower()
|
| /dragonfly/contrib/gcc-4.7/gcc/doc/ |
| HD | extend.texi | 7714 @findex j1 7915 @code{j1f}, @code{j1l}, @code{j1}, @code{jnf}, @code{jnl}, @code{jn},
|