| /src/external/historical/nawk/dist/testdir/ |
| chem.awk | 277 rat = 0.75; fix = 5 279 rat = 0.85; fix = 1.5 290 rat, i, rat, j, c1, c2 293 2-rat, i, 2-rat, j, c1, c2 304 rat = 0.75 306 rat = 0.85 308 rat, i, rat, [all...] |
| /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/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/sys/dev/usb/ |
| uep.c | 370 uep_adjust(int v, int off, int rat) 373 int quot = num / rat; 374 int rem = num % 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/bsd/openldap/dist/servers/slapd/ |
| at.c | 455 AttributeType **rat, 461 AttributeType *sat = *rat; 514 *rat = sat;
|
| /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...] |
| /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/sys/arch/sandpoint/sandpoint/ |
| satmgr.c | 931 isattalk(struct satmgr_softc *sc, int pow, int led, int rat, int fan, 943 p[2] = rat;
|
| /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.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/binutils/dist/gprofng/gp-display-html/ |
| gp-display-html.in | 10548 my $rat; 10593 $rat = $_; 10594 chomp ($rat); 10595 gp_message ("debugXL", $subr_name, "rat = $rat - new_metrics = $new_metrics"); 10600 if ($rat =~ /^\s*Current metrics:\s*(.*)$/)
|
| /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/ |
| gp-display-html.in | 10548 my $rat; 10593 $rat = $_; 10594 chomp ($rat); 10595 gp_message ("debugXL", $subr_name, "rat = $rat - new_metrics = $new_metrics"); 10600 if ($rat =~ /^\s*Current metrics:\s*(.*)$/)
|
| /src/external/mit/isl/dist/doc/ |
| implementation.tex | 1183 { rat: coefficients[[c_cst, c_n] -> [i2, i3]] : i3 <= c_n and 1194 { rat: coefficients[[c_cst, c_n] -> []] : c_n >= 0 and 2c_n >= -c_cst } 1198 NCP := { rat: coefficients[[a,b] -> []] 1205 { rat: [[c_cst, c_n] -> [i2, i3]] : i3 <= c_n and 1215 [n] -> { rat: [i0, i1] : i1 <= -i0 and i0 >= 1 and i1 <= 2 - n - i0 }
|