| /netbsd-src/external/historical/nawk/dist/testdir/ |
| H A D | 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, j 311 2-rat, i, 2-rat, j
|
| H A D | sgi.ctimes | 26 rat += new/old 36 printf "avg new/old = %.3f\n", rat/nrat
|
| H A D | ctimes | 26 rat += new/old 36 printf "avg new/old = %.3f\n", rat/nrat
|
| /netbsd-src/external/cddl/osnet/dist/cmd/zfs/ |
| H A D | zfs_iter.c | 215 char *lat, *rat; in zfs_compare() local 220 rat = (char *)strchr(rname, '@'); in zfs_compare() 224 if (rat != NULL) in zfs_compare() 225 *rat = '\0'; in zfs_compare() 235 } else if (rat == NULL) { in zfs_compare() 252 ret = strcmp(lat + 1, rat + 1); in zfs_compare() 262 if (rat != NULL) in zfs_compare() 263 *rat = '@'; in zfs_compare()
|
| /netbsd-src/usr.bin/compress/ |
| H A D | zopen.c | 628 long rat; in cl_block() local 633 rat = bytes_out >> 8; in cl_block() 634 if (rat == 0) /* Don't divide by zero. */ in cl_block() 635 rat = 0x7fffffff; in cl_block() 637 rat = in_count / rat; in cl_block() 639 rat = (in_count << 8) / bytes_out; /* 8 fractional bits. */ in cl_block() 640 if (rat > ratio) in cl_block() 641 ratio = rat; in cl_block()
|
| /netbsd-src/games/quiz/datfiles/ |
| H A D | chinese | 9 boar:rat 10 rat:ox
|
| /netbsd-src/sys/dev/usb/ |
| H A D | uep.c | 370 uep_adjust(int v, int off, int rat) in uep_adjust() argument 373 int quot = num / rat; in uep_adjust() 374 int rem = num % rat; in uep_adjust()
|
| /netbsd-src/external/mit/isl/dist/ |
| H A D | isl_ast_build_expr.c | 1125 isl_aff *rat; member 1136 isl_aff *rat; in add_rational() local 1142 rat = isl_aff_var_on_domain(isl_local_space_copy(data->ls), type, pos); in add_rational() 1143 rat = isl_aff_scale_val(rat, v); in add_rational() 1144 data->rat = isl_aff_add(data->rat, rat); in add_rational() 1176 data.rat = isl_aff_zero_on_domain(isl_local_space_copy(data.ls)); in extract_rational() 1188 data.rat = isl_aff_add(data.rat, rat_0); in extract_rational() 1193 aff = isl_aff_sub(aff, isl_aff_copy(data.rat)); in extract_rational() 1196 rat_expr = div_mod(isl_ast_expr_op_div, data.rat, data.d, build); in extract_rational() 1201 isl_aff_free(data.rat); in extract_rational()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | at.c | 444 AttributeType **rat, in at_insert() argument 450 AttributeType *sat = *rat; in at_insert() 503 *rat = sat; in at_insert()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-ssa-loop-ivopts.c | 3969 widest_int rat; variable 4018 rat = 1; 4020 else if (!constant_multiple_of (ustep, cstep, &rat)) 4024 *prat = rat; 4052 aff_combination_scale (&aff_cbase, -rat); 4057 aff_combination_scale (aff_var, rat); 4130 widest_int rat; in get_debug_computation_at() local 4140 &rat)) in get_debug_computation_at() 4144 if (wi::neg_p (rat)) in get_debug_computation_at() 4149 rat = wi::neg (rat); in get_debug_computation_at() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-ssa-loop-ivopts.cc | 4000 widest_int rat; in get_computation_aff_1() local 4049 rat = 1; in get_computation_aff_1() 4051 else if (!constant_multiple_of (ustep, cstep, &rat)) in get_computation_aff_1() 4055 *prat = rat; in get_computation_aff_1() 4083 aff_combination_scale (&aff_cbase, -rat); in get_computation_aff_1() 4088 aff_combination_scale (aff_var, rat); in get_computation_aff_1() 4161 widest_int rat; in get_debug_computation_at() local 4171 &rat)) in get_debug_computation_at() 4175 if (wi::neg_p (rat)) in get_debug_computation_at() 4180 rat = wi::neg (rat); in get_debug_computation_at() [all …]
|
| /netbsd-src/sys/arch/sandpoint/sandpoint/ |
| H A D | satmgr.c | 931 isattalk(struct satmgr_softc *sc, int pow, int led, int rat, int fan, in isattalk() argument 943 p[2] = rat; in isattalk()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | coroutines.cc | 2302 tree rat = build3 (COMPONENT_REF, short_unsigned_type_node, actor_frame, in build_actor_fn() local 2312 tree chkb0 = build2 (BIT_AND_EXPR, short_unsigned_type_node, rat, in build_actor_fn() 2319 finish_switch_cond (rat, destroy_dispatcher); in build_actor_fn() 2360 finish_switch_cond (rat, dispatcher); in build_actor_fn() 2456 p_data.to = rat; in build_actor_fn() 2606 tree rat = build3 (COMPONENT_REF, short_unsigned_type_node, destr_frame, in build_destroy_fn() local 2610 tree dstr_idx = build2 (BIT_IOR_EXPR, short_unsigned_type_node, rat, in build_destroy_fn() 2612 tree r = build2 (MODIFY_EXPR, short_unsigned_type_node, rat, dstr_idx); in build_destroy_fn()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | coroutines.cc | 2197 tree rat = build3 (COMPONENT_REF, short_unsigned_type_node, actor_frame, in build_actor_fn() local 2207 tree chkb0 = build2 (BIT_AND_EXPR, short_unsigned_type_node, rat, in build_actor_fn() 2214 finish_switch_cond (rat, destroy_dispatcher); in build_actor_fn() 2256 finish_switch_cond (rat, dispatcher); in build_actor_fn() 2464 tree rat = build3 (COMPONENT_REF, short_unsigned_type_node, in build_destroy_fn() local 2468 tree dstr_idx = build2 (BIT_IOR_EXPR, short_unsigned_type_node, rat, in build_destroy_fn() 2470 tree r = build2 (MODIFY_EXPR, short_unsigned_type_node, rat, dstr_idx); in build_destroy_fn()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprof/po/ |
| H A D | ro.po | 297 msgstr "%s: cineva a numărat greșit: ltab.len=%d în loc de %ld\n" 327 msgstr "%s: rată profilată incompatibilă cu primul fișier gmon\n"
|
| H A D | ru.po | 120 # probabil, traducerea cu adevărat corectă: 308 msgstr "%s: cineva a numărat greșit: ltab.len=%d în loc de %ld\n"
|
| /netbsd-src/usr.bin/vgrind/ |
| H A D | vgrindefs.src | 110 ratfor|rat|r:\
|
| /netbsd-src/external/gpl3/binutils/dist/gprof/po/ |
| H A D | ro.po | 126 # probabil, traducerea cu adevărat corectă: 314 msgstr "%s: cineva a numărat greșit: ltab.len=%d în loc de %ld\n"
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstrInfo.td | 254 // src1: dst - rat offset (aka pointer) in dwords
|
| /netbsd-src/games/hack/ |
| H A D | data | 189 r a giant rat
|
| /netbsd-src/share/dict/ |
| H A D | web2a | 805 Alexandrine rat 3634 bamboo rat 4854 beaver rat 7107 boom rat 8089 bristle rat 8854 bush rat 9330 camass rat 9535 cane rat 10589 cave rat 12704 coast rat [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/ |
| H A D | gp-display-html.in | 9569 my $rat; 9614 $rat = $_; 9615 chomp ($rat); 9616 gp_message ("debugXL", $subr_name, "rat = $rat - new_metrics = $new_metrics"); 9621 if ($rat =~ /^\s*Current metrics:\s*(.*)$/)
|
| /netbsd-src/external/mit/isl/dist/doc/ |
| H A D | 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 }
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/gp-display-html/ |
| H A D | gp-display-html.in | 10498 my $rat; 10543 $rat = $_; 10544 chomp ($rat); 10545 gp_message ("debugXL", $subr_name, "rat = $rat - new_metrics = $new_metrics"); 10550 if ($rat =~ /^\s*Current metrics:\s*(.*)$/)
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | games | 160 0 string 5\x0aA_Rat's_Life Quake I save: d3 A rat's life
|