HomeSort by: relevance | last modified time | path
    Searched defs:df (Results 1 - 25 of 79) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gcc/dist/libgcc/config/
hardfp.c 26 #define df double macro
  /src/external/gpl3/gcc.old/dist/libgcc/config/
hardfp.c 26 #define df double macro
  /src/external/lgpl3/gmp/dist/mpf/
cmp_d.c 43 mpf_t df; local
54 PTR(df) = darray;
55 SIZ(df) = (d >= 0.0 ? LIMBS_PER_DOUBLE : -LIMBS_PER_DOUBLE);
56 EXP(df) = __gmp_extract_double (darray, ABS(d));
58 return mpf_cmp (f, df);
  /src/external/lgpl3/gmp/dist/tests/mpz/
t-fac_ui.c 39 mpz_t df[2], f, r; local
51 mpz_init_set_ui (df[0], 1); /* 0!! = 1 */
52 mpz_init_set_ui (df[1], 1); /* -1!! = 1 */
72 if (mpz_cmp (df[m], r) != 0)
76 printf (" want "); mpz_out_str (stdout, 10, df[m]); printf("\n");
81 mpz_mul_ui (df[m], df[m], n+1); /* (n+1)!! = (n-1)!! * (n+1) */
100 mpz_clear (df[0]);
101 mpz_clear (df[1]);
  /src/lib/libc/citrus/
