Home
last modified time | relevance | path

Searched refs:dtotal (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/games/adventure/
H A Dsubr.c192 dtotal = attack = stick = 0; /* 6010 */ in fdwarf()
258 dtotal++; /* 6027 */ in fdwarf()
267 if (dtotal == 0) in fdwarf()
269 if (dtotal != 1) { in fdwarf()
270 printf("There are %d threatening little dwarves ", dtotal); in fdwarf()
H A Dsave.c477 {&dtotal, sizeof(dtotal)},
590 &dtotal,
H A Dhdr.h149 extern int tk[21], stick, dtotal, attack;
H A Dinit.c123 int tk[21], stick, dtotal, attack; variable
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DDbe.cc6637 double dtotal = total->value[index].to_double (); in dbeGetSummaryV2() local
6661 double percent = dtotal == 0.0 ? dtotal : (dvalue / dtotal) * 100; in dbeGetSummaryV2()
6668 if (dvalue > dtotal) in dbeGetSummaryV2()
6669 dvalue = dtotal; // temporary correction in dbeGetSummaryV2()
6670 double percent = dtotal == 0.0 ? dtotal : (dvalue / dtotal) * 100; in dbeGetSummaryV2()
6939 double dtotal = total->value[index].to_double (); in dbeGetSummary() local
6940 percent_scale->store (index, dtotal == 0. ? 0. : 100. / dtotal); in dbeGetSummary()
6968 if (dvalue > dtotal && mitem->get_type () != BaseMetric::DERIVED) in dbeGetSummary()
6969 dvalue = dtotal; // temporary correction in dbeGetSummary()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DDbe.cc6637 double dtotal = total->value[index].to_double (); in dbeGetSummaryV2() local
6661 double percent = dtotal == 0.0 ? dtotal : (dvalue / dtotal) * 100; in dbeGetSummaryV2()
6668 if (dvalue > dtotal) in dbeGetSummaryV2()
6669 dvalue = dtotal; // temporary correction in dbeGetSummaryV2()
6670 double percent = dtotal == 0.0 ? dtotal : (dvalue / dtotal) * 100; in dbeGetSummaryV2()
6939 double dtotal = total->value[index].to_double (); in dbeGetSummary() local
6940 percent_scale->store (index, dtotal == 0. ? 0. : 100. / dtotal); in dbeGetSummary()
6968 if (dvalue > dtotal && mitem->get_type () != BaseMetric::DERIVED) in dbeGetSummary()
6969 dvalue = dtotal; // temporary correction in dbeGetSummary()