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

/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Dw_j1.c18 * wrapper of j1,y1
25 double j1(double x) /* wrapper j1 */ function
27 double j1(x) /* wrapper j1 */
38 return __kernel_standard(x,x,36); /* j1(|x|>X_TLOSS) */
44 strong_alias (j1, j1l)
H A Ds_tanhl.c63 u_int32_t j0,j1,ix; local
66 GET_LDOUBLE_WORDS(se,j0,j1,x);
78 if ((ix|j0|j1) == 0)
H A Dhalfulp.c55 double z,u,uu,j1,j2,j3,j4,j5; local
96 EMULV(z,z,u,uu,j1,j2,j3,j4,j5);
H A De_pow.c285 double y,yy,z,zz,j1,j2,j3,j4,j5,j6,j7,j8; local
317 EMULV(t,s3,y,yy,j1,j2,j3,j4,j5);
318 ADD2(-0.5,0,y,yy,z,zz,j1,j2);
319 MUL2(t,0,z,zz,y,yy,j1,j2,j3,j4,j5,j6,j7,j8);
320 MUL2(t,0,y,yy,z,zz,j1,j2,j3,j4,j5,j6,j7,j8);
/haiku-fatelf/src/libs/mapm/
H A Dmapm_fft.c388 int j0, k0, j1, k1, l, m, i, j, k; local
410 j1 = j + m;
412 xr = a[j1];
413 xi = a[j1 + 1];
416 a[j1] = yr;
417 a[j1 + 1] = yi;
420 j1 += m;
422 xr = a[j1];
423 xi = a[j1 + 1];
426 a[j1]
488 int j, j1, j2, j3, l; local
539 int j, j1, j2, j3, l; local
697 int j, j1, j2, j3, k, kj, kr, m, m2; local
[all...]
/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgsimagerop.c60 int j1; member in struct:hpgs_img_clip_line_st
265 clip_lines[n_clip_lines].j1 = segs0[i_seg0].j;
270 clip_lines[n_clip_lines].j1 = t_last;
296 clip_lines[n_clip_lines].j1 = t_last;
301 clip_lines[n_clip_lines].j1 = segs1[i_seg1].j;
313 clip_lines[n_clip_lines].j1 = segs1[i_seg1].j;
347 clip_lines[n_clip_lines].j1 = t_last;
352 clip_lines[n_clip_lines].j1 = segs1[i_seg1].j;
376 clip_lines[n_clip_lines].j1 = segs1[i_seg1].j;
409 clip_lines[j].i1,clip_lines[j].j1);
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Dstub.c84 acquire_sem_etc(sem_id sem, int32 count, uint32 j1, bigtime_t j2) argument
109 release_sem_etc(sem_id sem, long count, uint32 j1) argument
/haiku-fatelf/headers/cpp/std/
H A Dbastring.h314 InputIterator j1, InputIterator j2);
317 const_iterator j1, const_iterator j2);
453 replace (iterator i1, iterator i2, InputIterator j1, InputIterator j2) argument
457 replace (iterator i1, iterator i2, const_iterator j1, const_iterator j2)
463 size_type n2 = j2 - j1;
476 for (; j1 != j2; ++j1, ++pos)
477 traits::assign ((*p)[pos], *j1);
483 for (; j1 != j2; ++j1,
[all...]
/haiku-fatelf/src/system/libroot/posix/crypt/
H A Dcrypt_util.c411 int j1, j2; local
414 for(j1 = 0; j1 < 64; j1++) {
415 s1 = s_lookup(2 * sg, j1);
424 inx = ((j1 << 6) | j2) << 1;
435 inx = ((j1 << 6) | j2);
/haiku-fatelf/src/libs/print/libgutenprint/test/
H A Dbjc-unprint.c272 int i,j,k,i0,i1,j0,j1,w,h; local
289 j1= (xmax>0 && xmax<img->width*8) ? xmax/8 : img->width-1;
291 w= j1-j0+1;
307 for (j=j0; j<=j1; j++) {
/haiku-fatelf/src/system/libroot/posix/stdlib/
H A Dstrtod.c1830 j, j1, k, k0, k_check, leftright, m2, m5, s2, s5,
2025 } else if ( (j1 = -k) ) {
2026 d *= tens[j1 & 0xf];
2027 for (j = j1 >> 4; j; j >>= 1, i++)
2285 j1 = delta->sign ? 1 : cmp(b, delta);
2288 if (j1 == 0 && !mode && !(word1(d) & 1)) {
2302 if (j1 > 0) {
2304 j1 = cmp(b, S);
2305 if ((j1 > 0 || (j1
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/math/bits/
H A Dmathcalls.h217 __MATHCALL (j1,, (_Mdouble_));
/haiku-fatelf/headers/posix/
H A Dmath.h273 extern double j1(double x);

Completed in 136 milliseconds