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

1 2

  /src/external/mit/isl/dist/
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...]
isl_range.c 273 isl_qpolynomial_fold *fold; local
279 fold = isl_qpolynomial_fold_alloc(type, poly);
281 pwf = isl_pw_qpolynomial_fold_alloc(type, set, fold);
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_input.c 2736 enum isl_fold fold; local
2742 fold = max ? isl_fold_max : isl_fold_min;
2748 pwf = isl_pw_qpolynomial_fold_from_pw_qpolynomial(fold, pwqp);
2753 pwf_i = isl_pw_qpolynomial_fold_from_pw_qpolynomial(fold, pwqp);
  /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);
  /src/usr.bin/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/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/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/public-domain/xz/dist/src/liblzma/check/
crc_x86_clmul.h 129 fold(__m128i v, __m128i k) function
141 return _mm_xor_si128(my_load128(buf), fold(v, k));
267 v0 = _mm_xor_si128(v1, fold(v0, fold128));
268 v0 = _mm_xor_si128(v2, fold(v0, fold128));
269 v0 = _mm_xor_si128(v3, fold(v0, fold128));
299 v0 = _mm_xor_si128(v1, fold(v0, fold128));
  /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/sys/arch/hp300/dev/
rboxreg.h 83 uint8_t fold; /* fold register 0x40b3 */ member in struct:rboxfb
dvboxreg.h 72 uint8_t fold; /* Byte/longword per pixel 0x40B3 */ member in struct:dvboxfb
  /src/usr.bin/spell/spellprog/
spellprog.c 318 int ch, fold, i; local
395 fold = 0;
401 ++fold;
409 if (fold)
  /src/sys/arch/hp300/stand/common/
grf_rbreg.h 104 vu_char fold; /* fold register 0x40b3 */ member in struct:rboxfb
grf_dvreg.h 96 vu_char fold; /* Byte/longword per pixel 0x40B3 */ member in struct:dvboxfb
  /src/external/bsd/pcc/dist/pcc/f77/fcom/
expr.c 49 LOCAL bigptr fold(struct bigblock *e);
448 ckfree(q); /* constants did not fold */
1496 e = fold(e);
1632 LOCAL bigptr fold(e)
1669 fatal1("fold: invalid unary operator %d", opcode);
1627 LOCAL bigptr fold(e) function
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-mve-builtins.h 70 - gimple_folder, which tries to fold a function call at the gimple level
79 Note that we've specifically chosen not to fold calls in the frontend,
80 since MVE intrinsics will hardly ever fold a useful language-level
464 gimple *fold ();
548 /* Try to fold the given gimple call. Return the new gimple statement
550 virtual gimple *fold (gimple_folder &) const { return NULL; } function in class:arm_mve::function_base
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins.h 72 - gimple_folder, which tries to fold a function call at the gimple level
81 Note that we've specifically chosen not to fold calls in the frontend,
82 since SVE intrinsics will hardly ever fold a useful language-level
640 gimple *fold ();
748 /* Try to fold the given gimple call. Return the new gimple statement
750 virtual gimple *fold (gimple_folder &) const { return NULL; } function in class:aarch64_sve::function_base
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vector-builtins.h 84 - gimple_folder, which tries to fold a function call at the gimple level
451 gimple *fold ();
547 /* Try to fold the given gimple call. Return the new gimple statement
549 virtual gimple *fold (gimple_folder &) const { return NULL; } function in class:riscv_vector::function_base
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-sve-builtins.h 70 - gimple_folder, which tries to fold a function call at the gimple level
79 Note that we've specifically chosen not to fold calls in the frontend,
80 since SVE intrinsics will hardly ever fold a useful language-level
506 gimple *fold ();
611 /* Try to fold the given gimple call. Return the new gimple statement
613 virtual gimple *fold (gimple_folder &) const { return NULL; } function in class:aarch64_sve::function_base
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULibCalls.cpp 143 bool fold(CallInst *CI, AliasAnalysis *AA = nullptr);
620 bool AMDGPULibCalls::fold(CallInst *CI, AliasAnalysis *AA) { function in class:AMDGPULibCalls
1243 // fold sqrt -> native_sqrt (x)
1261 // fold sin, cos -> sincos.
1278 { // fold in load value.
1731 if(Simplifier.fold(CI, AA))
1765 if (Simplifier.fold(CI, AA))

Completed in 39 milliseconds

1 2