Searched refs:j1 (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/contrib/gdtoa/
H A Dgdtoa.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
[all...]
H A Ddtoa.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 >
[all...]
/freebsd-9.3-release/usr.bin/bmake/unit-tests/
H A DMakefile65 flags.order=-j1
/freebsd-9.3-release/crypto/openssh/
H A Dchacha.c93 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; local
101 j1 = x->input[1];
125 x1 = j1;
151 x1 = PLUS(x1,j1);
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dchacha_private.h92 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; local
100 j1 = x->input[1];
124 x1 = j1;
150 x1 = PLUS(x1,j1);
/freebsd-9.3-release/gnu/usr.bin/cc/cc1plus/
H A DMakefile31 gperf -o -C -E -k '1-6,$$' -j1 -D -N 'libc_name_p' -L ANSI-C \
/freebsd-9.3-release/release/arm/
H A Drelease.sh96 # This is not '-j'-safe, so force '-j1' to allow using
99 WITH_GCC=1 ${WORLD_FLAGS} -j1 obj depend all install
/freebsd-9.3-release/lib/msun/
H A DSymbol.map35 j1;
H A DMakefile179 MLINKS+=j0.3 j1.3 j0.3 jn.3 j0.3 y0.3 j0.3 y1.3 j0.3 y1f.3 j0.3 yn.3
/freebsd-9.3-release/lib/msun/src/
H A Dmath_private.h335 #define __ieee754_j1 j1
H A Dmath.h252 double j1(double);
/freebsd-9.3-release/contrib/gcc/
H A Dtree-data-ref.c2976 | j1 = u22
2981 | y0 = j0 + j1 * t. */
2983 int i0, j0, i1, j1;
3012 j1 = U[1][1];
3015 || (j1 == 0 && j0 < 0))
3033 if (j1 > 0)
3036 tau1 = MAX (tau1, CEIL (-j0, j1));
3037 tau2 = MIN (tau2, FLOOR_DIV (niter - j0, j1));
3040 y0 = j1 * tau1 + j0;
3046 min_multiple = MIN (x0 / i1, y0 / j1);
2979 int i0, j0, i1, j1; local
[all...]
H A Dsys-protos.h597 extern double j1(double);
/freebsd-9.3-release/contrib/bmake/unit-tests/
H A Dtest.exp341 make -n -j1
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf32-arm.c5048 bfd_vma j1 = (lower_insn & (1 << 13)) >> 13; local
5050 bfd_vma i1 = j1 ^ s ? 0 : 1;
/freebsd-9.3-release/sys/dev/cxgbe/firmware/
H A Dt4fw-1.11.27.0.bin.uu1305 EYwQDLsR7bsIDmICgAAMqgL7YGYVr/2eAABsEAgGZAoDRAuLQJMQHLp8+oALBGANFQD+oAAXP/j1
2473 AABsEAQpIQSHIP8gABS1gx0A6XcIDEeCgAD47wALsAoVAPb/gBXkkwEA5nIALIEKgAD9QAEFX/j1
/freebsd-9.3-release/contrib/cvs/src/
H A Dsanity.sh8037 dotest rcslib-merge-12 "${testcvs} -q update -kv -j1.2" \
10160 dotest join6-3.3 "${testcvs} update -j1.1 -j1.2 temp.txt" \
10169 dotest join6-3.5 "${testcvs} update -j1.1 -j1.2 temp.txt" \
10195 dotest join6-5 "${testcvs} update -j1.1 -j1.2 temp.txt" \
10204 dotest join6-8 "${testcvs} update -j1.1 -j1.2 temp.txt" \
10238 dotest join6-12 "${testcvs} update -j1
[all...]

Completed in 180 milliseconds