Searched refs:fp (Results 126 - 150 of 2254) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sys/arch/next68k/stand/boot/
H A Dmachdep.c110 trap(struct trapframe *fp) argument
118 fp->fmt, fp->vec, fp->sr, fp->pc);
120 fp->dregs[0], fp->dregs[1], fp->dregs[2], fp->dregs[3],
121 fp
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/generic/
H A Dfib2_ui.c32 /* Store F[n] at fp and F[n-1] at f1p. fp and f1p should have room for
36 least 1. fp[size-1] will be non-zero, except when n==0, in which case
37 fp[0] is 0 and f1p[0] is 1. f1p[size-1] can be zero, since F[n-1]<F[n]
56 mpn_fib2_ui (mp_ptr fp, mp_ptr f1p, unsigned long int n) argument
63 ASSERT (! MPN_OVERLAP_P (fp, MPN_FIB2_SIZE(n), f1p, MPN_FIB2_SIZE(n)));
72 fp[0] = FIB_TABLE (nfirst);
88 /* Here fp==F[k] and f1p==F[k-1], with k being the bits of n from
92 fp==F[2k],f1p==F[2k-1] or fp
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/
H A Dnslcd-prot.h33 ERROR_OUT_WRITEERROR(fp)
34 ERROR_OUT_READERROR(fp)
35 ERROR_OUT_BUFERROR(fp)
36 ERROR_OUT_NOSUCCESS(fp) */
82 #define WRITE(fp,ptr,size) \
85 if (tio_write(fp,ptr,(size_t)size)) \
88 ERROR_OUT_WRITEERROR(fp); \
91 #define WRITE_TYPE(fp,field,type) \
92 WRITE(fp,&(field),sizeof(type))
94 #define WRITE_INT32(fp,
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/acorn26/stand/lib/
H A Driscoscalls.S36 stmfd sp!, {fp, ip, lr, pc}
37 sub fp, ip, #4
39 ldmdb fp, {fp, sp, pc}
43 stmfd sp!, {fp, ip, lr, pc}
44 sub fp, ip, #4
46 ldmdb fp, {fp, sp, pc}
50 stmfd sp!, {fp, ip, lr, pc}
51 sub fp, i
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/format/
H A Dc99-scanf-1.c14 unsigned long int *ulp, float *fp, double *dp, long double *ldp, char *s,
33 ip, ip, uip, uip, uip, uip, fp, fp, fp, fp, fp, fp, fp, fp,
39 scanf ("%ha", fp); /* { d
12 foo(int *ip, unsigned int *uip, short int *hp, unsigned short int *uhp, signed char *hhp, unsigned char *uhhp, long int *lp, unsigned long int *ulp, float *fp, double *dp, long double *ldp, char *s, void **pp, int *n, long long *llp, unsigned long long *ullp, wchar_t *ls, short int *hn, signed char *hhn, long int *ln, long long int *lln, intmax_t *jp, uintmax_t *ujp, intmax_t *jn, size_t *zp, signed_size_t *szp, signed_size_t *zn, ptrdiff_t *tp, unsigned_ptrdiff_t *utp, ptrdiff_t *tn) argument
[all...]
H A Dc90-scanf-2.c11 foo (signed char *hhp, float *fp, llong *llp, intmax_t *jp, argument
22 scanf ("%F", fp); /* { dg-warning "C" "%F in C90" } */
23 scanf ("%a", fp); /* { dg-warning "C" "%a in C90" } */
24 scanf ("%A", fp); /* { dg-warning "C" "%A in C90" } */
H A Dms_c90-scanf-2.c12 foo (signed char *hhp, float *fp, llong *llp, intmax_t *jp, argument
23 scanf ("%F", fp); /* { dg-warning "unknown|format" "%F is unsupported" } */
24 scanf ("%a", fp); /* { dg-warning "unknown|format" "%a is unsupported" } */
25 scanf ("%A", fp); /* { dg-warning "unknown|format" "%A is unsupported" } */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/format/
H A Dc99-scanf-1.c14 unsigned long int *ulp, float *fp, double *dp, long double *ldp, char *s,
33 ip, ip, uip, uip, uip, uip, fp, fp, fp, fp, fp, fp, fp, fp,
39 scanf ("%ha", fp); /* { d
12 foo(int *ip, unsigned int *uip, short int *hp, unsigned short int *uhp, signed char *hhp, unsigned char *uhhp, long int *lp, unsigned long int *ulp, float *fp, double *dp, long double *ldp, char *s, void **pp, int *n, long long *llp, unsigned long long *ullp, wchar_t *ls, short int *hn, signed char *hhn, long int *ln, long long int *lln, intmax_t *jp, uintmax_t *ujp, intmax_t *jn, size_t *zp, signed_size_t *szp, signed_size_t *zn, ptrdiff_t *tp, unsigned_ptrdiff_t *utp, ptrdiff_t *tn) argument
[all...]
H A Dc90-scanf-2.c11 foo (signed char *hhp, float *fp, llong *llp, intmax_t *jp, argument
22 scanf ("%F", fp); /* { dg-warning "C" "%F in C90" } */
23 scanf ("%a", fp); /* { dg-warning "C" "%a in C90" } */
24 scanf ("%A", fp); /* { dg-warning "C" "%A in C90" } */
/netbsd-6-1-5-RELEASE/sys/arch/sparc/fpu/
H A Dfpu_implode.c75 * 2 bits (a la fpu_shr(), but we do not bother with fp->fp_sticky).
78 * Note that we may leave the value 2.0 in fp->fp_mant; it is the caller's
82 round(struct fpemu *fe, struct fpn *fp) argument
87 m0 = fp->fp_mant[0];
88 m1 = fp->fp_mant[1];
89 m2 = fp->fp_mant[2];
90 m3 = fp->fp_mant[3];
92 s = fp->fp_sticky;
117 if ((gr & 1) || fp->fp_sticky || (m3 & 1))
127 if (fp
197 fpu_ftoi(struct fpemu *fe, struct fpn *fp) argument
245 fpu_ftox(struct fpemu *fe, struct fpn *fp, u_int *res) argument
294 fpu_ftos(struct fpemu *fe, struct fpn *fp) argument
376 fpu_ftod(struct fpemu *fe, struct fpn *fp, u_int *res) argument
434 fpu_ftoq(struct fpemu *fe, struct fpn *fp, u_int *res) argument
491 fpu_implode(struct fpemu *fe, struct fpn *fp, int type, u_int *space) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/fpu/
H A Dfpu_explode.c86 fpu_itof(struct fpn *fp, u_int i) argument
97 fp->fp_exp = FP_LG;
98 fp->fp_mant[0] = (int)i < 0 ? -i : i;
99 fp->fp_mant[1] = 0;
100 fp->fp_mant[2] = 0;
101 fp->fp_mant[3] = 0;
102 fpu_norm(fp);
110 fpu_xtof(struct fpn *fp, u_int64_t i) argument
121 fp->fp_exp = FP_LG2;
122 *((int64_t*)fp
169 fpu_stof(struct fpn *fp, u_int i) argument
187 fpu_dtof(struct fpn *fp, u_int i, u_int j) argument
209 fpu_explode(struct fpemu *fe, struct fpn *fp, int type, int reg) argument
[all...]
H A Dfpu_subr.c70 fpu_shr(struct fpn *fp, int rsh) argument
76 if (rsh <= 0 || (fp->fp_class != FPC_NUM && !ISNAN(fp)))
80 m0 = fp->fp_mant[0];
81 m1 = fp->fp_mant[1];
82 m2 = fp->fp_mant[2];
83 m3 = fp->fp_mant[3];
91 fp->fp_mant[0] = 0;
92 fp->fp_mant[1] = 0;
93 fp
144 fpu_norm(struct fpn *fp) argument
214 struct fpn *fp; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A D__fpending.c29 __fpending (FILE *fp) argument
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/m68k/
H A Dlink.d9 0+000 <foo> linkw %fp,#0
10 0+004 <foo\+(0x|)4> linkw %fp,#-4
11 0+008 <foo\+(0x|)8> linkw %fp,#-32767
12 0+00c <foo\+(0x|)c> linkw %fp,#-32768
13 0+010 <foo\+(0x|)10> linkl %fp,#-32769
14 0+016 <foo\+(0x|)16> linkw %fp,#32767
15 0+01a <foo\+(0x|)1a> linkl %fp,#32768
16 0+020 <foo\+(0x|)20> linkl %fp,#32769
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic43.C7 int (*fp)(const int&, const float&) = &f;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr38572.C13 void f (char *pc, char *endpc, int format, char ***fp, enum JSOp op) argument
17 if ((fp && *fp && pc == **fp) || pc == endpc)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.bugs/
H A D891229_02.C21 function_p fp; // { dg-error "" } no such type in scope variable
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.bugs/
H A D891229_02.C21 function_p fp; // { dg-error "" } no such type in scope variable
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/m68k/
H A Dcrtn.s38 unlk %fp
42 unlk %fp
/netbsd-6-1-5-RELEASE/lib/libc/stdio/
H A Dfgetln.c56 fgetln(FILE *fp, size_t *lenp)
60 FLOCKFILE(fp);
61 p = __fgetstr(fp, lenp, '\n');
62 FUNLOCKFILE(fp);
H A Dfgetwln.c60 __slbexpand(FILE *fp, size_t newsize) argument
67 _DIAGASSERT(fp != NULL);
69 if (_EXT(fp)->_fgetstr_len >= newsize)
71 if ((p = realloc(_EXT(fp)->_fgetstr_buf, newsize)) == NULL)
73 _EXT(fp)->_fgetstr_buf = p;
74 _EXT(fp)->_fgetstr_len = newsize;
79 fgetwln(FILE * __restrict fp, size_t *lenp) argument
84 FLOCKFILE(fp);
85 _SET_ORIENTATION(fp, 1);
88 while ((wc = __fgetwc_unlock(fp)) !
[all...]
H A Dfileext.h49 #define _EXT(fp) ((struct __sfileext *)(void *)((fp)->_ext._base))
50 #define _UB(fp) _EXT(fp)->_ub
52 #define _LOCK(fp) (_EXT(fp)->_lock)
53 #define _LOCKCOND(fp) (_EXT(fp)->_lockcond)
54 #define _LOCKOWNER(fp) (_EXT(fp)
[all...]
H A Dgetchar.c57 FILE *fp = stdin; local
60 FLOCKFILE(fp);
61 r = __sgetc(fp);
62 FUNLOCKFILE(fp);
H A Dgetw.c49 getw(fp)
50 FILE *fp;
54 _DIAGASSERT(fp != NULL);
56 return (fread((void *)&x, sizeof(x), 1, fp) == 1 ? x : EOF);
H A Dsetbuf.c51 setbuf(fp, buf)
52 FILE *fp;
56 _DIAGASSERT(fp != NULL);
59 (void) setvbuf(fp, buf, buf ? _IOFBF : _IONBF, BUFSIZ);

Completed in 125 milliseconds

1234567891011>>