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

1 2 3 4 5 6 7 8 91011>>

  /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/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/bin/df/
Makefile 6 PROG= df
  /src/lib/libc/citrus/
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...]
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...]
  /src/external/gpl3/gcc/dist/libdecnumber/
decNumberLocal.h 323 /* Refer to a 32-bit word or byte in a decFloat (df) by big-endian */
330 #define DFBYTE(df, off) ((df)->bytes[DECBYTES-1-(off)])
331 #define DFWORD(df, off) ((df)->words[DECWORDS-1-(off)])
334 #define DFBYTE(df, off) ((df)->bytes[off])
335 #define DFWORD(df, off) ((df)->words[off])
340 #define DFISSIGNED(df) (DFWORD(df, 0)&0x80000000
    [all...]
decCommon.c 214 /* df is the decFloat format number which gets the final result */
218 /* returns df */
242 static decFloat * decFinalize(decFloat *df, bcdnum *num,
495 return decFloatFromBCD(df, num->exponent, umsd, num->sign);
525 /* place the declets in the encoding words and copy to result (df), */
533 DFWORD(df, 0)=encode; /* just the one word */
538 DFWORD(df, 0)=encode;
543 DFWORD(df, 1)=encode;
548 DFWORD(df, 0)=encode;
554 DFWORD(df, 1)=encode
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumberLocal.h 323 /* Refer to a 32-bit word or byte in a decFloat (df) by big-endian */
330 #define DFBYTE(df, off) ((df)->bytes[DECBYTES-1-(off)])
331 #define DFWORD(df, off) ((df)->words[DECWORDS-1-(off)])
334 #define DFBYTE(df, off) ((df)->bytes[off])
335 #define DFWORD(df, off) ((df)->words[off])
340 #define DFISSIGNED(df) (DFWORD(df, 0)&0x80000000
    [all...]
decCommon.c 214 /* df is the decFloat format number which gets the final result */
218 /* returns df */
242 static decFloat * decFinalize(decFloat *df, bcdnum *num,
495 return decFloatFromBCD(df, num->exponent, umsd, num->sign);
525 /* place the declets in the encoding words and copy to result (df), */
533 DFWORD(df, 0)=encode; /* just the one word */
538 DFWORD(df, 0)=encode;
543 DFWORD(df, 1)=encode;
548 DFWORD(df, 0)=encode;
554 DFWORD(df, 1)=encode
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumberLocal.h 323 /* Refer to a 32-bit word or byte in a decFloat (df) by big-endian */
330 #define DFBYTE(df, off) ((df)->bytes[DECBYTES-1-(off)])
331 #define DFWORD(df, off) ((df)->words[DECWORDS-1-(off)])
334 #define DFBYTE(df, off) ((df)->bytes[off])
335 #define DFWORD(df, off) ((df)->words[off])
340 #define DFISSIGNED(df) (DFWORD(df, 0)&0x80000000
    [all...]
decCommon.c 214 /* df is the decFloat format number which gets the final result */
218 /* returns df */
242 static decFloat * decFinalize(decFloat *df, bcdnum *num,
495 return decFloatFromBCD(df, num->exponent, umsd, num->sign);
525 /* place the declets in the encoding words and copy to result (df), */
533 DFWORD(df, 0)=encode; /* just the one word */
538 DFWORD(df, 0)=encode;
543 DFWORD(df, 1)=encode;
548 DFWORD(df, 0)=encode;
554 DFWORD(df, 1)=encode
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumberLocal.h 323 /* Refer to a 32-bit word or byte in a decFloat (df) by big-endian */
330 #define DFBYTE(df, off) ((df)->bytes[DECBYTES-1-(off)])
331 #define DFWORD(df, off) ((df)->words[DECWORDS-1-(off)])
334 #define DFBYTE(df, off) ((df)->bytes[off])
335 #define DFWORD(df, off) ((df)->words[off])
340 #define DFISSIGNED(df) (DFWORD(df, 0)&0x80000000
    [all...]
decCommon.c 214 /* df is the decFloat format number which gets the final result */
218 /* returns df */
242 static decFloat * decFinalize(decFloat *df, bcdnum *num,
495 return decFloatFromBCD(df, num->exponent, umsd, num->sign);
525 /* place the declets in the encoding words and copy to result (df), */
533 DFWORD(df, 0)=encode; /* just the one word */
538 DFWORD(df, 0)=encode;
543 DFWORD(df, 1)=encode;
548 DFWORD(df, 0)=encode;
554 DFWORD(df, 1)=encode
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
df-core.cc 27 The files in this collection (df*.c,df.h) provide a general framework
31 The file df-problems.cc provides problem instance for the most common
85 instance of df. All calls to add a problem for a given instance of df
94 that case, df will just be used to do the scanning.
184 note_stores and rtx iterators instead of using the DF data. This
193 Only when insns are deleted is the df information associated with
200 itself using the low level df primitives. Currently no pass does
243 instructions in df-scan.cc. However, these are not currently connecte
410 class df_d *df; variable in typeref:class:df_d
    [all...]
  /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/tests/bin/df/
Makefile 7 TESTSDIR= ${TESTSBASE}/bin/df
13 .PATH: ${NETBSDSRCDIR}/bin/df
14 SRCS= df.c getmntinfo.c
  /src/external/gpl3/gcc/dist/gcc/
df-core.cc 27 The files in this collection (df*.c,df.h) provide a general framework
31 The file df-problems.cc provides problem instance for the most common
85 instance of df. All calls to add a problem for a given instance of df
94 that case, df will just be used to do the scanning.
184 note_stores and rtx iterators instead of using the DF data. This
193 Only when insns are deleted is the df information associated with
200 itself using the low level df primitives. Currently no pass does
243 instructions in df-scan.cc. However, these are not currently connecte
410 class df_d *df; variable in typeref:class:df_d
    [all...]
  /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/external/gpl3/binutils/dist/gprofng/src/
DbeFile.cc 129 DbeFile *df = NULL; local
136 df = dbeSession->getDbeFile (s, F_JAR_FILE | F_FILE);
140 if (df == NULL)
141 df = dbeSession->getDbeFile (fnm, F_JAR_FILE | F_FILE);
142 if (df && (df->experiment == NULL))
143 df->experiment = experiment;
144 return df;
223 DbeFile *df = new DbeFile (orig_location + 5); local
224 df->filetype = DbeFile::F_FILE
467 DbeFile *df = dbeSession->getDbeFile (spath, DbeFile::F_DIR_OR_JAR); local
497 DbeFile *df = classPath->fetch (i); local
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
DbeFile.cc 129 DbeFile *df = NULL; local
136 df = dbeSession->getDbeFile (s, F_JAR_FILE | F_FILE);
140 if (df == NULL)
141 df = dbeSession->getDbeFile (fnm, F_JAR_FILE | F_FILE);
142 if (df && (df->experiment == NULL))
143 df->experiment = experiment;
144 return df;
223 DbeFile *df = new DbeFile (orig_location + 5); local
224 df->filetype = DbeFile::F_FILE
467 DbeFile *df = dbeSession->getDbeFile (spath, DbeFile::F_DIR_OR_JAR); local
497 DbeFile *df = classPath->fetch (i); local
    [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_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/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_df_v1_7.c 31 #include "df/df_1_7_default.h"
32 #include "df/df_1_7_offset.h"
33 #include "df/df_1_7_sh_mask.h"
39 adev->df.hash_status.hash_64k = false;
40 adev->df.hash_status.hash_2m = false;
41 adev->df.hash_status.hash_1g = false;
54 tmp = RREG32_SOC15(DF, 0, mmFabricConfigAccessControl);
56 WREG32_SOC15(DF, 0, mmFabricConfigAccessControl, tmp);
58 WREG32_SOC15(DF, 0, mmFabricConfigAccessControl,
66 tmp = RREG32_SOC15(DF, 0, mmDF_CS_AON0_DramBaseAddress0)
    [all...]
  /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...]
  /src/share/examples/ftpd/
ftpd.conf 51 conversion all .tar df .notar /usr/bin/tar -cf - -- %s
52 conversion all .tar.gz df .notar /usr/bin/tar -zcf - -- %s

Completed in 74 milliseconds

1 2 3 4 5 6 7 8 91011>>