Home
last modified time | relevance | path

Searched refs:rat (Results 1 – 25 of 42) sorted by relevance

12

/netbsd-src/external/historical/nawk/dist/testdir/
H A Dchem.awk277 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 Dsgi.ctimes26 rat += new/old
36 printf "avg new/old = %.3f\n", rat/nrat
H A Dctimes26 rat += new/old
36 printf "avg new/old = %.3f\n", rat/nrat
/netbsd-src/external/cddl/osnet/dist/cmd/zfs/
H A Dzfs_iter.c215 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 Dzopen.c628 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 Dchinese9 boar:rat
10 rat:ox
/netbsd-src/sys/dev/usb/
H A Duep.c370 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 Disl_ast_build_expr.c1125 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 Dat.c444 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 Dtree-ssa-loop-ivopts.c3969 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 Dtree-ssa-loop-ivopts.cc4000 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 Dsatmgr.c931 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 Dcoroutines.cc2302 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 Dcoroutines.cc2197 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 Dro.po297 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 Dru.po120 # 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 Dvgrindefs.src110 ratfor|rat|r:\
/netbsd-src/external/gpl3/binutils/dist/gprof/po/
H A Dro.po126 # 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 DAMDGPUInstrInfo.td254 // src1: dst - rat offset (aka pointer) in dwords
/netbsd-src/games/hack/
H A Ddata189 r a giant rat
/netbsd-src/share/dict/
H A Dweb2a805 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 Dgp-display-html.in9569 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 Dimplementation.tex1183 { 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 Dgp-display-html.in10498 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 Dgames160 0 string 5\x0aA_Rat's_Life Quake I save: d3 A rat's life

12