Searched refs:e1 (Results 1 - 25 of 35) sorted by relevance

12

/haiku-fatelf/src/bin/gdb/libiberty/
H A Dpartition.c83 struct partition_elem *e1; local
104 e1 = &(elements[elem1]);
118 old_next = e1->next;
119 e1->next = e2->next;
133 int e1 = * (const int *) elem1; local
135 if (e1 < e2)
137 else if (e1 > e2)
/haiku-fatelf/src/libs/agg/gpc/
H A Dgpc.c1122 edge_node *edge, *prev_edge, *next_edge, *succ_edge, *e0, *e1; local
1216 e1= aet;
1474 e1= intersect->ie[1];
1478 && (e1->bundle[ABOVE][CLIP] || e1->bundle[ABOVE][SUBJ]))
1481 q= e1->outp[ABOVE];
1486 || ( e1->bundle[ABOVE][CLIP] && e1->bside[CLIP])
1487 || (!e0->bundle[ABOVE][CLIP] && !e1->bundle[ABOVE][CLIP]
1488 && e0->bside[CLIP] && e1
1782 edge_node *edge, *prev_edge, *next_edge, *succ_edge, *e0, *e1; local
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A De_pow.c188 double uu,vv,eps,nx,e,e1,e2,t,t1,t2,res,add=0; local
225 e1 = t - 0.5*t1*t1;
227 res = e1+e2;
229 *delta = (e1-res)+e2;
239 e1 = eps*ui.x[i];
241 e = e1+e2;
242 e2 = ((e1-e)+e2);
256 e1 = eps*ui.x[i];
258 e=e1+e2;
259 e2 = (e1
280 double uu,vv,eps,nx,e,e1,e2,t,t1,t2,res,add=0; local
[all...]
H A Dulog.h95 /**/ e1 = {{0x3bbcc868, 0x00000000} }, /* 6.095e-21 */ variable
171 /**/ e1 = {{0x00000000, 0x3bbcc868} }, /* 6.095e-21 */ variable
194 #define E1 e1.d
H A Ds_sin.c647 double sn,ssn,cs,ccs,s,c,w[2],y,y1,y2,e1,e2,xx,cor,res,del; local
672 e1 = (sn+t22)-t22;
673 e2=(sn-e1)+ssn;
674 cor=(ccs-cs*c-e1*y2-e2*y)-sn*s;
675 y=cs-e1*y1;
676 cor = cor+((cs-y)-e1*y1);
788 double sn,ssn,cs,ccs,s,c,w[2],y,y1,y2,e1,e2,xx,cor,res; local
806 e1 = (sn+t22)-t22;
807 e2=(sn-e1)+ssn;
808 cor=(ccs-cs*c-e1*y
908 double sn,ssn,cs,ccs,s,c,w[2],y,y1,y2,e1,e2,xx,cor,res; local
950 double sn,ssn,cs,ccs,s,c,w[2],y,y1,y2,e1,e2,xx,cor,res; local
1086 double sn,ssn,cs,ccs,s,c,w[2],y,y1,y2,e1,e2,xx,cor,res; local
[all...]
H A Dutan.h82 /**/ e1 = {{0x3FC11112, 0xE0A6B45F} }, /* . */ variable
203 /**/ e1 = {{0xE0A6B45F, 0x3FC11112} }, /* . */ variable
H A Ds_tan.c107 pz = z+z*z2*(e0.d+z2*e1.d);
211 pz = z+z*z2*(e0.d+z2*e1.d);
322 pz = z+z*z2*(e0.d+z2*e1.d);
426 pz = z+z*z2*(e0.d+z2*e1.d);
/haiku-fatelf/src/tools/stubgen/
H A Dtable.h104 int strict_elemcmp(syntaxelem_t *e1, syntaxelem_t *e2);
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan27/src/com/nwalsh/xalan/
H A DText.java85 } catch (MalformedURLException e1) {
99 } catch (MalformedURLException e1) {
/haiku-fatelf/headers/libs/agg/
H A Dagg_array.h924 typename Array::value_type* e1;
950 e1 = &(arr[j]);
952 if(less(*e1, *e2)) swap_elements(*e1, *e2);
954 e1 = &(arr[base]);
956 if(less(*e1, *e2)) swap_elements(*e1, *e2);
958 e1 = &(arr[j]);
960 if(less(*e1, *e2)) swap_elements(*e1, *e
[all...]
/haiku-fatelf/src/system/libroot/posix/stdlib/
H A Dstrtod.c1098 1e0, 1e1, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8, 1e9,
1128 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
1242 e1 = e -= nf;
1302 e1 += nd - k;
1304 /* Get starting approximation = rv * 10**e1 */
1306 if (e1 > 0) {
1307 if ( (i = e1 & 15) )
1309 if ( (e1 &= ~15) ) {
1310 if (e1 > DBL_MAX_10_EXP) {
1316 if (e1 >>
[all...]
/haiku-fatelf/src/libs/ncurses/progs/
H A Dinfocmp.c221 useeq(ENTRY * e1, ENTRY * e2) argument
226 if (e1->nuses != e2->nuses)
230 for (i = 0; i < e1->nuses; i++) {
235 if (!strcmp(e1->uses[i].name, e2->uses[j].name)) {
338 register ENTRY *e1 = &entries[0]; local
347 b1 = e1->tterm.Booleans[idx];
372 n1 = e1->tterm.Numbers[idx];
395 s1 = e1->tterm.Strings[idx];
423 if (!useeq(e1, e2)) {
425 print_uses(e1, stdou
[all...]
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-frv.c776 const struct frvfdpic_relocs_info *e1 = entry1;
779 return e1->symndx == e2->symndx && e1->addend == e2->addend
780 && (e1->symndx == -1 ? e1->d.h == e2->d.h : e1->d.abfd == e2->d.abfd);
858 struct frvfdpic_relocs_info const *e1)
860 e2->got12 |= e1->got12;
861 e2->gotlos |= e1->gotlos;
862 e2->gothilo |= e1
775 const struct frvfdpic_relocs_info *e1 = entry1; local
856 frvfdpic_pic_merge_early_relocs_info(struct frvfdpic_relocs_info *e2, struct frvfdpic_relocs_info const *e1) argument
[all...]
H A Delfxx-mips.c1715 const struct mips_got_entry *e1 = (struct mips_got_entry *)entry1;
1718 return e1->abfd == e2->abfd && e1->symndx == e2->symndx
1719 && (! e1->abfd ? e1->d.address == e2->d.address
1720 : e1->symndx >= 0 ? e1->d.addend == e2->d.addend
1721 : e1->d.h == e2->d.h);
1746 const struct mips_got_entry *e1 = (struct mips_got_entry *)entry1;
1749 return e1
1704 const struct mips_got_entry *e1 = (struct mips_got_entry *)entry1; local
1735 const struct mips_got_entry *e1 = (struct mips_got_entry *)entry1; local
2193 const struct mips_elf_bfd2got_hash *e1 local
[all...]
H A Delf32-m68hc11.c531 compare_reloc (const void *e1, const void *e2)
533 const Elf_Internal_Rela *i1 = (const Elf_Internal_Rela *) e1;
529 compare_reloc(const void *e1, const void *e2) argument
/haiku-fatelf/src/apps/mail/
H A DWIndex.cpp54 int32 cmp_i_entries(const WIndexEntry *e1, const WIndexEntry *e2);
321 cmp_i_entries(const WIndexEntry *e1, const WIndexEntry *e2) argument
323 return e1->key - e2->key;
/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgspaintpath.c345 The next extruded point is \c e1, the tangent of
349 const hpgs_point *e1,
362 return hpgs_paint_path_lineto(path,e1);
368 if (hpgs_paint_path_buldgeto(path,e1,tan(atan2(sa,ca)*0.25))) return -1;
390 // e1->x - cp->x = t1 * prev_tangent->x - t2 * tangent->x
391 // e1->y - cp->y = t1 * prev_tangent->y - t2 * tangent->y
400 double x = e1->x - cp->p.x;
401 double y = e1->y - cp->p.y;
415 if (hpgs_paint_path_lineto(path,e1)) return -1;
421 The next extruded point is \c e1
348 join_lines(hpgs_paint_path *path, const hpgs_point *edge, const hpgs_point *e1, const hpgs_point *prev_tangent, const hpgs_point *tangent, hpgs_line_join join, double ml) argument
423 cap_line(hpgs_paint_path *path, const hpgs_point *e1, hpgs_line_cap cap) argument
[all...]
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan2/com/nwalsh/xalan/
H A DText.java89 } catch (MalformedURLException e1) {
103 } catch (MalformedURLException e1) {
/haiku-fatelf/src/libs/print/libprint/
H A DPageSetupDlg.cpp227 swap(float *e1, float *e2) argument
229 float e = *e1;
230 *e1 = *e2;
/haiku-fatelf/src/documentation/docbook-xsl/extensions/saxon643/com/nwalsh/saxon/
H A DText.java140 } catch (MalformedURLException e1) {
/haiku-fatelf/src/tests/kits/storage/
H A DMimeSnifferTest.cpp715 "0.e0 0.e-1 0.e+2 1.e1 2.e-2 3.e+3 -1.e1 -2.e-2 -3.e+3 +1.e1 +2.e-2 +3.e+3 "
723 F(0.0), F(0.0e-1), F(0.0e2), F(1.0e1), F(2.0e-2), F(3.0e3),
724 F(-1.0e1), F(-2.0e-2), F(-3.0e3), F(1.0e1), F(2.0e-2), F(3.0e3),
/haiku-fatelf/src/libs/icon/
H A DIconUtils.cpp135 uint32 e1 = b == f && b != d && f != h ? f : e; local
140 *(uint32*)(dstBits + y * 2 * dstBPR + (x * 2 + 1) * 4) = e1;
187 uint32 e1 = (d == b && b != f && d != h && e != c) local
201 *(uint32*)(dstBits + y * 3 * dstBPR + (x * 3 + 1) * 4) = e1;
/haiku-fatelf/src/kits/midi/
H A DMidiStore.cpp54 BMidiEvent* e1 = *((BMidiEvent**) event1); local
57 return (e1->time - e2->time);
/haiku-fatelf/src/tests/kits/media/
H A DTimedEventQueueTest.cpp61 media_timed_event e1(0x1003,BTimedEventQueue::B_START);
62 q->RemoveEvent(&e1);
/haiku-fatelf/src/bin/coreutils/src/
H A Dtail.c1254 wd_comparator (const void *e1, const void *e2) argument
1256 const struct File_spec *spec1 = e1;

Completed in 286 milliseconds

12