HomeSort by: relevance | last modified time | path
    Searched defs:xf (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/arch/hppa/stand/common/
exec_som.c 47 struct som_filehdr *xf = &xp->xp_hdr->x_som; local
50 if (lseek(fd, xf->aux_loc, SEEK_SET) < 0 ||
62 xp->sym.size = xf->sym_total * sizeof(struct som_sym);
63 xp->str.size = xf->strings_size;
68 if (xf->sym_total) {
69 xp->sym.foff = xf->sym_loc;
70 xp->str.foff = xf->strings_loc;
  /src/external/lgpl3/mpfr/dist/tests/
tmodf.c 31 mpfr_t xi, xf, x; local
34 mpfr_init2 (xf, xfp);
37 inexact = mpfr_modf (xi, xf, x, rnd_mode);
47 if (mpfr_cmp_str1 (xf, xfs))
52 mpfr_out_str (stdout, 10, 0, xf, MPFR_RNDN);
63 mpfr_clears (xi, xf, x, (mpfr_ptr) 0);
69 mpfr_t x, xi, xf; local
73 mpfr_init2 (xf, 123);
77 mpfr_modf (xi, xf, x, MPFR_RNDN);
79 MPFR_ASSERTN (mpfr_nan_p (xf));
105 mpfr_t xi, xf, x; local
    [all...]
  /src/external/lgpl3/mpfr/dist/src/
erf.c 31 mpfr_t xf; local
112 MPFR_TMP_INIT1(xf_limb, xf, 53);
113 mpfr_div (xf, x, __gmpfr_const_log2_RNDU, MPFR_RNDZ); /* round to zero
115 mpfr_mul (xf, xf, x, MPFR_RNDZ);
116 large = mpfr_cmp_ui (xf, MPFR_PREC (y) + 1) > 0;
  /src/sys/arch/x68k/dev/
intio_dmac.c 277 struct dmac_dma_xfer *xf = &chan->ch_xfer; local
280 xf->dx_channel = chan;
281 xf->dx_dmamap = dmamap;
282 xf->dx_tag = dmat;
284 xf->dx_array = chan->ch_map;
285 xf->dx_done = 0;
287 return xf;
291 dmac_load_xfer(struct dmac_softc *dmac, struct dmac_dma_xfer *xf)
293 struct dmac_channel_stat *chan = xf->dx_channel;
297 xf->dx_ocr &= ~DMAC_OCR_CHAIN_MASK
318 struct dmac_dma_xfer *xf; local
480 struct dmac_dma_xfer *xf = &chan->ch_xfer; local
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-wt/
search.c 138 Filter f, rf, xf, nf; local
148 xf.f_or = op->oq_search.rs_filter;
149 xf.f_choice = LDAP_FILTER_OR;
150 xf.f_next = NULL;
164 rf.f_next = xf.f_or;
165 xf.f_or = &rf;
176 nf.f_next = ( xf.f_or == op->oq_search.rs_filter )
177 ? op->oq_search.rs_filter : &xf ;
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
search.c 1360 Filter *f, rf, xf, nf, sf; local
1390 xf.f_or = &rf;
1391 xf.f_choice = LDAP_FILTER_OR;
1392 xf.f_next = NULL;
1393 f = &xf;
  /src/bin/sh/
expand.c 328 int xf = 0; local
347 xf |= EXP_NEEDFIRST; /* $* magic */
351 xf |= EXP_NEEDLAST; /* magic++ */
355 (flag & ifs_split) | xf);
  /src/external/gpl3/binutils/dist/binutils/
nm.c 966 int xf, yf;
995 xf = (strstr (xn, "gnu_compiled") != NULL
1000 if (xf && ! yf)
1002 if (! xf && yf)
1016 xf = file_symbol (x, xn, xnl);
1019 if (xf && ! yf)
1021 if (! xf && yf)
961 int xf, yf; local
  /src/external/gpl3/binutils.old/dist/binutils/
nm.c 971 int xf, yf;
1000 xf = (strstr (xn, "gnu_compiled") != NULL
1005 if (xf && ! yf)
1007 if (! xf && yf)
1021 xf = file_symbol (x, xn, xnl);
1024 if (xf && ! yf)
1026 if (! xf && yf)
966 int xf, yf; local
  /src/external/historical/nawk/dist/
run.c 608 } else if (n >= 3 && ((c>>4) & 0xF) == 0xE && (s[1] & 0xC0) == 0x80
638 } else if (n >= 3 && ((c>>4) & 0xF) == 0xE && (s[1] & 0xC0) == 0x80
640 *rune = ((c & 0xF) << 12) | ((s[1] & 0x3F) << 6) | (s[2] & 0x3F);
1512 Awkfloat xf; local
1515 xf = getfval(x);
1518 setfval(x, xf + k);
1522 setfval(z, xf);
1523 setfval(x, xf + k);
1531 Awkfloat xf, yf; local
1554 xf = getfval(x)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
targhooks.cc 1988 bool xf = (REAL_MODE_FORMAT (mode) == &ieee_extended_intel_96_format local
2001 if (sf || df || xf || tf)
2021 if (xf || tf)
  /src/external/gpl3/gcc/dist/gcc/cp/
coroutines.cc 3963 truth_if_transform xf = {stmt, NULL_TREE, &truth_aoif_to_expand}; local
3964 if ((res = cp_walk_tree (stmt, expand_one_truth_if, &xf, NULL)))
  /src/external/gpl3/gcc.old/dist/gcc/cp/
coroutines.cc 3747 truth_if_transform xf = {stmt, NULL_TREE, &truth_aoif_to_expand}; local
3748 if ((res = cp_walk_tree (stmt, expand_one_truth_if, &xf, NULL)))
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 747 if (r_type > 0xf){
6548 xar_file_t xf; local
6562 for (xf = xar_file_first(xar, xi); xf; xf = xar_file_next(xi)) {
6577 for(key = xar_prop_first(xf, xp); key; key = xar_prop_next(xp)){
6579 xar_prop_get(xf, key, &val);
6750 for(xar_file_t xf = xar_file_first(xar, xi); xf; xf = xar_file_next(xi))
    [all...]

Completed in 65 milliseconds