HomeSort by: relevance | last modified time | path
    Searched refs:impossible (Results 1 - 25 of 81) sorted by relevancy

1 2 3 4

  /src/games/hack/
hack.worn.c 121 impossible("Setworn: mask = %ld.", wp->w_mask);
126 impossible("Setworn: uarm2 set?");
hack.steal.c 168 impossible("Steal fails!");
209 impossible("Tried to steal a strange worn thing.");
214 impossible("How come you are carrying that chain?");
hack.trap.c 205 impossible("You hit a trap of type %u", trap->ttyp);
296 impossible("Some monster encountered a strange trap.");
450 impossible("Where are your chain and ball??");
hack.shk.c 413 impossible("obfree: not on bill??");
535 impossible("dopay: not to shopkeeper?");
573 impossible("Shopkeeper administration out of order.");
578 impossible("Paid object on bill??");
687 impossible("splitbill: not on bill?");
691 impossible("Negative quantity on bill??");
694 impossible("Zero quantity on bill??");
798 impossible("doinvbill: no shopkeeper?");
809 impossible("Bad shopkeeper administration.");
878 if (ac <= -10) /* probably impossible */
    [all...]
hack.save.c 264 impossible("Restobjchn: error reading objchn.");
306 impossible("Restmonchn: error reading monchn.");
hack.engrave.c 178 impossible("Something is written in a very strange way.");
394 impossible("Error in del_engr?");
hack.vault.c 201 impossible("Not a single corridor on this level??");
274 impossible("Where is the guard?");
hack.pri.c 131 impossible("atl(%d,%d,%c)", x, y, ch);
243 impossible("At gets 0%o at %d %d.", ch, x, y);
248 impossible("At gets null at %d %d.", x, y);
hack.do_wear.c 337 impossible("Strange... I didnt know you had that ring.");
hack.zap.c 139 impossible("What an interesting wand (%u)", otmp->otyp);
195 impossible("What an interesting wand (%u)", otmp->otyp);
extern.h 211 void impossible(const char *, ...) __printflike(1, 2);
hack.main.c 527 impossible(const char *s, ...) function
hack.potion.c 196 break; /* > 118 is impossible */
248 impossible("What a funny potion! (%u)", otmp->otyp);
hack.read.c 519 impossible("What weird language is this written in? (%u)",
  /src/external/gpl2/gmake/dist/
dir.c 386 short impossible; /* This file is impossible. */
631 return !df->impossible;
712 df->impossible = 0;
805 /* Mark FILENAME as `impossible' for `file_impossible_p'.
886 new->impossible = 1;
891 /* Return nonzero if FILENAME has been marked impossible. */
966 return dirfile->impossible;
988 register unsigned int impossible;
994 files = impossible = 0
384 short impossible; \/* This file is impossible. *\/ member in struct:dirfile
979 register unsigned int impossible; local
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/src/
message.h 81 impossible enumerator in enum:is_format
read-catalog-abstract.c 316 else if (n >= 11 && memcmp (p, "impossible-", 11) == 0)
320 value = impossible;
xgettext.c 1514 else if (n >= 11 && memcmp (p, "impossible-", 11) == 0)
1518 value = impossible;
1941 is_format[i] = impossible;
2193 is_format[i] = impossible;
2299 mp->is_format[i] = impossible;
  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-isolate-paths.cc 148 bool impossible = true; local
154 impossible = false;
157 force_edge_cold (e, impossible);
predict.cc 4557 If IMPOSSIBLE is true, for edge to have count and probability 0 otherwise
4572 force_edge_cold (edge e, bool impossible)
4581 if (!impossible && !e->count ().initialized_p ())
4584 profile_probability goal = (impossible ? profile_probability::never ()
4589 && (!impossible || e->count () == profile_count::zero ()))
4617 impossible ? "impossible" : "cold");
4634 if (impossible)
4636 /* If BB has some edges out that are not impossible, we cannot
4638 impossible = false
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-isolate-paths.cc 148 bool impossible = true; local
154 impossible = false;
157 force_edge_cold (e, impossible);
predict.cc 4337 If IMPOSSIBLE is true, for edge to have count and probability 0 otherwise
4352 force_edge_cold (edge e, bool impossible)
4361 if (!impossible && !e->count ().initialized_p ())
4364 profile_probability goal = (impossible ? profile_probability::never ()
4369 && (!impossible || e->count () == profile_count::zero ()))
4401 impossible ? "impossible" : "cold");
4419 if (impossible)
4421 /* If BB has some edges out that are not impossible, we cannot
4423 impossible = false
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/
README.md 64 * It is generally impossible to represent a decimal value exactly as binary floating-point number (`float` and `double` types). We seek the nearest value. We round to an even mantissa when we are in-between two binary floating-point numbers.
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/fast_float/
README.md 71 * It is generally impossible to represent a decimal value exactly as binary floating-point number (`float` and `double` types). We seek the nearest value. We round to an even mantissa when we are in-between two binary floating-point numbers.
  /src/usr.bin/make/unit-tests/
varmod-ifelse.mk 243 # it's impossible to use balanced mode in the modifier ':?'.

Completed in 39 milliseconds

1 2 3 4