Searched refs:fn (Results 1 - 25 of 148) sorted by relevance

123456

/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A De_scalb.c18 * __ieee754_scalb(x, fn) is provide for
29 double __ieee754_scalb(double x, int fn) argument
31 double __ieee754_scalb(x,fn)
32 double x; int fn;
36 double __ieee754_scalb(double x, double fn)
38 double __ieee754_scalb(x,fn)
39 double x, fn;
44 return __scalbn(x,fn);
46 if (__isnan(x)||__isnan(fn)) return x*fn;
[all...]
H A De_scalbf.c26 float __ieee754_scalbf(float x, int fn) argument
28 float __ieee754_scalbf(x,fn)
29 float x; int fn;
33 float __ieee754_scalbf(float x, float fn)
35 float __ieee754_scalbf(x,fn)
36 float x, fn;
41 return __scalbnf(x,fn);
43 if (__isnanf(x)||__isnanf(fn)) return x*fn;
44 if (!__finitef(fn)) {
[all...]
H A Dw_scalb.c18 * wrapper scalb(double x, double fn) is provide for
30 double __scalb(double x, int fn) /* wrapper scalb */ argument
32 double __scalb(double x, double fn) /* wrapper scalb */
35 double __scalb(x,fn) /* wrapper scalb */
37 double x; int fn;
39 double x,fn;
44 return __ieee754_scalb(x,fn);
47 z = __ieee754_scalb(x,fn);
50 return __kernel_standard(x,(double)fn,32); /* scalb overflow */
53 return __kernel_standard(x,(double)fn,3
[all...]
H A Dw_scalbf.c21 * wrapper scalbf(float x, float fn) is provide for
33 float __scalbf(float x, int fn) /* wrapper scalbf */ argument
35 float __scalbf(float x, float fn) /* wrapper scalbf */
38 float __scalbf(x,fn) /* wrapper scalbf */
40 float x; int fn;
42 float x,fn;
47 return __ieee754_scalbf(x,fn);
50 z = __ieee754_scalbf(x,fn);
54 return (float)__kernel_standard((double)x,(double)fn,132);
58 return (float)__kernel_standard((double)x,(double)fn,13
[all...]
H A Dw_scalbl.c22 * wrapper scalbl(long double x, long double fn) is provide for
34 long double __scalbl(long double x, int fn) /* wrapper scalbl */ argument
36 long double __scalbl(long double x, long double fn)/* wrapper scalbl */
39 long double __scalbl(x,fn) /* wrapper scalbl */
41 long double x; int fn;
43 long double x,fn;
48 return __ieee754_scalbl(x,fn);
51 z = __ieee754_scalbl(x,fn);
54 return __kernel_standard(x,(double)fn,232); /* scalb overflow */
57 return __kernel_standard(x,(double)fn,23
[all...]
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_kerning.c27 static const char fn[] = "PDF_get_kern_amount"; local
29 if (!pdf_enter_api(p, fn,
H A Dp_pdi.c31 static const char fn[] = "PDF_open_pdi"; local
34 if (!pdf_enter_api(p, fn,
56 static const char fn[] = "PDF_open_pdi_callback"; local
59 if (!pdf_enter_api(p, fn,
75 static const char fn[] = "PDF_close_pdi"; local
77 if (!pdf_enter_api(p, fn,
90 static const char fn[] = "PDF_open_pdi_page"; local
93 if (!pdf_enter_api(p, fn,
108 static const char fn[] = "PDF_fit_pdi_page"; local
111 if (!pdf_enter_api(p, fn, pdf_state_conten
123 static const char fn[] = "PDF_place_pdi_page"; local
137 static const char fn[] = "PDF_close_pdi_page"; local
158 static const char fn[] = "PDF_get_pdi_parameter"; local
173 static const char fn[] = "PDF_get_pdi_value"; local
188 static const char fn[] = "PDF_process_pdi"; local
[all...]
H A Dp_icc.c33 static const char fn[] = "PDF_load_iccprofile"; local
36 if (!pdf_enter_api(p, fn,
H A Dp_block.c30 static const char fn[] = "PDF_fill_textblock"; local
32 if (!pdf_enter_api(p, fn,
50 static const char fn[] = "PDF_fill_imageblock"; local
52 if (!pdf_enter_api(p, fn,
69 static const char fn[] = "PDF_fill_pdfblock"; local
71 if (!pdf_enter_api(p, fn,
H A Dp_draw.c341 static const char fn[] = "PDF_moveto"; local
343 if (pdf_enter_api(p, fn,
354 static const char fn[] = "PDF_rmoveto"; local
356 if (pdf_enter_api(p, fn,
367 static const char fn[] = "PDF_lineto"; local
369 if (pdf_enter_api(p, fn, pdf_state_path, "(p[%p], %g, %g)\n",
379 static const char fn[] = "PDF_rlineto"; local
381 if (pdf_enter_api(p, fn, pdf_state_path, "(p[%p], %g, %g)\n",
392 static const char fn[] = "PDF_curveto"; local
394 if (pdf_enter_api(p, fn, pdf_state_pat
406 static const char fn[] = "PDF_rcurveto"; local
419 static const char fn[] = "PDF_rect"; local
432 static const char fn[] = "PDF_arc"; local
445 static const char fn[] = "PDF_arcn"; local
458 static const char fn[] = "PDF_circle"; local
471 static const char fn[] = "PDF_closepath"; local
482 static const char fn[] = "PDF_endpath"; local
493 static const char fn[] = "PDF_stroke"; local
504 static const char fn[] = "PDF_closepath_stroke"; local
515 static const char fn[] = "PDF_fill"; local
526 static const char fn[] = "PDF_fill_stroke"; local
537 static const char fn[] = "PDF_closepath_fill_stroke"; local
548 static const char fn[] = "PDF_clip"; local
[all...]
H A Dp_template.c27 static const char fn[] = "PDF_begin_template"; local
31 if (!pdf_enter_api(p, fn, pdf_state_document, "(p[%p], %g, %g)",
59 PDF_PUSH_STATE(p, fn, pdf_state_template);
103 static const char fn[] = "PDF_end_template"; local
105 if (!pdf_enter_api(p, fn, pdf_state_template, "(p[%p])\n", (void *) p))
136 PDF_POP_STATE(p, fn);
H A Dp_gstate.c122 static const char fn[] = "PDF_save"; local
124 if (!pdf_enter_api(p, fn, pdf_state_content, "(p[%p])\n", (void *) p))
133 static const char fn[] = "PDF_restore"; local
135 if (!pdf_enter_api(p, fn, pdf_state_content, "(p[%p])\n", (void *) p))
144 static const char fn[] = "PDF_translate"; local
147 if (!pdf_enter_api(p, fn, pdf_state_content, "(p[%p], %g, %g)\n",
162 static const char fn[] = "PDF_scale"; local
165 if (!pdf_enter_api(p, fn, pdf_state_content, "(p[%p], %g, %g)\n",
186 static const char fn[] = "PDF_rotate"; local
189 if (!pdf_enter_api(p, fn, pdf_state_conten
204 static const char fn[] = "PDF_skew"; local
236 static const char fn[] = "PDF_concat"; local
281 static const char fn[] = "PDF_setmatrix"; local
433 static const char fn[] = "PDF_setdash"; local
453 static const char fn[] = "PDF_setpolydash"; local
489 static const char fn[] = "PDF_setdashpattern"; local
519 static const char fn[] = "PDF_setflat"; local
536 static const char fn[] = "PDF_setlinejoin"; local
554 static const char fn[] = "PDF_setlinecap"; local
571 static const char fn[] = "PDF_setmiterlimit"; local
587 static const char fn[] = "PDF_setlinewidth"; local
639 static const char fn[] = "PDF_initgraphics"; local
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Darm-linux-nat.c98 fetch_nwfpe_single (unsigned int fn, FPA11 * fpa11) argument
102 mem[0] = fpa11->fpreg[fn].fSingle;
105 regcache_raw_supply (current_regcache, ARM_F0_REGNUM + fn, (char *) &mem[0]);
109 fetch_nwfpe_double (unsigned int fn, FPA11 * fpa11) argument
113 mem[0] = fpa11->fpreg[fn].fDouble[1];
114 mem[1] = fpa11->fpreg[fn].fDouble[0];
116 regcache_raw_supply (current_regcache, ARM_F0_REGNUM + fn, (char *) &mem[0]);
120 fetch_nwfpe_none (unsigned int fn) argument
125 regcache_raw_supply (current_regcache, ARM_F0_REGNUM + fn, (char *) &mem[0]);
129 fetch_nwfpe_extended (unsigned int fn, FPA1 argument
142 int fn = regno - ARM_F0_REGNUM; local
164 store_nwfpe_single(unsigned int fn, FPA11 *fpa11) argument
175 store_nwfpe_double(unsigned int fn, FPA11 *fpa11) argument
187 store_nwfpe_extended(unsigned int fn, FPA11 *fpa11) argument
204 unsigned int fn = regno - ARM_F0_REGNUM; local
250 int fn = regno - ARM_F0_REGNUM; local
298 int fn = regno - ARM_F0_REGNUM; local
[all...]
/haiku-fatelf/src/bin/pcmcia-cs/
H A Ddump_cisreg.c84 char fn[B_OS_NAME_LENGTH]; local
85 sprintf(fn, "/dev/bus/pcmcia/sock/%d", sock);
86 return open(fn, O_RDONLY);
92 char **p, fn[64];
96 sprintf(fn, "%s/dc%d", *p, getpid());
97 if (mknod(fn, (S_IFCHR|S_IREAD|S_IWRITE), dev) == 0) {
98 fd = open(fn, O_RDONLY);
99 unlink(fn);
111 static int get_reg(int fd, int fn, off_t off) argument
116 arg.conf_reg.Function = fn;
127 dump_option(int fd, int fn, int mfc) argument
146 dump_status(int fd, int fn) argument
162 dump_pin(int fd, int fn) argument
179 dump_copy(int fd, int fn) argument
189 dump_ext_status(int fd, int fn) argument
201 dump_all(int fd, int fn, int mfc, u_int mask) argument
[all...]
/haiku-fatelf/src/libs/pdflib/libs/pdcore/
H A Dpc_sbuf.c31 static const char fn[] = "pdc_sb_new"; local
33 pdc_sbuf *sb = (pdc_sbuf *)pdc_malloc(pdc, sizeof (pdc_sbuf), fn);
36 sb->buf = (char *)pdc_malloc(pdc, INIT_SIZE, fn); /* TODO: potential leak */
55 static const char fn[] = "pdc_sb_copy"; local
68 dst->buf = (char *)pdc_malloc(dst->pdc, (size_t) d_cap, fn);
80 static const char fn[] = "pdc_sb_put_c"; local
84 sb->buf = (char *)pdc_realloc(sb->pdc, sb->buf, (size_t) (2 * size), fn);
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dxatexit.c11 @deftypefun int xatexit (void (*@var{fn}) (void))
68 xatexit (fn)
69 void (*fn) PARAMS ((void));
86 p->fns[p->ind++] = fn;
/haiku-fatelf/src/bin/bash/lib/sh/
H A Dzcatfd.c43 zcatfd (fd, ofd, fn)
45 char *fn;
H A Dzmapfd.c44 zmapfd (fd, ostr, fn)
47 char *fn;
H A Dmailstat.c62 struct dirent *fn; local
131 while ((fn = readdir(dd)) != NULL)
133 if (fn->d_name[0] == '.' || strlen(fn->d_name) + l >= sizeof(file))
135 strcpy(file + l, fn->d_name);
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddir.c888 FILE_NAME_ATTR *fn = &ie->key.file_name; local
909 else if (fn->file_attributes & FILE_ATTR_SYSTEM)
918 || !(fn->file_attributes & FILE_ATTR_HIDDEN)))
922 res = filldir(dirent, fn->file_name,
923 fn->file_name_length,
924 fn->file_name_type, *pos,
927 loname = (ntfschar*)ntfs_malloc(2*fn->file_name_length);
929 memcpy(loname, fn->file_name,
930 2*fn->file_name_length);
931 ntfs_name_locase(loname, fn
969 FILE_NAME_ATTR *fn; local
1405 FILE_NAME_ATTR *fn = NULL; local
1730 ntfs_check_unlinkable_dir(ntfs_inode *ni, FILE_NAME_ATTR *fn) argument
1770 FILE_NAME_ATTR *fn = NULL; local
2050 FILE_NAME_ATTR *fn = NULL; local
2144 FILE_NAME_ATTR *fn; local
2183 FILE_NAME_ATTR *fn; local
2226 FILE_NAME_ATTR *fn; local
2333 FILE_NAME_ATTR *fn = NULL; local
[all...]
/haiku-fatelf/src/bin/bash/support/
H A Dmkclone98 f) fn=${fname##*/}
104 echo "( cd $dn && $LN $SRCDIR/$fname $fn )"
106 [ -z "$debug" ] && ( cd $dn && $LN $SRCDIR/$fname $fn )
/haiku-fatelf/src/tools/stubgen/etc/
H A DDebug.H36 int dbg_file_active (char *fn);
/haiku-fatelf/headers/private/firewire/
H A Diec68113.h56 uint8_t fn:2, member in struct:ciphdr
64 fn:2; member in struct:ciphdr
/haiku-fatelf/src/bin/bash/builtins/
H A Devalstring.c463 char *fn; local
472 fn = redirection_expand (r->redirectee.filename);
476 if (fn == 0)
482 fd = open(fn, O_RDONLY);
485 file_error (fn);
486 free (fn);
490 rval = zcatfd (fd, 1, fn);
492 free (fn);
/haiku-fatelf/src/libs/edit/
H A Dhist.h58 #define HIST_FUN(el, fn, arg) \
60 fn, arg)) == -1) ? NULL : (el)->el_history.ev.str)

Completed in 282 milliseconds

123456