Searched refs:j0 (Results 1 - 21 of 21) sorted by relevance

/freebsd-10-stable/lib/msun/src/
H A Ds_ceilf.c27 int32_t i0,j0; local
31 j0 = ((i0>>23)&0xff)-0x7f;
32 if(j0<23) {
33 if(j0<0) { /* raise inexact if x != 0 */
39 i = (0x007fffff)>>j0;
42 if(i0>0) i0 += (0x00800000)>>j0;
47 if(j0==0x80) return x+x; /* inf or NaN */
H A Ds_floorf.c36 int32_t i0,j0; local
39 j0 = ((i0>>23)&0xff)-0x7f;
40 if(j0<23) {
41 if(j0<0) { /* raise inexact if x != 0 */
48 i = (0x007fffff)>>j0;
51 if(i0<0) i0 += (0x00800000)>>j0;
56 if(j0==0x80) return x+x; /* inf or NaN */
H A Ds_truncf.c33 int32_t i0,j0; local
36 j0 = ((i0>>23)&0xff)-0x7f;
37 if(j0<23) {
38 if(j0<0) { /* raise inexact if x != 0 */
42 i = (0x007fffff)>>j0;
48 if(j0==0x80) return x+x; /* inf or NaN */
H A Ds_trunc.c35 int32_t i0,i1,j0; local
38 j0 = ((i0>>20)&0x7ff)-0x3ff;
39 if(j0<20) {
40 if(j0<0) { /* raise inexact if x != 0 */
46 i = (0x000fffff)>>j0;
52 } else if (j0>51) {
53 if(j0==0x400) return x+x; /* inf or NaN */
56 i = ((u_int32_t)(0xffffffff))>>(j0-20);
H A Ds_rint.c40 int32_t i0,j0,sx; local
45 j0 = ((i0>>20)&0x7ff)-0x3ff;
46 if(j0<20) {
47 if(j0<0) {
59 i = (0x000fffff)>>j0;
67 * guard bit. We do this for all j0<=51. The
68 * adjustment is trickiest for j0==18 and j0==19
71 if(j0==19) i1 = 0x40000000; else
72 if(j0
[all...]
H A Ds_ceil.c35 int32_t i0,i1,j0; local
38 j0 = ((i0>>20)&0x7ff)-0x3ff;
39 if(j0<20) {
40 if(j0<0) { /* raise inexact if x != 0 */
46 i = (0x000fffff)>>j0;
49 if(i0>0) i0 += (0x00100000)>>j0;
53 } else if (j0>51) {
54 if(j0==0x400) return x+x; /* inf or NaN */
57 i = ((u_int32_t)(0xffffffff))>>(j0-20);
61 if(j0
[all...]
H A Ds_floor.c35 int32_t i0,i1,j0; local
38 j0 = ((i0>>20)&0x7ff)-0x3ff;
39 if(j0<20) {
40 if(j0<0) { /* raise inexact if x != 0 */
47 i = (0x000fffff)>>j0;
50 if(i0<0) i0 += (0x00100000)>>j0;
54 } else if (j0>51) {
55 if(j0==0x400) return x+x; /* inf or NaN */
58 i = ((u_int32_t)(0xffffffff))>>(j0-20);
62 if(j0
[all...]
H A Ds_modf.c35 int32_t i0,i1,j0; local
38 j0 = ((i0>>20)&0x7ff)-0x3ff; /* exponent of x */
39 if(j0<20) { /* integer part in high x */
40 if(j0<0) { /* |x|<1 */
44 i = (0x000fffff)>>j0;
56 } else if (j0>51) { /* no fraction part */
58 if (j0 == 0x400) { /* inf/NaN */
67 i = ((u_int32_t)(0xffffffff))>>(j0-20);
H A Ds_modff.c27 int32_t i0,j0; local
30 j0 = ((i0>>23)&0xff)-0x7f; /* exponent of x */
31 if(j0<23) { /* integer part in x */
32 if(j0<0) { /* |x|<1 */
36 i = (0x007fffff)>>j0;
H A Ds_rintf.c34 int32_t i0,j0,sx; local
38 j0 = ((i0>>23)&0xff)-0x7f;
39 if(j0<23) {
40 if(j0<0) {
51 if(j0==0x80) return x+x; /* inf or NaN */
H A Dmath.h300 double j0(double);
H A Dmath_private.h702 #define __ieee754_j0 j0
/freebsd-10-stable/lib/libc/gen/
H A Dmodf.c94 int32_t i0,i1,j0; local
97 j0 = ((i0>>20)&0x7ff)-0x3ff; /* exponent of x */
98 if(j0<20) { /* integer part in high x */
99 if(j0<0) { /* |x|<1 */
103 i = (0x000fffff)>>j0;
115 } else if (j0>51) { /* no fraction part */
117 if (j0 == 0x400) { /* inf/NaN */
126 i = ((u_int32_t)(0xffffffff))>>(j0-20);
/freebsd-10-stable/lib/msun/
H A DMakefile140 fma.3 fmax.3 fmod.3 hypot.3 ieee.3 ieee_test.3 ilogb.3 j0.3 \
193 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
194 MLINKS+=j0.3 j0f.3 j0.3 j1f.3 j0
[all...]
H A DSymbol.map31 j0;
/freebsd-10-stable/crypto/openssh/
H A Dchacha.c93 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; local
100 j0 = x->input[0];
124 x0 = j0;
150 x0 = PLUS(x0,j0);
/freebsd-10-stable/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
99 j0 = x->input[0];
123 x0 = j0;
149 x0 = PLUS(x0,j0);
/freebsd-10-stable/contrib/unbound/compat/
H A Dchacha_private.h92 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; local
99 j0 = x->input[0];
123 x0 = j0;
149 x0 = PLUS(x0,j0);
/freebsd-10-stable/contrib/gcc/
H A Dtree-data-ref.c2974 | j0 = u12 * gamma / gcd_alpha_beta
2981 | y0 = j0 + j1 * t. */
2983 int i0, j0, i1, j1;
3010 j0 = U[0][1] * gamma / gcd_alpha_beta;
3015 || (j1 == 0 && j0 < 0))
3018 FIXME: The case "i0 > nb_iterations, j0 > nb_iterations"
3036 tau1 = MAX (tau1, CEIL (-j0, j1));
3037 tau2 = MIN (tau2, FLOOR_DIV (niter - j0, j1));
3040 y0 = j1 * tau1 + j0;
2979 int i0, j0, i1, j1; local
H A Dsys-protos.h596 extern double j0(double);
/freebsd-10-stable/sys/kern/
H A Dkern_jail.c325 struct jail_v0 j0; local
329 error = copyin(uap->jail, &j0, sizeof(struct jail_v0));
332 j.version = j0.version;
333 j.path = j0.path;
334 j.hostname = j0.hostname;
335 j.ip4s = htonl(j0.ip_number); /* jail_v0 is host order */

Completed in 216 milliseconds