| /src/external/cddl/osnet/dist/cmd/zfs/ |
| zfs_iter.c | 215 char *lat, *rat; local 220 rat = (char *)strchr(rname, '@'); 224 if (rat != NULL) 225 *rat = '\0'; 235 } else if (rat == NULL) { 252 ret = strcmp(lat + 1, rat + 1); 262 if (rat != NULL) 263 *rat = '@';
|
| /src/usr.bin/compress/ |
| zopen.c | 628 long rat; local 633 rat = bytes_out >> 8; 634 if (rat == 0) /* Don't divide by zero. */ 635 rat = 0x7fffffff; 637 rat = in_count / rat; 639 rat = (in_count << 8) / bytes_out; /* 8 fractional bits. */ 640 if (rat > ratio) 641 ratio = rat;
|
| /src/external/mit/isl/dist/ |
| isl_ast_build_expr.c | 1119 * "rat" collects the rational part. 1125 isl_aff *rat; member in struct:isl_ast_extract_rational_data 1130 * add it to data->rat if "v" is not a multiple of data->d. 1136 isl_aff *rat; local 1142 rat = isl_aff_var_on_domain(isl_local_space_copy(data->ls), type, pos); 1143 rat = isl_aff_scale_val(rat, v); 1144 data->rat = isl_aff_add(data->rat, rat); [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| coroutines.cc | 2197 tree rat = build3 (COMPONENT_REF, short_unsigned_type_node, actor_frame, local 2207 tree chkb0 = build2 (BIT_AND_EXPR, short_unsigned_type_node, rat, 2214 finish_switch_cond (rat, destroy_dispatcher); 2256 finish_switch_cond (rat, dispatcher); 2464 tree rat = build3 (COMPONENT_REF, short_unsigned_type_node, local 2468 tree dstr_idx = build2 (BIT_IOR_EXPR, short_unsigned_type_node, rat, 2470 tree r = build2 (MODIFY_EXPR, short_unsigned_type_node, rat, dstr_idx);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-loop-ivopts.cc | 4001 widest_int rat; local 4050 rat = 1; 4052 else if (!constant_multiple_of (ustep, cstep, &rat)) 4056 *prat = rat; 4084 aff_combination_scale (&aff_cbase, -rat); 4089 aff_combination_scale (aff_var, rat); 4162 widest_int rat; local 4172 &rat)) 4176 if (wi::neg_p (rat)) 4181 rat = wi::neg (rat) 4872 widest_int rat; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| coroutines.cc | 2381 tree rat = build3 (COMPONENT_REF, short_unsigned_type_node, actor_frame, local 2419 tree chkb0 = build2 (BIT_AND_EXPR, short_unsigned_type_node, rat, 2426 finish_switch_cond (rat, destroy_dispatcher); 2471 finish_switch_cond (rat, dispatcher); 2674 tree rat = build3 (COMPONENT_REF, short_unsigned_type_node, local 2678 tree dstr_idx = build2 (BIT_IOR_EXPR, short_unsigned_type_node, rat, 2680 tree r = build2 (MODIFY_EXPR, short_unsigned_type_node, rat, dstr_idx);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-loop-ivopts.cc | 4042 widest_int rat; local 4091 rat = 1; 4093 else if (!constant_multiple_of (ustep, cstep, &rat)) 4097 *prat = rat; 4125 aff_combination_scale (&aff_cbase, -rat); 4130 aff_combination_scale (aff_var, rat); 4203 widest_int rat; local 4213 &rat)) 4217 if (wi::neg_p (rat)) 4222 rat = wi::neg (rat) 4921 widest_int rat; local [all...] |