Searched refs:d2 (Results 1 - 25 of 86) sorted by relevance

1234

/freebsd-9.3-release/contrib/gcc/
H A Dfp-test.c82 volatile double d1 = 1.0, d2 = 1.0, d3 = 1.0; variable
136 d1 = -d2;
137 d1 = d2 + d3;
138 d1 = d2 - d3;
139 d1 = d2 * d3;
140 d1 = d2 / d3;
141 d1 += d2;
142 d1 -= d2;
143 d1 *= d2;
144 d1 /= d2;
[all...]
H A Dgenrecog.c1192 maybe_both_true_2 (struct decision_test *d1, struct decision_test *d2)
1194 if (d1->type == d2->type)
1199 if (d1->u.num_insns == d2->u.num_insns)
1205 return d1->u.mode == d2->u.mode;
1208 return d1->u.code == d2->u.code;
1211 return d1->u.veclen == d2->u.veclen;
1217 return d1->u.intval == d2->u.intval;
1228 if (d1->type == DT_pred || d2->type == DT_pred)
1230 if (d2->type == DT_pred)
1233 tmp = d1, d1 = d2, d
1188 maybe_both_true_2(struct decision_test *d1, struct decision_test *d2) argument
1293 maybe_both_true_1(struct decision_test *d1, struct decision_test *d2) argument
1327 maybe_both_true(struct decision *d1, struct decision *d2, int toplevel) argument
1394 nodes_identical_1(struct decision_test *d1, struct decision_test *d2) argument
1444 nodes_identical(struct decision *d1, struct decision *d2) argument
[all...]
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dt-float.c24 double d, d2; local
49 d2 = 0.0;
50 sm_io_sscanf(buf, "%lf", &d2);
52 if (d != d2)
55 "wanted %f, got %f\n", d, d2);
60 if (!SM_TEST(d == d2))
62 "wanted %f, got %f\n", d, d2);
/freebsd-9.3-release/contrib/ncurses/form/
H A Dfty_ipv4.c55 unsigned int d1, d2, d3, d4; local
59 num = sscanf(bp, "%u.%u.%u.%u%n", &d1, &d2, &d3, &d4, &len);
67 return ((num != 4 || *bp || d1 > 255 || d2 > 255
/freebsd-9.3-release/tools/regression/lib/msun/
H A Dtest-nearbyint.c48 * Compare d1 and d2 using special rules: NaN == NaN and +0 != -0.
52 fpequal(long double d1, long double d2) argument
55 if (d1 != d2)
56 return (isnan(d1) && isnan(d2));
57 return (copysignl(1.0, d1) == copysignl(1.0, d2));
H A Dtest-conj.c54 * Compare d1 and d2 using special rules: NaN == NaN and +0 != -0.
58 fpequal(long double d1, long double d2) argument
61 if (d1 != d2)
62 return (isnan(d1) && isnan(d2));
63 return (copysignl(1.0, d1) == copysignl(1.0, d2));
67 cfpequal(long double complex d1, long double complex d2) argument
70 return (fpequal(creall(d1), creall(d2)) &&
71 fpequal(cimagl(d1), cimagl(d2)));
H A Dtest-csqrt.c83 * Compare d1 and d2 using special rules: NaN == NaN and +0 != -0.
87 assert_equal(long double complex d1, long double complex d2) argument
91 assert(isnan(creall(d2)));
93 assert(creall(d1) == creall(d2));
95 copysignl(1.0, creall(d2)));
98 assert(isnan(cimagl(d2)));
100 assert(cimagl(d1) == cimagl(d2));
102 copysignl(1.0, cimagl(d2)));
/freebsd-9.3-release/gnu/lib/libodialog/
H A Ddir.c51 int dir_alphasort(const void *d1, const void *d2);
52 int dir_sizesort(const void *d1, const void *d2);
53 int dir_datesort(const void *d1, const void *d2);
54 int dir_extsort(const void *d1, const void *d2);
170 alphasort(const void *d1, const void *d2) argument
176 ((struct dirent *) d2)->d_name));
181 dir_alphasort(const void *d1, const void *d2) argument
183 * desc: compare d1 and d2, but put directories always first
189 *f2 = ((DirList *) d2);
197 if (strcmp(((DirList *) d2)
217 dir_sizesort(const void *d1, const void *d2) argument
257 dir_datesort(const void *d1, const void *d2) argument
317 dir_extsort(const void *d1, const void *d2) argument
[all...]
/freebsd-9.3-release/usr.sbin/sa/
H A Dmain.c395 cmp_usrsys(const DBT *d1, const DBT *d2) argument
401 memcpy(&c2, d2->data, sizeof(c2));
416 cmp_avgusrsys(const DBT *d1, const DBT *d2) argument
422 memcpy(&c2, d2->data, sizeof(c2));
440 cmp_dkio(const DBT *d1, const DBT *d2) argument
445 memcpy(&c2, d2->data, sizeof(c2));
457 cmp_avgdkio(const DBT *d1, const DBT *d2) argument
463 memcpy(&c2, d2->data, sizeof(c2));
478 cmp_cpumem(const DBT *d1, const DBT *d2) argument
483 memcpy(&c2, d2
495 cmp_avgcpumem(const DBT *d1, const DBT *d2) argument
520 cmp_calls(const DBT *d1, const DBT *d2) argument
[all...]
H A Dusrdb.c228 uid_t d1, d2; local
231 bcopy(k2->data, &d2, sizeof d2);
233 if (d1 < d2)
235 else if (d1 == d2)
/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A Drcsrev.c172 register size_t d1, d2; local
189 for (d2=0; isdigit(*(s2+d2)); d2++) continue;
192 if (d1 != d2)
193 return d1<d2 ? -1 : 1;
216 register size_t d1, d2; local
229 while (*s2=='0') ++s2; for (d2=0; isdigit(*(s2+d2)); d2
315 register size_t d1, d2; local
[all...]
/freebsd-9.3-release/lib/libc/sparc64/fpu/
H A Dfpu_div.c160 u_int r0, r1, r2, r3, d0, d1, d2, d3, y0, y1, y2, y3; local
209 FPU_SUBS(d3, r3, y3); FPU_SUBCS(d2, r2, y2); \
231 r0 = d0, r1 = d1, r2 = d2, r3 = d3; \
255 r0 = d0, r1 = d1, r2 = d2, r3 = d3;
H A Dfpu_sqrt.c197 u_int d0, d1, d2, d3; local
332 FPU_SUBS(d2, x2, t2);
336 x0 = d0, x1 = d1, x2 = d2;
344 FPU_SUBS(d2, x2, t2);
348 x0 = d0, x1 = d1, x2 = d2;
366 FPU_SUBCS(d2, x2, t2);
370 x0 = d0, x1 = d1, x2 = d2; x3 = d3;
379 FPU_SUBCS(d2, x2, t2);
383 x0 = d0, x1 = d1, x2 = d2; x3 = d3;
/freebsd-9.3-release/sys/powerpc/fpu/
H A Dfpu_sqrt.c197 u_int d0, d1, d2, d3; local
349 FPU_SUBS(d2, x2, t2);
353 x0 = d0, x1 = d1, x2 = d2;
361 FPU_SUBS(d2, x2, t2);
365 x0 = d0, x1 = d1, x2 = d2;
383 FPU_SUBCS(d2, x2, t2);
388 x0 = d0, x1 = d1, x2 = d2;
396 FPU_SUBCS(d2, x2, t2);
400 x0 = d0, x1 = d1, x2 = d2;
H A Dfpu_div.c159 u_int r0, r1, r2, r3, d0, d1, d2, d3, y0, y1, y2, y3; local
230 FPU_SUBS(d3, r3, y3); FPU_SUBCS(d2, r2, y2); \
252 r0 = d0, r1 = d1, r2 = d2, r3 = d3; \
276 r0 = d0, r1 = d1, r2 = d2, r3 = d3;
/freebsd-9.3-release/sys/dev/drm2/
H A Ddrm_linux_list_sort.c39 drm_le_cmp(void *priv, const void *d1, const void *d2) argument
46 le2 = *(__DECONST(struct list_head **, d2));
/freebsd-9.3-release/lib/libc/gen/
H A Dscandir.c132 alphasort(const struct dirent **d1, const struct dirent **d2) argument
135 return (strcoll((*d1)->d_name, (*d2)->d_name));
/freebsd-9.3-release/contrib/dtc/
H A Ddata.c231 struct data data_merge(struct data d1, struct data d2) argument
234 struct marker *m2 = d2.markers;
236 d = data_append_markers(data_append_data(d1, d2.val, d2.len), m2);
242 d2.markers = NULL; /* So data_free() doesn't clobber them */
243 data_free(d2);
/freebsd-9.3-release/sys/geom/vinum/
H A Dgeom_vinum_rm.c164 struct gv_drive *d, *d2; local
170 LIST_FOREACH_SAFE(d, &sc->drives, drive, d2) {
185 LIST_FOREACH_SAFE(d, &sc->drives, drive, d2)
308 struct gv_drive *d2; local
378 d2 = LIST_FIRST(&sc->drives);
379 if (d2 == NULL)
382 LIST_INSERT_AFTER(d2, d, drive);
H A Dgeom_vinum_events.c204 struct gv_drive *d2; local
254 d2 = LIST_FIRST(&sc->drives);
255 if (d2 == NULL)
258 LIST_INSERT_AFTER(d2, d, drive);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ds390-tdep.c1017 unsigned int *r1, unsigned int *r3, unsigned int *d2, unsigned int *b2)
1024 *d2 = ((insn[2] & 0xf) << 8) | insn[3];
1034 unsigned int *r1, unsigned int *r3, unsigned int *d2, unsigned int *b2)
1043 *d2 = ((((insn[2] & 0xf) << 8) | insn[3] | (insn[4] << 12))
1054 unsigned int *r1, unsigned int *d2, unsigned int *x2, unsigned int *b2)
1061 *d2 = ((insn[2] & 0xf) << 8) | insn[3];
1071 unsigned int *r1, unsigned int *d2, unsigned int *x2, unsigned int *b2)
1080 *d2 = ((((insn[2] & 0xf) << 8) | insn[3] | (insn[4] << 12))
1103 int d2, unsigned int x2, unsigned int b2)
1109 pv_set_to_constant (&result, d2);
1016 is_rs(bfd_byte *insn, int op, unsigned int *r1, unsigned int *r3, unsigned int *d2, unsigned int *b2) argument
1033 is_rsy(bfd_byte *insn, int op1, int op2, unsigned int *r1, unsigned int *r3, unsigned int *d2, unsigned int *b2) argument
1053 is_rx(bfd_byte *insn, int op, unsigned int *r1, unsigned int *d2, unsigned int *x2, unsigned int *b2) argument
1070 is_rxy(bfd_byte *insn, int op1, int op2, unsigned int *r1, unsigned int *d2, unsigned int *x2, unsigned int *b2) argument
1101 compute_x_addr(struct prologue_value *addr, struct prologue_value *gpr, int d2, unsigned int x2, unsigned int b2) argument
1338 int i2, d2; local
1724 int d2; local
[all...]
/freebsd-9.3-release/lib/libc/iconv/
H A Dcitrus_module.c146 * Return -1 if `d1' represents a smaller value than `d2'.
147 * Return 1 if `d1' represents a greater value than `d2'.
151 _cmpndewey(int d1[], int n1, int d2[], int n2) argument
156 if (d1[i] < d2[i])
158 if (d1[i] > d2[i])
/freebsd-9.3-release/libexec/rtld-aout/
H A Dshlib.c137 * Return -1 if `d1' represents a smaller value than `d2'.
138 * Return 1 if `d1' represents a greater value than `d2'.
142 cmpndewey(int d1[], int n1, int d2[], int n2) argument
147 if (d1[i] < d2[i])
149 if (d1[i] > d2[i])
/freebsd-9.3-release/sys/sparc64/sparc64/
H A Dmp_machdep.c556 spitfire_ipi_selected(cpuset_t cpus, u_long d0, u_long d1, u_long d2) argument
563 spitfire_ipi_single(cpu, d0, d1, d2);
568 spitfire_ipi_single(u_int cpu, u_long d0, u_long d1, u_long d2) argument
583 stxa(AA_SDB_INTR_D2, ASI_SDB_INTR_W, d2);
619 cheetah_ipi_single(u_int cpu, u_long d0, u_long d1, u_long d2) argument
635 stxa(AA_SDB_INTR_D2, ASI_SDB_INTR_W, d2);
662 cheetah_ipi_selected(cpuset_t cpus, u_long d0, u_long d1, u_long d2) argument
683 stxa(AA_SDB_INTR_D2, ASI_SDB_INTR_W, d2);
727 jalapeno_ipi_single(u_int cpu, u_long d0, u_long d1, u_long d2) argument
745 stxa(AA_SDB_INTR_D2, ASI_SDB_INTR_W, d2);
772 jalapeno_ipi_selected(cpuset_t cpus, u_long d0, u_long d1, u_long d2) argument
[all...]
/freebsd-9.3-release/contrib/gdtoa/
H A Ddtoa.c127 U d, d2, eps; local
206 dval(&d2) = dval(&d);
207 word0(&d2) &= Frac_mask1;
208 word0(&d2) |= Exp_11;
210 if (( j = 11 - hi0bits(word0(&d2) & Frac_mask) )!=0)
211 dval(&d2) /= 1 << j;
217 * log10(&d) = (i-Bias)*log(2)/log(10) + log10(&d2)
222 * + ( (d2-1.5)*0.289529654602168 + 0.176091259055681 );
250 dval(&d2) = x;
251 word0(&d2)
[all...]

Completed in 193 milliseconds

1234