Home
last modified time | relevance | path

Searched refs:experience (Results 1 – 25 of 128) sorted by relevance

123456

/netbsd-src/games/larn/
H A Dtok.c160 i = (7 * mp->experience) / (7 + k) + 1; in sethard()
161 mp->experience = (i <= 0) ? 1 : i; in sethard()
H A Dheader.h46 unsigned long experience; member
H A Ddiag.c71 …%3ld %6ld\n", (long) monster[i].gold, (long) monster[i].hitpoints, (long) monster[i].experience); in diag()
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A Dindex.rst65 * From years of experience (including having implemented the standard
85 candidates, but both lack C++11 support. Our experience (and the
86 experience of libstdc++ developers) is that adding support for C++11 (in
90 design decision from first principles based on experience.
/netbsd-src/games/phantasia/
H A Dmisc.c702 explevel(double experience) in explevel() argument
704 if (experience < 1.1e7) in explevel()
705 return (floor(pow((experience / 1000.0), 0.4875))); in explevel()
707 return (floor(pow((experience / 1250.0), 0.4865))); in explevel()
/netbsd-src/external/bsd/kyua-cli/dist/
H A DREADME3 puts the end user experience before anything else. There are multiple
/netbsd-src/external/bsd/kyua-testers/dist/
H A DREADME3 puts the end user experience before anything else. There are multiple
/netbsd-src/external/bsd/kyua-atf-compat/dist/
H A DREADME3 puts the end user experience before anything else. There are multiple
/netbsd-src/external/bsd/unbound/dist/doc/
H A DCREDITS7 based on the existing prototype and using experience NLnet Labs gained
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DNOTES.PERL18 installed properly. We do not claim to know them all, but experience
/netbsd-src/share/man/tools/
H A Dignore273 experience
274 experience.
/netbsd-src/crypto/external/bsd/openssl/lib/libdes/
H A DCOPYRIGHT48 experience in code simply being copied and the attribution removed
/netbsd-src/crypto/external/bsd/openssl.old/lib/libdes/
H A DCOPYRIGHT48 experience in code simply being copied and the attribution removed
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A Dlinkage.m4327 dnl This might seem like overkill but experience has shown that it's not...
351 dnl This might seem like overkill but experience has shown that it's not...
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/
H A Dlinkage.m4327 dnl This might seem like overkill but experience has shown that it's not...
351 dnl This might seem like overkill but experience has shown that it's not...
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2001-02-06-TypeNotationDebateResp1.txt50 The syntax programmers are used to out of years of experience or a new
H A D2001-02-06-TypeNotationDebateResp4.txt76 > The syntax programmers are used to out of years of experience or a new
H A D2001-02-09-AdveComments.txt15 of verbosity. And when the types are obvious from people's experience
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DHowToBuildOnARM.rst59 #. ARM development boards can be unstable and you may experience that cores
H A DMarkdownQuickstartTemplate.md6 even if you have no previous experience with Markdown. The goal is to take
H A DCodeOfConduct.rst63 no excuse for poor behavior and poor manners. We might all experience some
/netbsd-src/tools/compat/
H A DREADME70 Due to the default limits placed on user accounts, the host may experience
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/
H A DFaq63 Understanding and experience are necessary.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A Dindex.rst20 compiler experience is necessary.
/netbsd-src/crypto/external/bsd/openssl/dist/
H A DNOTES-PERL.md20 installed properly. We do not claim to know them all, but experience

123456