Home
last modified time | relevance | path

Searched refs:j1 (Results 1 – 20 of 20) sorted by relevance

/dragonfly/contrib/gdtoa/
HDgdtoa.c157 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 …]
HDdtoa.c119 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/
HDchacha.c92 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/
HDchacha.c114 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/
HDchacha-merged.c127 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/
HDe_jn.c69 if(n==1) return(j1(x)); in jn()
99 b = j1(x); in jn()
HDe_j1.c82 j1(double x) in j1() function
184 return(x*(u/v) + tpi*(j1(x)*log(x)-one/x)); in y1()
/dragonfly/usr.bin/diff/
HDdiffreg.c860 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/
HDpasswdqc_check.c289 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/
HDSymbol.map33 j1;
HDMakefile275 j0.3 j1.3 \
/dragonfly/contrib/openbsd_libm/include/global/
HDmath.h250 double j1(double);
/dragonfly/contrib/gcc-4.7/gcc/
HDtree-data-ref.c2580 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()
HDbuiltins.def304 DEF_EXT_LIB_BUILTIN (BUILT_IN_J1, "j1", BT_FN_DOUBLE_DOUBLE, ATTR_MATHFN_FPROUNDING_ERRNO)
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-data-ref.c3729 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()
HDtree-vect-data-refs.c5142 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()
HDbuiltins.def462 DEF_EXT_LIB_BUILTIN (BUILT_IN_J1, "j1", BT_FN_DOUBLE_DOUBLE, ATTR_MATHFN_FPROUNDING_ERRNO)
/dragonfly/contrib/openbsd_libm/
HDMakefile213 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/
HDarm.cc3211 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/
HDextend.texi7714 @findex j1
7915 @code{j1f}, @code{j1l}, @code{j1}, @code{jnf}, @code{jnl}, @code{jn},