HomeSort by: relevance | last modified time | path
    Searched refs:fold (Results 1 - 25 of 227) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/usr.bin/fold/
Makefile 4 PROG= fold
fold.c 1 /* $NetBSD: fold.c,v 1.17 2011/09/04 20:24:59 joerg Exp $ */
43 static char sccsid[] = "@(#)fold.c 8.1 (Berkeley) 6/6/93";
45 __RCSID("$NetBSD: fold.c,v 1.17 2011/09/04 20:24:59 joerg Exp $");
58 static void fold(int);
108 fold(width);
114 fold(width);
119 * Fold the contents of standard input to fit within WIDTH columns
130 fold(int width) function
  /src/external/mit/isl/dist/
isl_fold.c 52 isl_qpolynomial_fold *fold; local
58 fold = isl_calloc_type(ctx, struct isl_qpolynomial_fold);
59 if (!fold)
62 fold->ref = 1;
63 fold->type = type;
64 fold->dim = space;
65 fold->list = list;
67 return fold;
74 isl_ctx *isl_qpolynomial_fold_get_ctx(__isl_keep isl_qpolynomial_fold *fold)
76 return fold ? fold->dim->ctx : NULL
    [all...]
isl_bound.h 13 isl_qpolynomial_fold *fold; member in struct:isl_bound
isl_polynomial_private.h 101 struct isl_qpolynomial_fold *fold; member in struct:isl_pw_qpolynomial_fold_piece
210 __isl_take isl_qpolynomial_fold *fold);
212 __isl_keep isl_qpolynomial_fold *fold);
215 __isl_keep isl_qpolynomial_fold *fold);
236 __isl_take isl_qpolynomial_fold *fold, __isl_take isl_set *set, int max);
247 __isl_take isl_qpolynomial_fold *fold, __isl_take isl_morph *morph);
254 __isl_take isl_qpolynomial_fold *fold, __isl_take isl_space *space);
259 __isl_take isl_qpolynomial_fold *fold, __isl_take isl_basic_set *eq);
261 __isl_take isl_qpolynomial_fold *fold, __isl_take isl_set *context);
266 __isl_take isl_qpolynomial_fold *fold, __isl_take isl_reordering *r)
    [all...]
isl_bound.c 29 isl_qpolynomial_fold *fold; local
32 fold = isl_qpolynomial_fold_alloc(type, poly);
36 pwf = isl_pw_qpolynomial_fold_alloc(type, dom, fold);
266 r = isl_qpolynomial_fold_foreach_qpolynomial(bound->fold,
273 __isl_take isl_qpolynomial_fold *fold, void *user)
277 if (!set || !fold)
282 bound->fold = fold;
283 bound->type = isl_qpolynomial_fold_get_type(fold);
289 isl_qpolynomial_fold_free(fold);
    [all...]
