Searched refs:jx (Results 1 - 25 of 36) sorted by relevance

12

/netbsd-current/lib/libm/src/
H A Ds_tanh.c51 int32_t jx,ix; local
54 GET_HIGH_WORD(jx,x);
55 ix = jx&0x7fffffff;
59 if (jx>=0) return one/x+one; /* tanh(+-inf)=+-1 */
78 return (jx>=0)? z: -z;
H A Ds_tanhf.c30 int32_t jx,ix; local
32 GET_FLOAT_WORD(jx,x);
33 ix = jx&0x7fffffff;
37 if (jx>=0) return one/x+one; /* tanh(+-inf)=+-1 */
56 return (jx>=0)? z: -z;
H A De_sinhf.c30 int32_t ix,jx; local
32 GET_FLOAT_WORD(jx,x);
33 ix = jx&0x7fffffff;
39 if (jx<0) h = -h;
H A De_sinh.c45 int32_t ix,jx; local
49 GET_HIGH_WORD(jx,x);
50 ix = jx&0x7fffffff;
56 if (jx<0) h = -h;
H A De_sinhl.c98 int16_t ix,jx; local
100 GET_LDBL_EXPSIGN(jx,x);
101 ix = jx&0x7fff;
109 if (jx<0) s = -1;
H A Dk_rem_pio2f.c53 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
65 /* determine jx,jv,q0, note that 3>q0 */
66 jx = nx-1;
70 /* set up f[0] to f[jx+jk] where f[jx+jk] = ipio2[jv+jk] */
71 j = jv-jx; m = jx+jk;
76 for(j=0,fw=0.0;j<=jx;j++)
77 fw += x[j]*f[jx+i-j];
136 f[jx
[all...]
H A Ds_tanhl.c125 int16_t jx,ix; local
127 GET_LDBL_EXPSIGN(jx,x);
128 ix = jx&0x7fff;
132 if (jx>=0) return one/x+one; /* tanh(+-inf)=+-1 */
178 if (jx<0) s = -1;
H A Dk_rem_pio2.c97 * jx nx - 1
302 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
314 /* determine jx,jv,q0, note that 3>q0 */
315 jx = nx-1;
319 /* set up f[0] to f[jx+jk] where f[jx+jk] = ipio2[jv+jk] */
320 j = jv-jx; m = jx+jk;
325 for(j=0,fw=0.0;j<=jx;j++)
326 fw += x[j]*f[jx
[all...]
/netbsd-current/external/gpl3/gcc/dist/libquadmath/math/
H A Datanhq.c45 uint32_t jx, ix; local
49 jx = u.words32.w0;
50 ix = jx & 0x7fffffff;
70 if(jx & 0x80000000) return -t; else return t;
H A Dtanhq.c52 uint32_t jx, ix; local
57 jx = u.words32.w0;
58 ix = jx & 0x7fffffff;
63 if (jx & 0x80000000)
96 return (jx & 0x80000000) ? -z : z;
H A Dsinhq.c65 uint32_t jx, ix; local
70 jx = u.words32.w0;
71 ix = jx & 0x7fffffff;
78 if (jx & 0x80000000)
H A Drem_pio2q.c93 * jx nx - 1
156 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
163 /* determine jx,jv,q0, note that 3>q0 */
164 jx = nx-1;
168 /* set up f[0] to f[jx+jk] where f[jx+jk] = ipio2[jv+jk] */
169 j = jv-jx; m = jx+jk;
174 for(j=0,fw=0.0;j<=jx;j++) fw += x[j]*f[jx
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/math/
H A Datanhq.c45 uint32_t jx, ix; local
49 jx = u.words32.w0;
50 ix = jx & 0x7fffffff;
70 if(jx & 0x80000000) return -t; else return t;
H A Dtanhq.c52 uint32_t jx, ix; local
57 jx = u.words32.w0;
58 ix = jx & 0x7fffffff;
63 if (jx & 0x80000000)
96 return (jx & 0x80000000) ? -z : z;
H A Dsinhq.c65 uint32_t jx, ix; local
70 jx = u.words32.w0;
71 ix = jx & 0x7fffffff;
78 if (jx & 0x80000000)
H A Drem_pio2q.c93 * jx nx - 1
156 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
163 /* determine jx,jv,q0, note that 3>q0 */
164 jx = nx-1;
168 /* set up f[0] to f[jx+jk] where f[jx+jk] = ipio2[jv+jk] */
169 j = jv-jx; m = jx+jk;
174 for(j=0,fw=0.0;j<=jx;j++) fw += x[j]*f[jx
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dnsusing.cc21 int jx = 44; member in namespace:J
38 (void) jx;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dnsusing.cc21 int jx = 44; member in namespace:J
38 (void) jx;
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/xtensa/
H A Djlong.d13 .*: .* jx a8
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dptree.cc302 for (unsigned jx = 0; jx != BINDING_VECTOR_SLOTS_PER_CLUSTER; jx++)
303 if (cluster->indices[jx].span)
306 cluster->indices[jx].base);
307 if (cluster->indices[jx].span > 1)
309 cluster->indices[jx].span);
310 len += sprintf (&pfx[len], " cluster:%u/%u", ix, jx);
311 binding_slot &slot = cluster->slots[jx];
H A Dname-lookup.cc262 for (unsigned jx = BINDING_SLOTS_FIXED; jx--;)
264 cluster[0].indices[jx].base = 0;
265 cluster[0].indices[jx].span = 1;
266 cluster[0].slots[jx] = NULL_TREE;
903 for (unsigned jx = 0; jx != BINDING_VECTOR_SLOTS_PER_CLUSTER; jx++)
906 if (unsigned base = cluster->indices[jx].base)
907 if (unsigned span = cluster->indices[jx]
8896 unsigned jx = BINDING_VECTOR_SLOTS_PER_CLUSTER; local
[all...]
H A Dmodule.cc14513 for (unsigned jx = b->deps.length (); --jx;)
14515 depset *dep = b->deps[jx];
14553 for (unsigned jx = (b->get_entity_kind () == depset::EK_BINDING
14555 jx != b->deps.length (); jx++)
14557 depset *dep = b->deps[jx];
14603 for (unsigned jx = b->deps.length (); --jx;)
14605 depset *dep = b->deps[jx];
[all...]
/netbsd-current/external/bsd/tmux/dist/
H A Dpopup.c642 u_int jx, jy; local
656 jx = sx;
661 jx = sx - 2;
692 screen_init(&pd->s, jx, jy, 0);
719 JOB_NOWAIT|JOB_PTY|JOB_KEEPWRITE, jx, jy);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgcov.c2976 int ix, jx;
2978 ix = jx = 0;
2995 jx += output_branch_count (f, jx, arc);
2974 int ix, jx; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgcov.cc3056 int ix, jx;
3058 ix = jx = 0;
3075 jx += output_branch_count (f, jx, arc);
3054 int ix, jx; local

Completed in 381 milliseconds

12