Home
last modified time | relevance | path

Searched refs:fp (Results 151 – 175 of 937) sorted by path

12345678910>>...38

/dragonfly/contrib/gcc-4.7/gcc/objc/
H A Dobjc-act.c9048 dump_interface (FILE *fp, tree chain) in dump_interface() argument
9059 fprintf (fp, "\n@interface %s", my_name); in dump_interface()
9071 fprintf (fp, " (%s)\n", name); in dump_interface()
9074 fprintf (fp, " : %s\n", name); in dump_interface()
9079 fprintf (fp, "\n"); in dump_interface()
9084 fprintf (fp, "{\n"); in dump_interface()
9087 fprintf (fp, "\t%s;\n", gen_declaration (ivar_decls)); in dump_interface()
9091 fprintf (fp, "}\n"); in dump_interface()
9096 fprintf (fp, "- %s;\n", gen_method_decl (nst_methods)); in dump_interface()
9102 fprintf (fp, "+ %s;\n", gen_method_decl (cls_methods)); in dump_interface()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtimevar.c429 timevar_print (FILE *fp) in timevar_print() argument
442 if (fp == 0) in timevar_print()
443 fp = stderr; in timevar_print()
457 fputs ("\nExecution times (seconds)\n", fp); in timevar_print()
481 fprintf (fp, " %-24s:", tv->name); in timevar_print()
485 fprintf (fp, "%7.2f (%2.0f%%) usr", in timevar_print()
492 fprintf (fp, "%7.2f (%2.0f%%) sys", in timevar_print()
499 fprintf (fp, "%7.2f (%2.0f%%) wall", in timevar_print()
505 fprintf (fp, "%8u kB (%2.0f%%) ggc", in timevar_print()
511 putc ('\n', fp); in timevar_print()
[all …]
H A Dtree-streamer-in.c175 FIXED_VALUE_TYPE *fp = ggc_alloc_fixed_value (); in unpack_ts_fixed_cst_value_fields() local
176 fp->mode = bp_unpack_enum (bp, machine_mode, MAX_MACHINE_MODE); in unpack_ts_fixed_cst_value_fields()
177 fp->data.low = bp_unpack_var_len_int (bp); in unpack_ts_fixed_cst_value_fields()
178 fp->data.high = bp_unpack_var_len_int (bp); in unpack_ts_fixed_cst_value_fields()
179 TREE_FIXED_CST_PTR (expr) = fp; in unpack_ts_fixed_cst_value_fields()
H A Dtree.c1460 FIXED_VALUE_TYPE *fp; in build_fixed() local
1463 fp = ggc_alloc_fixed_value (); in build_fixed()
1464 memcpy (fp, &f, sizeof (FIXED_VALUE_TYPE)); in build_fixed()
1467 TREE_FIXED_CST_PTR (v) = fp; in build_fixed()
H A Dvmsdbgout.c1300 FILE *fp = fopen (filename, "r"); in full_name() local
1302 fgetname (fp, fullname_buff, 1); in full_name()
1303 fclose (fp); in full_name()
/dragonfly/contrib/gcc-4.7/libcpp/
H A Dfiles.c1684 _cpp_save_file_entries (cpp_reader *pfile, FILE *fp) in _cpp_save_file_entries() argument
1745 return fwrite (result, result_size, 1, fp) == 1; in _cpp_save_file_entries()
H A Dlex.c2510 cpp_output_token (const cpp_token *token, FILE *fp) in cpp_output_token() argument
2528 putc (c, fp); in cpp_output_token()
2544 fwrite (buffer, 1, 10, fp); in cpp_output_token()
2547 fputc (NODE_NAME (token->val.node.node)[i], fp); in cpp_output_token()
2552 fwrite (token->val.str.text, 1, token->val.str.len, fp); in cpp_output_token()
2649 cpp_output_line (cpp_reader *pfile, FILE *fp) in cpp_output_line() argument
2656 cpp_output_token (token, fp); in cpp_output_line()
2659 putc (' ', fp); in cpp_output_line()
2662 putc ('\n', fp); in cpp_output_line()
H A Dmkdeps.c315 fputs (" \\\n ", fp); in deps_write()
320 putc (' ', fp); in deps_write()
327 putc (':', fp); in deps_write()
336 fputs (" \\\n ", fp); in deps_write()
341 putc (' ', fp); in deps_write()
344 fputs (d->depv[i], fp); in deps_write()
346 putc ('\n', fp); in deps_write()
356 putc ('\n', fp); in deps_phony_targets()
357 fputs (d->depv[i], fp); in deps_phony_targets()
358 putc (':', fp); in deps_phony_targets()
[all …]
/dragonfly/contrib/gcc-4.7/libgcc/
H A DMakefile.in525 fpbit-src := $(srcdir)/fp-bit.c
H A Dconfig.host57 # sfp_machine_header The name of a sfp-machine.h header file for soft-fp.
899 …stuff rs6000/t-linux t-softfp-sfdf t-softfp-excl t-dfprules rs6000/t-ppc64-fp t-softfp t-slibgcc-l…
923 tmake_file="t-fdpbit rs6000/t-ppc64-fp rs6000/t-slibgcc-aix rs6000/t-ibm-ldouble"
927 tmake_file="t-fdpbit rs6000/t-ppc64-fp rs6000/t-slibgcc-aix rs6000/t-ibm-ldouble"
931 tmake_file="t-fdpbit rs6000/t-ppc64-fp rs6000/t-slibgcc-aix rs6000/t-ibm-ldouble"
/dragonfly/contrib/gcc-4.7/libgcc/config/i386/64/
H A Dt-softfp-compat7 tf-functions := $(addprefix $(srcdir)/soft-fp/, $(tf-compats))
/dragonfly/contrib/gcc-4.7/libgcc/config/
H A Dt-softfp19 # Targets using soft-fp should define the following variables:
41 # soft-fp can be used conditionally on the multilib instead.
77 $(addsuffix .c,$(addprefix $(srcdir)/soft-fp/,$(softfp_func_list)))
83 echo '#include "soft-fp/$@"' >> $@
88 # for the functions in the soft-fp files have not been brought across
91 soft-fp-objects = $(addsuffix $(objext), $(softfp_file_list)) \
94 $(soft-fp-objects) : INTERNAL_CFLAGS += -Wno-missing-prototypes -Wno-type-limits
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dcp-demangle.c5562 static void print_usage (FILE* fp, int exit_value);
5579 print_usage (FILE* fp, int exit_value) in print_usage() argument
5581 fprintf (fp, "Usage: %s [options] [names ...]\n", program_name); in print_usage()
5582 fprintf (fp, "Options:\n"); in print_usage()
5583 fprintf (fp, " -h,--help Display this message.\n"); in print_usage()
5584 fprintf (fp, " -p,--no-params Don't display function parameters\n"); in print_usage()
5585 fprintf (fp, " -v,--verbose Produce verbose demanglings.\n"); in print_usage()
5586 fprintf (fp, "If names are provided, they are demangled. Otherwise filters standard input.\n"); in print_usage()
H A Dfopen_unlocked.c88 if (fp) in unlock_1()
94 unlock_stream (FILE *fp) in unlock_stream() argument
96 unlock_1 (fp); in unlock_stream()
110 FILE *const fp = fopen (path, mode); in fopen_unlocked() local
111 unlock_1 (fp); in fopen_unlocked()
112 return fp; in fopen_unlocked()
118 FILE *const fp = fdopen (fildes, mode); in fdopen_unlocked() local
119 unlock_1 (fp); in fdopen_unlocked()
120 return fp; in fdopen_unlocked()
127 unlock_1 (fp); in freopen_unlocked()
[all …]
H A Dpartition.c140 partition_print (partition part, FILE *fp) in partition_print() argument
155 fputc ('[', fp); in partition_print()
173 fputc ('(', fp); in partition_print()
175 fprintf (fp, i == 0 ? "%d" : " %d", class_elements[i]); in partition_print()
176 fputc (')', fp); in partition_print()
178 fputc (']', fp); in partition_print()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/
H A Dconfig.h.in162 /* Define to 1 if you have the <fp.h> header file. */
/dragonfly/contrib/gcc-8.0/
H A DREADME.DELETED1059 gcc/fp-test.c
1424 libgcc/fp-bit.c
1425 libgcc/fp-bit.h
1442 libgcc/soft-fp/README
1447 libgcc/soft-fp/eqdf2.c
1448 libgcc/soft-fp/eqsf2.c
1479 libgcc/soft-fp/gedf2.c
1480 libgcc/soft-fp/gesf2.c
1481 libgcc/soft-fp/half.h
1482 libgcc/soft-fp/ledf2.c
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dbuiltins.c969 rtx fp, lab, stack; in expand_builtin_longjmp() local
994 fp = gen_rtx_MEM (Pmode, buf_addr); in expand_builtin_longjmp()
1000 set_mem_alias_set (fp, setjmp_alias_set); in expand_builtin_longjmp()
1010 emit_insn (targetm.gen_nonlocal_goto (value, lab, stack, fp)); in expand_builtin_longjmp()
1018 emit_move_insn (hard_frame_pointer_rtx, fp); in expand_builtin_longjmp()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dathlon.md33 ;; it to the specialized integer (18 entry) and fp (36 entry) schedulers.
141 ;; The three fp units are fully pipelined with latency of 3
H A Dbtver2.md93 ;; So, they occupy all the fp units.
H A Dgeode.md37 ;; The fp unit is out of order execution unit with register renaming.
H A Di386.c17668 bool fp, FILE *file) in put_condition_code() argument
17738 suffix = fp ? "nbe" : "a"; in put_condition_code()
17764 suffix = fp ? "b" : "c"; in put_condition_code()
17790 suffix = fp ? "nb" : "nc"; in put_condition_code()
17805 suffix = fp ? "u" : "p"; in put_condition_code()
17808 suffix = fp ? "nu" : "np"; in put_condition_code()
21862 rtx x, fp; in ix86_expand_convert_uns_sidf_sse() local
21867 fp = gen_reg_rtx (DFmode); in ix86_expand_convert_uns_sidf_sse()
46090 bool fp = false; in ix86_builtin_vectorization_cost() local
50439 bool fp = false; in ix86_add_stmt_cost() local
[all …]
H A Di386.opt196 Use hardware fp.
364 Use hardware fp.
366 mieee-fp
368 Use IEEE math for fp comparisons.
440 Do not use hardware fp.
H A Dk6.md49 ;; The fp unit is not pipelined, and it can only do one operation per two
H A Dpentium.md95 (define_cpu_unit "pentium-fp" "pentium_fpu")
151 "pentium-np+pentium-fp")
158 "(pentium-fp+pentium-np)")
165 "(pentium-fp+pentium-np)*3")
172 "(pentium-fp+pentium-np)*2")
211 "(pentium-firstu+pentium-fp),nothing,nothing")
217 "(pentium-firstuv+pentium-fp+pentium-fmul),pentium-fmul,nothing")
224 "(pentium-np+pentium-fp+pentium-fmul),
225 (pentium-fp+pentium-fmul)*36,pentium-fmul*2")
230 "(pentium-np+pentium-fp+pentium-fmul),
[all …]

12345678910>>...38