isl_bernstein.c 35 isl_qpolynomial_fold *fold; member in struct:bernstein_data
130 isl_qpolynomial_fold *fold; local
133 fold = isl_qpolynomial_fold_alloc(data->type, b);
142 data->fold_tight, fold);
144 data->fold = isl_qpolynomial_fold_fold_on_domain(dom,
145 data->fold, fold);
150 * them in data->fold and data->fold_tight.
332 data->fold = isl_qpolynomial_fold_empty(data->type,
336 data->fold = isl_qpolynomial_fold_free(data->fold)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr-c.cc 52 tree type0, type1, fold = NULL_TREE; local
68 fold = error_mark_node;
79 fold = error_mark_node;
110 fold = error_mark_node;
114 fold = targetm.builtin_decl (id, true);
116 if (fold != error_mark_node)
117 fold = build_function_call_vec (loc, vNULL, fold, &args, NULL);
127 fold = error_mark_node;
139 fold = error_mark_node
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr-c.cc 52 tree type0, type1, fold = NULL_TREE; local
68 fold = error_mark_node;
79 fold = error_mark_node;
110 fold = error_mark_node;
114 fold = targetm.builtin_decl (id, true);
116 if (fold != error_mark_node)
117 fold = build_function_call_vec (loc, vNULL, fold, &args, NULL);
127 fold = error_mark_node;
139 fold = error_mark_node
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
convert.cc 29 #include "fold-const.h"
109 return fold (convert_to_integer (type, e));
111 return fold (convert_to_pointer (type, e));
113 return fold (convert_to_real (type, e));
115 return fold (convert_to_complex (type, e));
117 return fold (convert_to_vector (type, e));
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
convert.cc 29 #include "fold-const.h"
109 return fold (convert_to_integer (type, e));
111 return fold (convert_to_pointer (type, e));
113 return fold (convert_to_real (type, e));
115 return fold (convert_to_complex (type, e));
117 return fold (convert_to_vector (type, e));
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
msgfilter-1 20 # Some fold programs (like SunOS4 and FreeBSD) don't have an option to wrap at
22 echo abc | fold -b -s -w 20 >/dev/null 2>&1 || {
23 echo "Skipping test: fold program not POSIX compliant"
27 # Some fold programs (like HP-UX) insert a newline at the end, if the last
29 foldoutputcount=`echo $ac_n "abc$ac_c" | fold -b -s -w 20 | wc -c`
32 echo "Skipping test: fold program inserts extra newline"
90 ${MSGFILTER} -i mfi-test1.po -o mfi-test1.out fold -b -s -w 20 >mfi-test1.err 2>&1
msgfilter-3 20 # Some fold programs (like SunOS4 and FreeBSD) don't have an option to wrap at
22 echo abc | fold -b -s -w 20 >/dev/null 2>&1 || {
23 echo "Skipping test: fold program not POSIX compliant"
27 # Some fold programs (like HP-UX) insert a newline at the end, if the last
29 foldoutputcount=`echo $ac_n "abc$ac_c" | fold -b -s -w 20 | wc -c`
32 echo "Skipping test: fold program inserts extra newline"
66 ${MSGFILTER} --properties-input --properties-output -i mfi-test3.properties -o mfi-test3.out fold -b -s -w 20
  /src/usr.sbin/gspa/gspa/
gsp_eval.c 44 fold(expr x) function
55 x->e_left = lp = fold(x->e_left);
57 x->e_right = rp = fold(x->e_right);
108 e = fold(e);
gsp_ass.h 133 expr fold(expr);
  /src/external/ibm-public/postfix/dist/src/global/
delivered_hdr.c 49 /* Case fold the address local part.
51 /* Case fold the address domain part.
112 VSTRING *fold; member in struct:DELIVERED_HDR_INFO
134 info->fold = vstring_alloc(10);
162 cp = fold_addr(info->fold, cp, info->flags);
189 addr_key = fold_addr(info->fold, STR(info->buf), info->flags);
199 vstring_free(info->fold);
  /src/usr.bin/vis/
vis.c 58 static int eflags, fold, foldwidth = 80, none, markeol; variable
91 errx(1, "can't fold lines to less than 5 cols");
97 fold++; /* fold output lines to 80 cols */
263 if (fold) {
283 if (fold && *(cp - 1) != '\n')
  /src/external/mit/isl/dist/include/isl/
polynomial.h 308 isl_ctx *isl_qpolynomial_fold_get_ctx(__isl_keep isl_qpolynomial_fold *fold);
309 enum isl_fold isl_qpolynomial_fold_get_type(__isl_keep isl_qpolynomial_fold *fold);
316 __isl_keep isl_qpolynomial_fold *fold);
318 __isl_take isl_qpolynomial_fold *fold);
320 isl_bool isl_qpolynomial_fold_is_empty(__isl_keep isl_qpolynomial_fold *fold);
321 isl_bool isl_qpolynomial_fold_is_nan(__isl_keep isl_qpolynomial_fold *fold);
327 __isl_keep isl_qpolynomial_fold *fold);
329 __isl_keep isl_qpolynomial_fold *fold);
336 __isl_take isl_qpolynomial_fold *fold, __isl_take isl_val *v);
338 __isl_take isl_qpolynomial_fold *fold, __isl_take isl_val *v)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-frontend.cc 30 #include "fold-const.h"
69 result = fold (result);
  /src/external/gpl3/gcc/dist/gcc/c/
c-fold.cc 59 /* Try to fold ARRAY_REF ary[index] if possible and not handled by
60 normal fold, return NULL_TREE otherwise. */
93 /* Fully fold EXPR, an expression that was not folded (beyond integer
141 get folded to an integer constant, don't fold the expression itself.
199 ret = fold (expr);
244 ret = fold (expr);
251 /* Fold individual tree codes as appropriate. */
274 ret = fold (ret);
288 /* Fold "foo"[2] in initializers. */
305 ret = fold (ret)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-fold.cc 59 /* Try to fold ARRAY_REF ary[index] if possible and not handled by
60 normal fold, return NULL_TREE otherwise. */
93 /* Fully fold EXPR, an expression that was not folded (beyond integer
141 get folded to an integer constant, don't fold the expression itself.
199 ret = fold (expr);
244 ret = fold (expr);
251 /* Fold individual tree codes as appropriate. */
274 ret = fold (ret);
288 /* Fold "foo"[2] in initializers. */
305 ret = fold (ret)
    [all...]
  /src/sys/arch/hp300/stand/common/
ite_dv.c 77 regbase->fold = 0x01;
165 dbp->fold = 0x01;
grf_rbreg.h 104 vu_char fold; /* fold register 0x40b3 */ member in struct:rboxfb
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-sve-builtins-base.cc 34 #include "fold-const.h"
387 fold (gimple_folder &f) const OVERRIDE
524 fold (gimple_folder &f) const OVERRIDE
549 fold (gimple_folder &f) const OVERRIDE
556 return svcnt_bhwd_impl::fold (f);
601 fold (gimple_folder &f) const OVERRIDE
610 The fold routines expect the replacement statement to have the
754 fold (gimple_folder &f) const OVERRIDE
839 fold (gimple_folder &f) const OVERRIDE
1016 fold (gimple_folder &f) const OVERRID
    [all...]
  /src/sys/arch/hp300/dev/
rboxreg.h 83 uint8_t fold; /* fold register 0x40b3 */ member in struct:rboxfb

Completed in 43 milliseconds

1 2 3 4 5 6 7 8 910