HomeSort by: relevance | last modified time | path
    Searched refs:ftree (Results 1 - 7 of 7) sorted by relevancy

  /src/bin/pax/
ftree.h 1 /* $NetBSD: ftree.h,v 1.5 2003/10/13 07:41:22 agc Exp $ */
35 * @(#)ftree.h 8.1 (Berkeley) 5/31/93
39 * Data structure used by the ftree.c routines to store the file args to be
44 typedef struct ftree { struct
47 struct ftree *fow; /* pointer to next entry on list */
48 } FTREE;
Makefile 7 SRCS= ar_io.c ar_subs.c buf_subs.c file_subs.c ftree.c\
  /src/external/gpl3/gcc/lib/libgfortran/
Makefile 150 FOPTS.${_f}+= -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4
155 FOPTS.${_f}+= -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128
  /src/external/gpl3/gcc/dist/gcc/objc/
objc-next-runtime-abi-02.cc 1676 tree ftree;
1682 ftree = objc_build_constructor (ret_type, NULL);
1684 ftree = fold_convert (ret_type, integer_zero_node);
1692 ifexp, ret_val, ftree,
1698 ftree, NULL_TREE, input_location);
1789 tree ftree;
1796 ftree = objc_build_constructor (ret_type, NULL);
1799 ftree = fold_convert (ret_type, integer_zero_node);
1806 ret_val = build_conditional_expr (loc, ifexp, ret_val, ftree,
1811 ftree, NULL_TREE, loc)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-next-runtime-abi-02.cc 1676 tree ftree;
1682 ftree = objc_build_constructor (ret_type, NULL);
1684 ftree = fold_convert (ret_type, integer_zero_node);
1692 ifexp, ret_val, ftree,
1698 ftree, NULL_TREE, input_location);
1786 tree ftree;
1793 ftree = objc_build_constructor (ret_type, NULL);
1796 ftree = fold_convert (ret_type, integer_zero_node);
1803 ret_val = build_conditional_expr (loc, ifexp, ret_val, ftree,
1808 ftree, NULL_TREE, loc)
    [all...]
  /src/external/gpl3/gcc/dist/libgfortran/
Makefile.am 1079 $(patsubst %.c,%.lo,$(notdir $(i_matmul_c))): AM_CFLAGS += -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4
1083 $(patsubst %.c,%.lo,$(notdir $(i_matmulavx128_c))): AM_CFLAGS += -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128
  /src/external/gpl3/gcc.old/dist/libgfortran/
Makefile.am 1074 $(patsubst %.c,%.lo,$(notdir $(i_matmul_c))): AM_CFLAGS += -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4
1078 $(patsubst %.c,%.lo,$(notdir $(i_matmulavx128_c))): AM_CFLAGS += -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 -mprefer-avx128

Completed in 27 milliseconds