Home
last modified time | relevance | path

Searched refs:course (Results 1 – 25 of 250) 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/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/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/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/
DWrongStackAlignment.dox35course this should only be done on GCC on Windows, so for portability you'll have to encapsulate t…
DTutorialMatrixClass.dox55 Of course, Eigen is not limited to matrices whose dimensions are known at compile time.
164 …ill available on fixed-size matrices, for the sake of API uniformity. Of course, you can't actually
187 Of course, if the left-hand side is of fixed size, resizing it is not allowed.
212 The limitation of using fixed sizes, of course, is that this is only possible
DTutorialMatrixArithmetic.dox21 The left hand side and right hand side must, of course, have the same numbers of rows and of column…
151 … dot()\endlink and \link MatrixBase::cross() cross()\endlink methods. Of course, the dot product c…
201 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/lldb/examples/customization/import-python/
DREADME29 Of course, the commands to import the importcmd.py module and to define the import
/external/libunwind/doc/
DNOTES16 can define additional registers as needed. Of course, a portable
117 Of course, given this value and the contents of the current frame
/external/valgrind/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/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…
Dbuildrec.dox103 /// // The lexer is of course generated by ANTLR, and so the lexer type is not upper case.
120 /// // but it can of course specify any kind of return type from the rule you invoke
126 /// // the starting rule (any rule can start first of course). This is a generated type
/external/linux-tools-perf/src/tools/perf/scripts/perl/Perf-Trace-Util/
DREADME29 generated e.g. blib and shared library, etc, except for of course
/external/libpng/contrib/pngminus/
DREADME52 software developments. (By now there are of course a couple of programs,
73 the addition of course of the possibility to create gamma-chunks when
/external/llvm/test/CodeGen/ARM/
Dnone-macho.ll87 ; the use-case of course, but LLVM doesn't know what that is.
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/docs/
DDESCRIPTION56 No bugs, of course. ;-)
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/docs/
DDESCRIPTION69 No bugs, of course. ;-)

12345678910