Searched refs:dtotal (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/games/adventure/ |
| H A D | subr.c | 192 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 D | save.c | 477 {&dtotal, sizeof(dtotal)}, 590 &dtotal,
|
| H A D | hdr.h | 149 extern int tk[21], stick, dtotal, attack;
|
| H A D | init.c | 123 int tk[21], stick, dtotal, attack; variable
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | Dbe.cc | 6637 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 D | Dbe.cc | 6637 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()
|