Home
last modified time | relevance | path

Searched refs:course (Results 1 – 25 of 234) sorted by relevance

12345678910

/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
DRLSailing.java17 private double course; field in RLSailing
21 course = pCourse; in RLSailing()
26 return course; in getCourse()
DNavCalculator.java270 double currentLat, double currentLong, double course) { in predictPosition() argument
272 course = Math.toRadians(course); in predictPosition()
273 double futureLong = currentLong + speed * time * Math.sin(course); in predictPosition()
274 double futureLat = currentLat + speed * time * Math.cos(course); in predictPosition()
/external/llvm/docs/HistoricalNotes/
D2000-12-06-EncodingIdea.txt13 r57 = add r55, r56 (r57 is the implicit dest register, of course)
22 the implicit register destination number could be quite large). Of course
D2001-06-01-GCCOptimizations2.txt20 Of course, many optimizations could be shared between llvmopt and
32 structured... of course it would be no walk in the park, but it would be
D2001-06-20-.NET-Differences.txt24 optimize modules from multiple different compilers. (Also, of course, they
D2000-11-18-EarlyDesignIdeasResp.txt71 the runtime and static compilers. Of course, the other goals of the
106 C. In the model I was thinking of (subject to change of course), we
174 influence that the results have. Of course the problem with pure research
/external/libvpx/
Dkeywords.dox26 carefully weighed before choosing a different course.
47 does not include the option (except, of course, for the feature the
/external/markdown/tests/misc/
Dhtml.txt10 And of course <script>blah</script>.
/external/chromium-trace/trace-viewer/
DREADME10 And, of course, verify all the tests.html pass.
/external/iptables/extensions/
Dlibipt_ECN.man5 Remove all ECN bits from the TCP header. Of course, it can only be used
Dlibxt_TCPMSS.man4 Of course, it can only be used
/external/dbus/test/data/auth/
Danonymous-client-successful.auth-script12 ## of course real DBUS_COOKIE_SHA1 would not send this here...
Dfallback.auth-script13 ## of course real DBUS_COOKIE_SHA1 would not send this here...
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/examples/
Dimport.apt6 files (which is <<<src/main/antlr3>>> by default of course).
/external/eigen/doc/
DD03_WrongStackAlignment.dox35course this should only be done on GCC on Windows, so for portability you'll have to encapsulate t…
DC01_TutorialMatrixClass.dox74 Of course, Eigen is not limited to matrices whose dimensions are known at compile time.
183 …ill available on fixed-size matrices, for the sake of API uniformity. Of course, you can't actually
206 Of course, if the left-hand side is of fixed size, resizing it is not allowed.
231 The limitation of using fixed sizes, of course, is that this is only possible
DC02_TutorialMatrixArithmetic.dox34 The left hand side and right hand side must, of course, have the same numbers of rows and of column…
164 … dot()\endlink and \link MatrixBase::cross() cross()\endlink methods. Of course, the dot product c…
214 Of course, in many cases, for example when checking dynamic sizes, the check cannot be performed at…
/external/markdown/docs/extensions/
DHTML_Tidy.txt25 words, it may munge a document authors carefully crafted HTML. Of course, it
/external/valgrind/main/docs/internals/
DDarwin-notes.txt17 This is of course most prevalent in m_libc* since all of our
26 cancellation request, and is duly nuked by the kernel. Of course from
/external/dropbear/
DSMALL51 Of course using small C libraries such as uClibc and dietlibc can also help.
/external/valgrind/main/
DMakefile.tool.am31 # default text segment address, which of course means the resulting executable
/external/antlr/antlr-3.4/runtime/C/doxygen/
Datsections.dox21 /// are advised as a matter of course to include the parser or lexer target keyword.
59 /// compile correctly on any standard C compiler (assuming, of course, that you type in valid C cod…
/external/linux-tools-perf/scripts/perl/Perf-Trace-Util/
DREADME29 generated e.g. blib and shared library, etc, except for of course
/external/openssl/crypto/engine/
DREADME43 comes from can "safely" be destroyed. Unless of course the way of getting to
113 course, when one of these "private" cipher implementations is hooked into
120 EVP_CIPHER code. tb_digest.c is virtually identical but, of course, it is for
125 ENGINE code that is independant of class, and of course the ENGINE
/external/grub/netboot/
Dtulip.txt11 Of course you have to have all the usual Etherboot environment

12345678910