Searched refs:t1 (Results 51 - 75 of 119) sorted by relevance

12345

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/functional/threads/schedule/
H A D1-1.c44 float timediff(struct timespec t2, struct timespec t1) argument
46 float diff = t2.tv_sec - t1.tv_sec;
47 diff += (t2.tv_nsec - t1.tv_nsec)/1000000000.0;
H A D1-2.c49 float timediff(struct timespec t2, struct timespec t1) argument
51 float diff = t2.tv_sec - t1.tv_sec;
52 diff += (t2.tv_nsec - t1.tv_nsec)/1000000000.0;
/haiku-fatelf/src/libs/iconv/
H A Djohab.h39 t1 := (s1 < 0xE0 ? 2*s1-0x1B2 : 2*s1-0x197)
41 c1 := t1 + (t2 < 0x5E ? 0 : 1) + 0x21
75 unsigned char t1 = (s1 < 0xe0 ? 2*(s1-0xd9) : 2*s1-0x197); local
78 buf[0] = t1 + (t2 < 0x5e ? 0 : 1) + 0x21;
/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgsscanline.c221 double t0, double t1,
248 else if (t1-t0 < 1.0e-8 && iscan0 == iscan1)
282 if (t1 == 0.5 &&
292 hpgs_bezier_path_x(path,i,0.5*(t0+t1)),
306 hpgs_bezier_path_x(path,i,t1),
313 else if (t1-t0 < 1.0e-15)
320 double tmid = 0.5*(t0+t1);
339 return bezier_clipper_cut (c,path,i,tmid,t1,ymid,y1u,y2u,y3);
630 double t1; member in struct:hpgs_bezier_clipper_thin_cut_data_st
669 double t0, double t1,
219 bezier_clipper_cut(hpgs_paint_clipper *c, hpgs_paint_path *path, int i, double t0, double t1, double y0, double y1, double y2, double y3 ) argument
668 bezier_clipper_thin_cut(hpgs_bezier_clipper_thin_cut_data *d, double t0, double t1, double y0, double y1, double y2, double y3 ) argument
1042 double t1=0.5; local
1272 bezier_clipper_alpha_cut_isolate_extrema(hpgs_bezier_clipper_alpha_cut_data *d, double t0, double t1, double y0, double y1, double y2, double y3, hpgs_bool do_max ) argument
1335 bezier_clipper_alpha_cut(hpgs_bezier_clipper_alpha_cut_data *d, double t0, double t1, double y0, double y1, double y2, double y3 ) argument
[all...]
H A Dhpgspaintpath.c390 // e1->x - cp->x = t1 * prev_tangent->x - t2 * tangent->x
391 // e1->y - cp->y = t1 * prev_tangent->y - t2 * tangent->y
399 double t1; local
404 t1 = (tangent->x * y - tangent->y * x)/det;
407 mp.x = cp->p.x + t1 * prev_tangent->x;
408 mp.y = cp->p.y + t1 * prev_tangent->y;
695 curve parameter \c t1.
707 int i1, double t1, hpgs_line_cap cap1,
721 double tt2 = i==i1 ? t1 : 0.5;
789 double tt1 = i==i1 ? t1
704 extrude_segment(const hpgs_paint_path *_this, hpgs_paint_path *path, int i0, double t0, hpgs_line_cap cap0, int i1, double t1, hpgs_line_cap cap1, double d, int closed, hpgs_line_join join, double ml) argument
924 decompose_solid(const hpgs_paint_path *_this, hpgs_paint_path *path, const hpgs_gstate *gstate, int (*segment_processor) (const hpgs_paint_path *_this, hpgs_paint_path *path, int i0, double t0, hpgs_line_cap cap0, int i1, double t1, hpgs_line_cap cap1, double d, int closed, hpgs_line_join join, double ml), int (*dot_processor) (hpgs_paint_path *path, const hpgs_point *p, hpgs_line_cap cap, double d) ) argument
983 decompose_dashed(const hpgs_paint_path *_this, hpgs_paint_path *path, const hpgs_gstate *gstate, int (*segment_processor) (const hpgs_paint_path *_this, hpgs_paint_path *path, int i0, double t0, hpgs_line_cap cap0, int i1, double t1, hpgs_line_cap cap1, double d, int closed, hpgs_line_join join, double ml), int (*dot_processor) (hpgs_paint_path *path, const hpgs_point *p, hpgs_line_cap cap, double d) ) argument
1001 double t1=0.5; local
1188 append_segment(const hpgs_paint_path *_this, hpgs_paint_path *path, int i0, double t0, hpgs_line_cap cap0, int i1, double t1, hpgs_line_cap cap1, double d, int closed, hpgs_line_join join, double ml) argument
[all...]
H A Dhpgsbezier.c137 double t0, double t1, double *t)
145 return t[0] > t0 && t[0] < t1;
163 return t[0] > t0 && t[0] < t1;
167 if (t[0] <= t0 || t[0] >= t1)
170 return t[0] > t0 && t[0] < t1;
173 if (t[1] <= t0 || t[1] >= t1)
189 parameter interval from \c t0 to \c t1.
200 double t0, double t1,
224 *nx = quad_roots (a,b,c,t0,t1,tx);
258 parameter interval from \c t0 to \c t1 wit
136 quad_roots(double a, double b, double c, double t0, double t1, double *t) argument
199 hpgs_bezier_path_singularities(const hpgs_paint_path *path, int i, double t0, double t1, int *nx, double *tx) argument
268 hpgs_bezier_path_to_quadratic(const hpgs_paint_path *path, int i, double t0, double t1, int *nx, hpgs_point *points) argument
[all...]
/haiku-fatelf/src/bin/bash/
H A Dmake_cmd.c847 COMMAND *t, *t1, *t2; local
849 t1 = command;
861 to the command we want (e.g. given a ; b ; c ; d &, t1 will point
869 t1 = t;
873 t1->value.Connection->second == t. */
875 t1->value.Connection->second = t2;
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dia64-dis.c71 ia64_insn t0, t1, slot[3], template, s_bit, insn; local
101 t1 = bfd_getl64 (bundle + 8);
105 slot[1] = ((t0 >> 46) & 0x3ffff) | ((t1 & 0x7fffff) << 18);
106 slot[2] = (t1 >> 23) & 0x1ffffffffffLL;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/functional/threads/pi_test/
H A Dpitest-1.c196 double seconds, t0, t1; local
209 t1 = seconds_read();
210 seconds = t1 - t0;
213 t1 - base_time, seconds);
H A Dpitest-6.c196 double t0, t1; local
211 t1 = seconds_read();
213 seconds_read() - base_time, t1 - t0);
217 "slept %f", rc, strerror(rc), t1 - t0);
/haiku-fatelf/src/bin/coreutils/src/
H A Dfactor.c162 mpz_t t1, t2; local
168 mpz_init (t1);
185 mpz_sub (t1, x1, x); mpz_mul (t2, P, t1); mpz_mod (P, t2, n);
218 mpz_sub (t1, x1, y); mpz_gcd (g, t1, n);
254 mpz_clear (t1);
/haiku-fatelf/src/libs/crypt/
H A Dcrypt-des.c418 u_int32_t t0, t1; local
423 t1 = (k1 << shifts) | (k1 >> (28 - shifts));
430 | comp_maskl[4][(t1 >> 21) & 0x7f]
431 | comp_maskl[5][(t1 >> 14) & 0x7f]
432 | comp_maskl[6][(t1 >> 7) & 0x7f]
433 | comp_maskl[7][t1 & 0x7f];
440 | comp_maskr[4][(t1 >> 21) & 0x7f]
441 | comp_maskr[5][(t1 >> 14) & 0x7f]
442 | comp_maskr[6][(t1 >> 7) & 0x7f]
443 | comp_maskr[7][t1
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dprint-util.c563 stp_curve_t *t1 = NULL; local
566 t1 = stp_curve_create_from_string(s1);
569 if (t1 && t2)
571 if (stp_curve_is_piecewise(t1) && stp_curve_is_piecewise(t2))
573 stp_curve_resample(t1, piecewise_point_count);
576 stp_curve_compose(&ret, t1, t2, comp, -1);
580 stp_curve_destroy(t1);
584 else if (t1)
588 return t1;
/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Dsincos32.c114 mp_no u,t,t1,t2,c,s; local
122 __sub(&s,&t,&t1,p);
123 __add(&t1,&t1,&s,p);
124 __sub(&mpt,&c,&t1,p);
125 __mul(&t1,&c,&t2,p);
/haiku-fatelf/src/add-ons/translators/wonderbrush/support/
H A Dblending.h38 uint16 t1, uint16 t2, uint16 t3, uint8 ta, // top components
43 *d1 = kInverseGammaTable[(b1 * destAlpha + t1 * ta) / 255];
52 *d1 = kInverseGammaTable[(b1 * alphaDest + t1 * alphaSrc) / alphaTemp];
62 uint8 t1, uint8 t2, uint8 t3, uint8 ta, // top components
66 uint16 gt1 = kGammaTable[t1];
242 uint16 t1 = kGammaTable[top[0]]; local
251 bottom[0] = kInverseGammaTable[(b1 * invAlpha + t1 * mergeAlpha) / 255];
271 uint16 t1 = kGammaTable[top[0]]; local
280 dest[0] = kInverseGammaTable[(b1 * invAlpha + t1 * mergeAlpha) / 255];
306 uint16 t1 local
37 blend_gamma(uint16 b1, uint16 b2, uint16 b3, uint8 ba, uint16 t1, uint16 t2, uint16 t3, uint8 ta, uint8* d1, uint8* d2, uint8* d3, uint8* da) argument
61 blend(uint8 b1, uint8 b2, uint8 b3, uint8 ba, uint8 t1, uint8 t2, uint8 t3, uint8 ta, uint8* d1, uint8* d2, uint8* d3, uint8* da) argument
336 uint16 t1 = kGammaTable[top[0]]; local
[all...]
/haiku-fatelf/src/bin/less/
H A Dscreen.c1121 register char *t1, *t2;
1275 t1 = ltgetstr("ho", &sp);
1276 if (t1 == NULL)
1277 t1 = "";
1286 sc_home = cheaper(t1, t2, "|\b^");
1292 t1 = ltgetstr("ll", &sp);
1293 if (t1 == NULL)
1294 t1 = "";
1303 sc_lower_left = cheaper(t1, t2, "\r");
1316 t1
[all...]
/haiku-fatelf/src/kits/shared/
H A DSHA256.cpp170 uint32 t1 = h + s1 + ch + kRounds[i] + fBuffer[i]; local
175 e = d + t1;
179 a = t1 + t2;
/haiku-fatelf/src/system/libroot/posix/pthread/
H A Dpthread.cpp180 pthread_equal(pthread_t t1, pthread_t t2) argument
182 return t1 != NULL && t2 != NULL && t1 == t2;
/haiku-fatelf/src/bin/rcs/
H A Dco.c716 static struct buf t1, t2; local
731 VOID partialno(&t1, r1, l1>2 ? 2 : l1);
733 r = cmpnum(t1.string,t2.string)<0 ? t1.string : t2.string;
737 return partialno(&t1,r1,l3);
/haiku-fatelf/src/add-ons/media/media-add-ons/finepix_webcam/FinePixJpeg/
H A Dfinepix-jpeg.c620 XPP(t0, t1), \
624 XPP(t1, t2), \
634 XPP(t1, t6), \
652 PREC t0, t1, t2, t3, t4, t5, t6, t7, t; local
676 t1 = in[j] * quant[j];
685 tmpp[1 * 8] = t1;
697 t1 = tmp[8 * i + 1];
706 out[8 * i + 1] = ITOINT(t1);
/haiku-fatelf/src/bin/zic/
H A Dzdump.c420 time_t t1 = 1; local
422 while (t < t1) {
423 t = t1;
424 t1 = 2 * t1 + 1;
/haiku-fatelf/src/add-ons/media/plugins/musepack/mpc/
H A Dsynth_filter.cpp442 unsigned int t1, t2, t3, t4; local
444 t3 = t1 = __r1; t4 = t2 = __r2; // Parity calculation is done via table lookup, this is also available
445 t1 &= 0xF5; t2 >>= 25; // on CPUs without parity, can be implemented in C and avoid unpredictable
446 t1 = Parity [t1]; t2 &= 0x63; // jumps and slow rotate through the carry flag operations.
447 t1 <<= 31; t2 = Parity [t2];
449 return (__r1 = (t3 >> 1) | t1 ) ^ (__r2 = (t4 + t4) | t2 );
/haiku-fatelf/src/bin/gdb/gdb/
H A Ddwarf2expr.c495 CORE_ADDR t1, t2, t3;
500 t1 = ctx->stack[ctx->stack_len - 1];
505 ctx->stack[ctx->stack_len - 3] = t1;
494 CORE_ADDR t1, t2, t3; local
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dsmp.cpp325 int64 t1, t2; local
339 t1 = system_time();
350 = (uint32)((1000000.0/(t2 - t1)) * count);
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/sample/
H A Dsample.h69 uint8_t t1, r1; /* series 1: tries, rate code */ member in struct:txschedule

Completed in 181 milliseconds

12345