citrus_lookup_factory.c 56 convert_line(struct _citrus_db_factory *df, const char *line, size_t len)
81 return _db_factory_addstr_by_s(df, key, data);
85 dump_db(struct _citrus_db_factory *df, struct _region *r)
90 size = _db_factory_calc_size(df);
96 return _db_factory_serialize(df, _CITRUS_LOOKUP_MAGIC, r);
102 struct _citrus_db_factory *df; local
108 ret = _db_factory_create(&df, &_db_hash_std, NULL);
113 if ((ret = convert_line(df, line, size))) {
114 _db_factory_free(df);
118 ret = dump_db(df, &r)
    [all...]
citrus_pivot_factory.c 165 struct _db_factory *df; local
171 ret = _db_factory_create(&df, &_db_hash_std, NULL);
185 ret = _db_factory_add_by_s(df, se->se_name, &subr, 1);
190 size = _db_factory_calc_size(df);
196 ret = _db_factory_serialize(df, _CITRUS_PIVOT_MAGIC, r);
201 _db_factory_free(df);
citrus_db_factory.c 79 struct _citrus_db_factory *df; local
81 df = malloc(sizeof(*df));
82 if (df == NULL)
84 df->df_num_entries = 0;
85 df->df_total_key_size = df->df_total_data_size = 0;
86 SIMPLEQ_INIT(&df->df_entries);
87 df->df_hashfunc = hashfunc;
88 df->df_hashfunc_closure = hashfunc_closure
    [all...]
  /src/lib/libm/src/
e_acosl.c 65 long double z,p,q,r,w,s,c,df; local
97 df = u.extu_ld;
98 c = (z-df*df)/(s+df);
103 return 2.0*(df+w);
e_acos.c 64 double z,p,q,r,w,s,c,df; local
95 df = s;
96 SET_LOW_WORD(df,0);
97 c = (z-df*df)/(s+df);
102 return 2.0*(df+w);
e_acosf.c 43 float z,p,q,r,w,s,c,df; local
72 df = s;
73 GET_FLOAT_WORD(idf,df);
74 SET_FLOAT_WORD(df,idf&0xfffff000);
75 c = (z-df*df)/(s+df);
80 return (float)2.0*(df+w);
  /src/sys/dev/ic/
msm6258.c 72 int df; local
77 df = a - mc->mc_amp;
79 c = (df / 16) * 8 / dl;
80 if (df < 0) {
  /src/sbin/dump/
itime.c 71 FILE *df; local
73 if ((df = fopen(dumpdates, "r")) == NULL) {
83 if ((df = fopen(dumpdates, "w")) == NULL) {
88 (void) fclose(df);
89 if ((df = fopen(dumpdates, "r")) == NULL) {
95 (void) flock(fileno(df), LOCK_SH);
96 readdumptimes(df);
97 (void) fclose(df);
101 readdumptimes(FILE *df)
108 if (getrecord(df, &(dtwalk->dt_value)) < 0)
169 FILE *df; local
    [all...]
  /src/sys/arch/i386/stand/dosboot/
dosfile.c 77 struct dosfile *df; local
79 df = (struct dosfile *) alloc(sizeof(*df));
80 if (!df)
83 df->off = 0;
84 df->doshandle = dosopen(path);
85 if (df->doshandle < 0) {
89 dealloc(df, sizeof(*df));
92 f->f_fsdata = (void *) df;
99 struct dosfile *df; local
161 struct dosfile *df; local
191 struct dosfile *df; local
    [all...]
  /src/usr.bin/mklocale/
mklocaledb.c 77 save_as_string(struct _db_factory *df,
80 return _db_factory_addstr_by_s(df, key, value);
84 save_as_grouping(struct _db_factory *df,
88 return _db_factory_addstr_by_s(df, key, value);
92 save_as_uint8(struct _db_factory *df,
103 return _db_factory_add8_by_s(df, key, u8);
231 struct _db_factory *df; local
254 if (_db_factory_create(&df, &_db_hash_std, NULL))
256 if (_db_factory_add32_by_s(df, category->vers_sym, category->version))
264 if ((*token->save)(df, token->key, (const char *)line)
    [all...]
  /src/external/bsd/jemalloc/dist/test/unit/
math.c 254 * df={0.1, 1.1, 10.1, 100.1, 1000.1}).
294 double df = pt_chi2_df[i]; local
295 double ln_gamma_df = ln_gamma(df * 0.5);
298 expect_true(double_eq_rel(pt_chi2(p, df, ln_gamma_df),
  /src/external/bsd/jemalloc.old/dist/test/unit/
math.c 254 * df={0.1, 1.1, 10.1, 100.1, 1000.1}).
294 double df = pt_chi2_df[i]; local
295 double ln_gamma_df = ln_gamma(df * 0.5);
298 assert_true(double_eq_rel(pt_chi2(p, df, ln_gamma_df),
  /src/sys/external/bsd/ena-com/
ena_eth_com.h 65 u8 df; /* Don't fragment */ member in struct:ena_com_tx_ctx
  /src/tests/fs/puffs/h_dtfs/
dtfs_subr.c 202 struct dtfs_file *df = DTFS_PTOF(pn); local
213 for (i = 0; i < BLOCKNUM(df->df_datalen, DTFS_BLOCKSHIFT); i++)
214 free(df->df_blocks[i]);
215 if (df->df_datalen > i << DTFS_BLOCKSHIFT)
216 free(df->df_blocks[i]);
219 free(df->df_linktarget);
232 free(df);
239 struct dtfs_file *df = DTFS_PTOF(pn); local
245 needalloc = newsize > ROUNDUP(df->df_datalen, DTFS_BLOCKSIZE);
252 for (i = newblocks; i < df->df_numblocks; i++
317 struct dtfs_file *df = DTFS_PTOF(pn_file); local
348 struct dtfs_file *df; local
    [all...]
dtfs_vfsops.c 48 struct dtfs_file *df = DTFS_PTOF(pn); local
55 df->df_linktarget = estrdup(ltarg);
58 va->va_size = strlen(df->df_linktarget);
dtfs_vnops.c 47 struct dtfs_file *df = DTFS_CTOF(opc); local
54 if (df->df_dotdot == NULL)
57 assert(df->df_dotdot->pn_va.va_type == VDIR);
58 puffs_newinfo_setcookie(pni, df->df_dotdot);
59 puffs_newinfo_setvtype(pni, df->df_dotdot->pn_va.va_type);
64 dfd = dtfs_dirgetbyname(df, pcn->pcn_name, pcn->pcn_namelen);
224 struct dtfs_file *df = DTFS_CTOF(targ); local
226 if (!LIST_EMPTY(&df->df_dirents))
416 struct dtfs_file *df = DTFS_CTOF(opc); local
420 strlcpy(linkname, df->df_linktarget, *linklen)
457 struct dtfs_file *df = DTFS_CTOF(opc); local
495 struct dtfs_file *df = DTFS_CTOF(opc); local
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/test/
drbg_cavs_data.h 67 enum drbg_df df; member in struct:drbg_kat
  /src/external/bsd/pcc/dist/pcc/arch/m16c/
local.c 377 union dimfun *df; local
402 df = p->n_left->n_df;
403 if (df && (al = df->dfun)) {
  /src/sys/arch/hppa/spmath/
fpudispatch.c 120 unsigned df; /* for class 1 conversions */ local
198 df = extru(ir,fpdfpos,2); /* get dest format */
199 if ((df & 2) || (fmt & 2)) {
211 fmt = (fmt << 1) | df;
398 unsigned df; /* dest format for class 1 conversions */ local
470 df = extru(ir,fpdfpos,2); /* get dest format */
471 if ((df & 2) || (fmt & 2))
474 fmt = (fmt << 1) | df;
  /src/sys/arch/vax/vax/
db_machdep.c 162 struct callsframe *pf, *df; local
164 df = (void *)tf->tf_fp; /* start of debug's calls */
165 pf = (void *)df->ca_fp; /* start of panic's calls */
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/hvm/
ioreq.h 63 uint8_t df:1; member in struct:ioreq

Completed in 33 milliseconds

1 2 3 4