| /netbsd-src/external/mit/isl/dist/ |
| H A D | isl_fold.c | 52 isl_qpolynomial_fold *fold; in qpolynomial_fold_alloc() local 58 fold = isl_calloc_type(ctx, struct isl_qpolynomial_fold); in qpolynomial_fold_alloc() 59 if (!fold) in qpolynomial_fold_alloc() 62 fold->ref = 1; in qpolynomial_fold_alloc() 63 fold->type = type; in qpolynomial_fold_alloc() 64 fold->dim = space; in qpolynomial_fold_alloc() 65 fold->list = list; in qpolynomial_fold_alloc() 67 return fold; in qpolynomial_fold_alloc() 74 isl_ctx *isl_qpolynomial_fold_get_ctx(__isl_keep isl_qpolynomial_fold *fold) in isl_qpolynomial_fold_get_ctx() argument 76 return fold ? fold->dim->ctx : NULL; in isl_qpolynomial_fold_get_ctx() [all …]
|
| H A D | isl_polynomial_private.h | 101 struct isl_qpolynomial_fold *fold; member 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 …]
|
| H A D | isl_bound.c | 29 isl_qpolynomial_fold *fold; in isl_qpolynomial_cst_bound() local 32 fold = isl_qpolynomial_fold_alloc(type, poly); in isl_qpolynomial_cst_bound() 36 pwf = isl_pw_qpolynomial_fold_alloc(type, dom, fold); in isl_qpolynomial_cst_bound() 266 r = isl_qpolynomial_fold_foreach_qpolynomial(bound->fold, in basic_guarded_fold() 273 __isl_take isl_qpolynomial_fold *fold, void *user) in guarded_fold() argument 277 if (!set || !fold) in guarded_fold() 282 bound->fold = fold; in guarded_fold() 283 bound->type = isl_qpolynomial_fold_get_type(fold); in guarded_fold() 289 isl_qpolynomial_fold_free(fold); in guarded_fold() 294 isl_qpolynomial_fold_free(fold); in guarded_fold()
|
| H A D | isl_bernstein.c | 35 isl_qpolynomial_fold *fold; member 130 isl_qpolynomial_fold *fold; in add_fold() local 133 fold = isl_qpolynomial_fold_alloc(data->type, b); in add_fold() 142 data->fold_tight, fold); in add_fold() 144 data->fold = isl_qpolynomial_fold_fold_on_domain(dom, in add_fold() 145 data->fold, fold); in add_fold() 332 data->fold = isl_qpolynomial_fold_empty(data->type, in bernstein_coefficients_cell() 336 data->fold = isl_qpolynomial_fold_free(data->fold); in bernstein_coefficients_cell() 341 data->fold); in bernstein_coefficients_cell()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | casefold_test.ref | 28 > fold Δημοσθένους.example.com 29 "Δημοσθένους.example.com" ->fold "δημοσθένουσ.example.com" 31 > fold Δημοσθένους.exxample.com 32 "Δημοσθένους.exxample.com" ->fold "δημοσθένουσ.exxample.com" 34 > fold HeLlO.ExAmPlE.CoM 35 "HeLlO.ExAmPlE.CoM" ->fold "hello.example.com" 37 > fold x。example.com 38 "x。example.com" ->fold "x。example.com" 39 > fold x.example.com 40 "x.example.com" ->fold "x.example.com" [all …]
|
| H A D | casefold_test.in | 13 fold Δημοσθένους.example.com 15 fold Δημοσθένους.exxample.com 17 fold HeLlO.ExAmPlE.CoM 19 fold x。example.com 20 fold x.example.com 21 fold x。example.com 23 fold YYY��� 24 fold ���XXX
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
| H A D | avr-c.c | 52 tree type0, type1, fold = NULL_TREE; in avr_resolve_overloaded_builtin() local 68 fold = error_mark_node; in avr_resolve_overloaded_builtin() 79 fold = error_mark_node; in avr_resolve_overloaded_builtin() 110 fold = error_mark_node; in avr_resolve_overloaded_builtin() 114 fold = targetm.builtin_decl (id, true); in avr_resolve_overloaded_builtin() 116 if (fold != error_mark_node) in avr_resolve_overloaded_builtin() 117 fold = build_function_call_vec (loc, vNULL, fold, &args, NULL); in avr_resolve_overloaded_builtin() 127 fold = error_mark_node; in avr_resolve_overloaded_builtin() 139 fold = error_mark_node; in avr_resolve_overloaded_builtin() 147 fold = error_mark_node; in avr_resolve_overloaded_builtin() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/ |
| H A D | avr-c.cc | 52 tree type0, type1, fold = NULL_TREE; in avr_resolve_overloaded_builtin() local 68 fold = error_mark_node; in avr_resolve_overloaded_builtin() 79 fold = error_mark_node; in avr_resolve_overloaded_builtin() 110 fold = error_mark_node; in avr_resolve_overloaded_builtin() 114 fold = targetm.builtin_decl (id, true); in avr_resolve_overloaded_builtin() 116 if (fold != error_mark_node) in avr_resolve_overloaded_builtin() 117 fold = build_function_call_vec (loc, vNULL, fold, &args, NULL); in avr_resolve_overloaded_builtin() 127 fold = error_mark_node; in avr_resolve_overloaded_builtin() 139 fold = error_mark_node; in avr_resolve_overloaded_builtin() 147 fold = error_mark_node; in avr_resolve_overloaded_builtin() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | convert.cc | 109 return fold (convert_to_integer (type, e)); in convert() 111 return fold (convert_to_pointer (type, e)); in convert() 113 return fold (convert_to_real (type, e)); in convert() 115 return fold (convert_to_complex (type, e)); in convert() 117 return fold (convert_to_vector (type, e)); in convert()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | convert.c | 109 return fold (convert_to_integer (type, e)); in convert() 111 return fold (convert_to_pointer (type, e)); in convert() 113 return fold (convert_to_real (type, e)); in convert() 115 return fold (convert_to_complex (type, e)); in convert() 117 return fold (convert_to_vector (type, e)); in convert()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/global/ |
| H A D | delivered_hdr.c | 112 VSTRING *fold; member 134 info->fold = vstring_alloc(10); in delivered_hdr_init() 162 cp = fold_addr(info->fold, cp, info->flags); in delivered_hdr_init() 189 addr_key = fold_addr(info->fold, STR(info->buf), info->flags); in delivered_hdr_find() 199 vstring_free(info->fold); in delivered_hdr_free()
|
| /netbsd-src/external/mit/isl/dist/include/isl/ |
| H A D | 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 …]
|
| /netbsd-src/usr.sbin/gspa/gspa/ |
| H A D | gsp_eval.c | 47 fold(expr x) in fold() function 58 x->e_left = lp = fold(x->e_left); in fold() 60 x->e_right = rp = fold(x->e_right); in fold() 111 e = fold(e); in eval_expr()
|
| /netbsd-src/usr.bin/vis/ |
| H A D | vis.c | 58 static int eflags, fold, foldwidth = 80, none, markeol; variable 97 fold++; /* fold output lines to 80 cols */ in main() 263 if (fold) { in process() 283 if (fold && *(cp - 1) != '\n') in process()
|
| /netbsd-src/usr.bin/fold/ |
| H A D | fold.c | 58 static void fold(int); 108 fold(width); in main() 114 fold(width); in main() 130 fold(int width) in fold() function
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| H A D | msgfilter-1 | 22 echo abc | fold -b -s -w 20 >/dev/null 2>&1 || { 29 foldoutputcount=`echo $ac_n "abc$ac_c" | fold -b -s -w 20 | wc -c` 90 ${MSGFILTER} -i mfi-test1.po -o mfi-test1.out fold -b -s -w 20 >mfi-test1.err 2>&1
|
| H A D | msgfilter-3 | 22 echo abc | fold -b -s -w 20 >/dev/null 2>&1 || { 29 foldoutputcount=`echo $ac_n "abc$ac_c" | fold -b -s -w 20 | wc -c`
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-fold.c | 199 ret = fold (expr); in c_fully_fold_internal() 244 ret = fold (expr); in c_fully_fold_internal() 274 ret = fold (ret); in c_fully_fold_internal() 305 ret = fold (ret); in c_fully_fold_internal() 374 ret = fold (expr); in c_fully_fold_internal() 493 ret = fold (expr); in c_fully_fold_internal() 548 ret = fold (expr); in c_fully_fold_internal() 597 ret = fold (expr); in c_fully_fold_internal() 637 ret = fold (expr); in c_fully_fold_internal()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-fold.cc | 199 ret = fold (expr); in c_fully_fold_internal() 244 ret = fold (expr); in c_fully_fold_internal() 274 ret = fold (ret); in c_fully_fold_internal() 305 ret = fold (ret); in c_fully_fold_internal() 374 ret = fold (expr); in c_fully_fold_internal() 494 ret = fold (expr); in c_fully_fold_internal() 549 ret = fold (expr); in c_fully_fold_internal() 598 ret = fold (expr); in c_fully_fold_internal() 638 ret = fold (expr); in c_fully_fold_internal()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| H A D | aarch64-sve-builtins-base.cc | 387 fold (gimple_folder &f) const OVERRIDE in fold() function in __anonea3c03cb0111::svcmp_impl 517 fold (gimple_folder &f) const OVERRIDE in fold() function in __anonea3c03cb0111::svcnt_bhwd_impl 542 fold (gimple_folder &f) const OVERRIDE in fold() function in __anonea3c03cb0111::svcnt_bhwd_pat_impl 549 return svcnt_bhwd_impl::fold (f); in fold() 594 fold (gimple_folder &f) const OVERRIDE in fold() function in __anonea3c03cb0111::svcreate_impl 747 fold (gimple_folder &f) const OVERRIDE in fold() function in __anonea3c03cb0111::svdup_impl 832 fold (gimple_folder &f) const OVERRIDE in fold() function in __anonea3c03cb0111::svdupq_impl 1009 fold (gimple_folder &f) const OVERRIDE in fold() function in __anonea3c03cb0111::svget_impl 1046 fold (gimple_folder &f) const OVERRIDE in fold() function in __anonea3c03cb0111::svinsr_impl 1090 fold (gimple_folder &f) const OVERRIDE in fold() function in __anonea3c03cb0111::svld1_impl [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | aarch64-sve-builtins-base.cc | 387 fold (gimple_folder &f) const OVERRIDE in fold() function in __anonad83dbbe0111::svcmp_impl 517 fold (gimple_folder &f) const OVERRIDE in fold() function in __anonad83dbbe0111::svcnt_bhwd_impl 542 fold (gimple_folder &f) const OVERRIDE in fold() function in __anonad83dbbe0111::svcnt_bhwd_pat_impl 549 return svcnt_bhwd_impl::fold (f); in fold() 594 fold (gimple_folder &f) const OVERRIDE in fold() function in __anonad83dbbe0111::svcreate_impl 747 fold (gimple_folder &f) const OVERRIDE in fold() function in __anonad83dbbe0111::svdup_impl 832 fold (gimple_folder &f) const OVERRIDE in fold() function in __anonad83dbbe0111::svdupq_impl 1009 fold (gimple_folder &f) const OVERRIDE in fold() function in __anonad83dbbe0111::svget_impl 1046 fold (gimple_folder &f) const OVERRIDE in fold() function in __anonad83dbbe0111::svinsr_impl 1090 fold (gimple_folder &f) const OVERRIDE in fold() function in __anonad83dbbe0111::svld1_impl [all …]
|
| /netbsd-src/sys/arch/hp300/stand/common/ |
| H A D | ite_dv.c | 77 regbase->fold = 0x01; in dvbox_init() 165 dbp->fold = 0x01; in dv_reset()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog.ptr | 23 * fold-const.c (try_move_mult_to_index): Fix spelling/grammer 167 * fold-const.c (try_move_mult_to_index): 264 * fold-const.c (extract_array_ref): Make sure the offset 288 * fold-const.c (fold_to_nonsharp_ineq_using_bound): Don't 380 * fold-const.c (fold_unary): Handle for (T1)(X op Y), 399 * fold-const.c (fold_binary <case POINTER_PLUS_EXPR>); 410 * fold-const.c (extract_array_ref): Look for 421 * fold-const.c (try_move_mult_to_index): Remove code argument 476 * fold-const.c (build_range_check): Handle pointer types
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/ |
| H A D | select-saddo.mir | 64 ; Check that we get ADDSWri when we can fold in a constant. 89 ; Check that we get ADDSWrs when we can fold in a shift. 117 ; Check that we get SUBSWri when we can fold in a negative constant.
|
| H A D | select-ssubo.mir | 64 ; Check that we get SUBSWri when we can fold in a constant. 89 ; Check that we get SUBSWrs when we can fold in a shift. 117 ; Check that we get ADDSWri when we can fold in a negative constant.
|