Searched refs:t1 (Results 1 - 25 of 119) sorted by relevance

12345

/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A De_hypot.c33 * t1*y1+((x-y)*(x-y)+(t1*y2+t2*y))
34 * where t1 = 2x with lower 32 bits cleared, t2 = 2x-t1,
59 double a,b,t1,t2,y1,y2,w; local
91 t1=0;
92 SET_HIGH_WORD(t1,0x7fd00000); /* t1=2^1022 */
93 b *= t1;
94 a *= t1;
[all...]
H A De_hypotl.c37 * t1*y1+((x-y)*(x-y)+(t1*y2+t2*y))
38 * where t1 = 2x with lower 32 bits cleared, t2 = 2x-t1,
63 long double a,b,t1,t2,y1,y2,w; local
95 SET_LDOUBLE_WORDS(t1, 0x7ffd, 0, 0); /* t1=2^16382 */
96 b *= t1;
97 a *= t1;
112 SET_LDOUBLE_WORDS(t1,e
[all...]
H A De_hypotf.c30 float a,b,t1,t2,y1,y2,w; local
57 SET_FLOAT_WORD(t1,0x3f000000); /* t1=2^126 */
58 b *= t1;
59 a *= t1;
72 SET_FLOAT_WORD(t1,ha&0xfffff000);
73 t2 = a-t1;
74 w = __ieee754_sqrtf(t1*t1-(b*(-b)-t2*(a+t1)));
[all...]
H A Ds_atan.c55 double cor,s1,ss1,s2,ss2,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,u,u2,u3, local
86 EMULV(x,x,v,vv,t1,t2,t3,t4,t5) /* v+vv=x^2 */
88 ADD2(f9.d,ff9.d,s1,ZERO,s2,ss2,t1,t2)
89 MUL2(v,vv,s2,ss2,s1,ss1,t1,t2,t3,t4,t5,t6,t7,t8)
90 ADD2(f7.d,ff7.d,s1,ss1,s2,ss2,t1,t2)
91 MUL2(v,vv,s2,ss2,s1,ss1,t1,t2,t3,t4,t5,t6,t7,t8)
92 ADD2(f5.d,ff5.d,s1,ss1,s2,ss2,t1,t2)
93 MUL2(v,vv,s2,ss2,s1,ss1,t1,t2,t3,t4,t5,t6,t7,t8)
94 ADD2(f3.d,ff3.d,s1,ss1,s2,ss2,t1,t2)
95 MUL2(v,vv,s2,ss2,s1,ss1,t1,t
[all...]
H A De_atan2.c65 double ax,ay,u,du,u9,ua,v,vv,dv,t1,t2,t3,t4,t5,t6,t7,t8, local
147 EMULV(ax,u,v,vv,t1,t2,t3,t4,t5)
151 EMULV(ay,u,v,vv,t1,t2,t3,t4,t5)
162 MUL2(u,du,u,du,v,vv,t1,t2,t3,t4,t5,t6,t7,t8)
164 ADD2(f9.d,ff9.d,s1,ZERO,s2,ss2,t1,t2)
165 MUL2(v,vv,s2,ss2,s1,ss1,t1,t2,t3,t4,t5,t6,t7,t8)
166 ADD2(f7.d,ff7.d,s1,ss1,s2,ss2,t1,t2)
167 MUL2(v,vv,s2,ss2,s1,ss1,t1,t2,t3,t4,t5,t6,t7,t8)
168 ADD2(f5.d,ff5.d,s1,ss1,s2,ss2,t1,t2)
169 MUL2(v,vv,s2,ss2,s1,ss1,t1,t
[all...]
H A Ds_tan.c51 t,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,w,x2,xn,xx2,y,ya,yya,z0,z,zz,z2,zz2; local
82 EMULV(x,x,x2,xx2,t1,t2,t3,t4,t5)
83 ADD2(a13.d,aa13.d,c1,zero.d,c2,cc2,t1,t2)
84 MUL2(x2,xx2,c2,cc2,c1,cc1,t1,t2,t3,t4,t5,t6,t7,t8)
85 ADD2(a11.d,aa11.d,c1,cc1,c2,cc2,t1,t2)
86 MUL2(x2,xx2,c2,cc2,c1,cc1,t1,t2,t3,t4,t5,t6,t7,t8)
87 ADD2(a9.d ,aa9.d ,c1,cc1,c2,cc2,t1,t2)
88 MUL2(x2,xx2,c2,cc2,c1,cc1,t1,t2,t3,t4,t5,t6,t7,t8)
89 ADD2(a7.d ,aa7.d ,c1,cc1,c2,cc2,t1,t2)
90 MUL2(x2,xx2,c2,cc2,c1,cc1,t1,t
[all...]
H A De_log.c59 t1,t2,t3,t4,t5,t6,t7,t8,t,ra,rb,ww, local
88 EMULV(t8,w,a,aa,t1,t2,t3,t4,t5)
103 EMULV(w,a,s2,ss2,t1,t2,t3,t4,t5)
104 ADD2(d10.d,dd10.d,s2,ss2,s3,ss3,t1,t2)
105 MUL2(w,ZERO,s3,ss3,s2,ss2,t1,t2,t3,t4,t5,t6,t7,t8)
106 ADD2(d9.d,dd9.d,s2,ss2,s3,ss3,t1,t2)
107 MUL2(w,ZERO,s3,ss3,s2,ss2,t1,t2,t3,t4,t5,t6,t7,t8)
108 ADD2(d8.d,dd8.d,s2,ss2,s3,ss3,t1,t2)
109 MUL2(w,ZERO,s3,ss3,s2,ss2,t1,t2,t3,t4,t5,t6,t7,t8)
110 ADD2(d7.d,dd7.d,s2,ss2,s3,ss3,t1,t
[all...]
H A De_powf.c68 float y1,t1,t2,r,s,t,u,v,w; local
149 t1 = u+v;
150 GET_FLOAT_WORD(is,t1);
151 SET_FLOAT_WORD(t1,is&0xfffff000);
152 t2 = v-(t1-u);
200 t1 = (((z_h+z_l)+dp_h[k])+t);
201 GET_FLOAT_WORD(is,t1);
202 SET_FLOAT_WORD(t1,is&0xfffff000);
203 t2 = z_l-(((t1-t)-dp_h[k])-z_h);
210 /* split up y into y1+y2 and compute (y1+y2)*(t1
[all...]
H A De_log2.c88 double hfsq,f,s,z,R,w,t1,t2,dk; local
120 t1= w*(Lg2+w*(Lg4+w*Lg6));
123 R = t2+t1;
H A De_log2f.c49 float hfsq,f,s,z,R,w,t1,t2,dk; local
80 t1= w*(Lg2+w*(Lg4+w*Lg6));
83 R = t2+t1;
/haiku-fatelf/src/tests/system/benchmarks/libMicro/
H A Dmktime.c81 struct tm t1, t2; local
84 t1 = ts->ts_tm1;
86 (void) mktime(&t1);
89 t1 = ts->ts_tm1;
91 (void) mktime(&t1);
94 t1 = ts->ts_tm1;
96 (void) mktime(&t1);
99 t1 = ts->ts_tm1;
101 (void) mktime(&t1);
104 t1
[all...]
/haiku-fatelf/src/bin/bash/lib/sh/
H A Dtimeval.c31 difftimeval (d, t1, t2)
32 struct timeval *d, *t1, *t2;
34 d->tv_sec = t2->tv_sec - t1->tv_sec;
35 d->tv_usec = t2->tv_usec - t1->tv_usec;
50 addtimeval (d, t1, t2)
51 struct timeval *d, *t1, *t2;
53 d->tv_sec = t1->tv_sec + t2->tv_sec;
54 d->tv_usec = t1->tv_usec + t2->tv_usec;
69 struct timeval t1, t2; local
72 addtimeval (&t1, u
[all...]
/haiku-fatelf/src/add-ons/media/media-add-ons/mixer/
H A DMixerUtils.h13 template<class t> const t & max(const t &t1, const t &t2) { return (t1 > t2) ? t1 : t2; } argument
14 template<class t> const t & min(const t &t1, const t &t2) { return (t1 < t2) ? t1 : t2; } argument
16 template<class t> const t abs(const t t1) { return (t1 < 0) ? - t1 : t1; } argument
[all...]
/haiku-fatelf/src/add-ons/translators/icns/openjpeg/
H A Dt1.c53 opj_t1_t *t1,
66 opj_t1_t *t1,
73 opj_t1_t *t1,
79 opj_t1_t *t1,
89 opj_t1_t *t1,
99 opj_t1_t *t1,
104 opj_t1_t *t1,
108 opj_t1_t *t1,
115 opj_t1_t *t1,
127 opj_t1_t *t1,
337 t1_enc_sigpass_step( opj_t1_t *t1, flag_t *flagsp, int *datap, int orient, int bpno, int one, int *nmsedec, char type, int vsc) argument
376 t1_dec_sigpass_step_raw( opj_t1_t *t1, flag_t *flagsp, int *datap, int orient, int oneplushalf, int vsc) argument
400 t1_dec_sigpass_step_mqc( opj_t1_t *t1, flag_t *flagsp, int *datap, int orient, int oneplushalf) argument
424 t1_dec_sigpass_step_mqc_vsc( opj_t1_t *t1, flag_t *flagsp, int *datap, int orient, int oneplushalf, int vsc) argument
449 t1_enc_sigpass( opj_t1_t *t1, int bpno, int orient, int *nmsedec, char type, int cblksty) argument
479 t1_dec_sigpass_raw( opj_t1_t *t1, int bpno, int orient, int cblksty) argument
505 t1_dec_sigpass_mqc( opj_t1_t *t1, int bpno, int orient) argument
547 t1_dec_sigpass_mqc_vsc( opj_t1_t *t1, int bpno, int orient) argument
572 t1_enc_refpass_step( opj_t1_t *t1, flag_t *flagsp, int *datap, int bpno, int one, int *nmsedec, char type, int vsc) argument
600 t1_dec_refpass_step_raw( opj_t1_t *t1, flag_t *flagsp, int *datap, int poshalf, int neghalf, int vsc) argument
621 t1_dec_refpass_step_mqc( opj_t1_t *t1, flag_t *flagsp, int *datap, int poshalf, int neghalf) argument
642 t1_dec_refpass_step_mqc_vsc( opj_t1_t *t1, flag_t *flagsp, int *datap, int poshalf, int neghalf, int vsc) argument
664 t1_enc_refpass( opj_t1_t *t1, int bpno, int *nmsedec, char type, int cblksty) argument
692 t1_dec_refpass_raw( opj_t1_t *t1, int bpno, int cblksty) argument
718 t1_dec_refpass_mqc( opj_t1_t *t1, int bpno) argument
759 t1_dec_refpass_mqc_vsc( opj_t1_t *t1, int bpno) argument
784 t1_enc_clnpass_step( opj_t1_t *t1, flag_t *flagsp, int *datap, int orient, int bpno, int one, int *nmsedec, int partial, int vsc) argument
819 t1_dec_clnpass_step_partial( opj_t1_t *t1, flag_t *flagsp, int *datap, int orient, int oneplushalf) argument
839 t1_dec_clnpass_step( opj_t1_t *t1, flag_t *flagsp, int *datap, int orient, int oneplushalf) argument
863 t1_dec_clnpass_step_vsc( opj_t1_t *t1, flag_t *flagsp, int *datap, int orient, int oneplushalf, int partial, int vsc) argument
893 t1_enc_clnpass( opj_t1_t *t1, int bpno, int orient, int *nmsedec, int cblksty) argument
957 t1_dec_clnpass( opj_t1_t *t1, int bpno, int orient, int cblksty) argument
1108 allocate_buffers( opj_t1_t *t1, int w, int h) argument
1146 t1_encode_cblk( opj_t1_t *t1, opj_tcd_cblk_enc_t* cblk, int orient, int compno, int level, int qmfbid, double stepsize, int cblksty, int numcomps, int mct, opj_tcd_tile_t * tile) argument
1280 t1_decode_cblk( opj_t1_t *t1, opj_tcd_cblk_dec_t* cblk, int orient, int roishift, int cblksty) argument
1371 opj_t1_t *t1 = (opj_t1_t*) opj_malloc(sizeof(opj_t1_t)); local
1388 t1_destroy(opj_t1_t *t1) argument
1399 t1_encode_cblks( opj_t1_t *t1, opj_tcd_tile_t *tile, opj_tcp_t *tcp) argument
1494 t1_decode_cblks( opj_t1_t* t1, opj_tcd_tilecomp_t* tilec, opj_tccp_t* tccp) argument
[all...]
H A Dt1.h34 @file t1.h
111 #define MACRO_t1_flags(x,y) t1->flags[((x)*(t1->flags_stride))+(y)]
125 @param t1 T1 handle to destroy
127 void t1_destroy(opj_t1_t *t1);
130 @param t1 T1 handle
134 void t1_encode_cblks(opj_t1_t *t1, opj_tcd_tile_t *tile, opj_tcp_t *tcp);
137 @param t1 T1 handle
141 void t1_decode_cblks(opj_t1_t* t1, opj_tcd_tilecomp_t* tilec, opj_tccp_t* tccp);
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_type1.c190 pdf_t1getc(t1_private_data *t1) argument
194 if (t1->fontfile) {
195 return pdc_fgetc(t1->fontfile);
197 val = (int) *t1->pos;
198 t1->pos++;
204 pdf_read_pfb_segment(PDF *p, PDF_data_source *src, t1_private_data *t1, int i) argument
209 length = (size_t) (pdf_t1getc(t1) & 0xff);
210 length |= (size_t) (pdf_t1getc(t1) & 0xff) << 8;
211 length |= (size_t) (pdf_t1getc(t1) & 0xff) << 16;
212 length |= (size_t) (pdf_t1getc(t1)
238 t1_private_data *t1; local
[all...]
/haiku-fatelf/src/tests/kits/game/set_mouse_position_test/
H A Dtest_mouse.cpp62 int32 t1 = x; local
66 t1 = int32(t1 - xmin);
67 set_mouse_position(t1,t2);
74 int32 t1 = x; local
78 t1 = int32(t1 + xplus);
79 set_mouse_position(t1,t2);
/haiku-fatelf/src/system/libroot/posix/glibc/arch/arm/
H A De_log.c59 t1,t2,t3,t4,t5,t6,t7,t8,t,ra,rb,ww, local
88 EMULV(t8,w,a,aa,t1,t2,t3,t4,t5)
103 EMULV(w,a,s2,ss2,t1,t2,t3,t4,t5)
104 ADD2(d10.d,dd10.d,s2,ss2,s3,ss3,t1,t2)
105 MUL2(w,ZERO,s3,ss3,s2,ss2,t1,t2,t3,t4,t5,t6,t7,t8)
106 ADD2(d9.d,dd9.d,s2,ss2,s3,ss3,t1,t2)
107 MUL2(w,ZERO,s3,ss3,s2,ss2,t1,t2,t3,t4,t5,t6,t7,t8)
108 ADD2(d8.d,dd8.d,s2,ss2,s3,ss3,t1,t2)
109 MUL2(w,ZERO,s3,ss3,s2,ss2,t1,t2,t3,t4,t5,t6,t7,t8)
110 ADD2(d7.d,dd7.d,s2,ss2,s3,ss3,t1,t
[all...]
/haiku-fatelf/src/libs/iconv/
H A Dsjis.h35 t1 := (s1 < 0xE0 ? s1-0x81 : s1-0xC1)
37 c1 := 2*t1 + (t2 < 0x5E ? 0 : 1) + 0x21
40 t1 := (c1 - 0x21) >> 1
42 s1 := (t1 < 0x1F ? t1+0x81 : t1+0xC1)
60 unsigned char t1 = (s1 < 0xe0 ? s1-0x81 : s1-0xc1); local
63 buf[0] = 2*t1 + (t2 < 0x5e ? 0 : 1) + 0x21;
110 unsigned char t1 = (c1 - 0x21) >> 1; local
112 r[0] = (t1 <
[all...]
H A Dcp932.h77 t1 := (s1 < 0xE0 ? s1-0x81 : s1-0xC1)
79 c1 := 2*t1 + (t2 < 0x5E ? 0 : 1) + 0x21
82 t1 := (c1 - 0x21) >> 1
84 s1 := (t1 < 0x1F ? t1+0x81 : t1+0xC1)
104 unsigned char t1 = (s1 < 0xe0 ? s1-0x81 : s1-0xc1); local
107 buf[0] = 2*t1 + (t2 < 0x5e ? 0 : 1) + 0x21;
170 unsigned char t1 = (c1 - 0x21) >> 1; local
172 r[0] = (t1 <
[all...]
/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfZipCompressor.cpp104 char *t1 = _tmpBuffer; local
111 *(t1++) = *(inPtr++);
206 const char *t1 = _tmpBuffer; local
214 *(s++) = *(t1++);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_mutex_trylock/
H A D1-1.c39 pthread_t t1; local
42 pthread_create(&t1, NULL, func, NULL);
75 pthread_join(t1, NULL);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/functional/threads/pi_test/
H A Dpitest-4.c178 double t0, t1; local
193 t1 = seconds_read();
196 t1 - base_time, t1 - t0);
200 "slept %f", rc, strerror(rc), t1 - t0);
213 double t0, t1; local
227 t1 = seconds_read();
230 t1 - base_time, t1 - t0);
234 "slept %f", rc, strerror(rc), t1
[all...]
/haiku-fatelf/src/system/boot/platform/amiga_m68k/
H A Drom_calls.h70 #define LP1(offs, rt, name, t1, v1, r1, bt, bn) \
72 t1 _##name##_v1 = (v1); \
79 register t1 _n1 __asm(#r1) = _##name##_v1; \
88 #define LP1NR(offs, name, t1, v1, r1, bt, bn) \
90 t1 _##name##_v1 = (v1); \
97 register t1 _n1 __asm(#r1) = _##name##_v1; \
106 #define LP1A5(offs, rt, name, t1, v1, r1, bt, bn) \
108 t1 _##name##_v1 = (v1); \
115 register t1 _n1 __asm(#r1) = _##name##_v1; \
125 #define LP1NRA5(offs, name, t1, v
[all...]
/haiku-fatelf/src/bin/network/atftpd/
H A Dtftp_def.c61 * 1 if t1 > t0
62 * 0 if t1 = t0
63 * -1 if t1 < t0
65 int timeval_diff(struct timeval *res, struct timeval *t1, struct timeval *t0) argument
67 res->tv_sec = t1->tv_sec - t0->tv_sec;
68 res->tv_usec = t1->tv_usec - t0->tv_usec;

Completed in 334 milliseconds

12345