OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notation
(Results
476 - 500
of
978
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/toolchain/binutils/binutils-2.25/gas/doc/
c-aarch64.texi
340
notation
, see @samp{ARMv8 Instruction Set Overview} available at
c-s390.texi
260
The
notation
for storage operand addresses formed from multiple fields is
279
field. The
notation
changes as follows:
283
@headitem full
notation
@tab short
notation
[
all
...]
c-z80.texi
143
to a local label from the suffix @samp{B} for a number in binary
notation
.
/prebuilts/tools/common/m2/repository/xml-resolver/xml-resolver/1.2/
xml-resolver-1.2.jar
/external/apache-xml/src/main/java/org/apache/xpath/res/
XPATHErrorResources.java
73
* 7) XPath is a specification that describes a
notation
for identifying
75
* instance of that
notation
is referred to as an XPath expression.
[
all
...]
/external/giflib/
dgif_lib.c
557
(*Extension)[0] = Buf; /* Pascal strings
notation
(pos. 0 is len.). */
734
(*CodeBlock)[0] = Buf; /* Pascal strings
notation
(pos. 0 is len.). */
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DigitList.java
387
// * This method supports fixed-point
notation
.
400
* This method supports both fixed-point and exponential
notation
.
[
all
...]
/external/icu/icu4c/source/i18n/
decimfmtimpl.cpp
917
// scientific
notation
. The best we can do is assume that if
[
all
...]
digitlst.cpp
21
* 09/09/97 aliu Modified for exponential
notation
support.
809
* This method supports both fixed-point and exponential
notation
.
[
all
...]
decimfmt.cpp
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DigitList.java
386
// * This method supports fixed-point
notation
.
399
* This method supports both fixed-point and exponential
notation
.
[
all
...]
/external/libxml2/doc/html/
libxml-uri.html
49
<div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>path</tt></i>:</span></td><td>the resource locator in a filesystem
notation
</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>a new canonic path, or a duplicate of the path parameter if the construction fails. The caller is responsible for freeing the memory occupied by the returned string. If there is insufficient memory available, or the argument is NULL, the function returns NULL.</td></tr></tbody></table></div><h3><a name="xmlCreateURI" id="xmlCreateURI"></a>Function: xmlCreateURI</h3><pre class="programlisting"><a href="libxml-uri.html#xmlURIPtr">xmlURIPtr</a> xmlCreateURI (void)<br />
63
<div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>path</tt></i>:</span></td><td>the resource locator in a filesystem
notation
</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>a new URI, or a duplicate of the path parameter if the construction fails. The caller is responsible for freeing the memory occupied by the returned string. If there is insufficient memory available, or the argument is NULL, the function returns NULL.</td></tr></tbody></table></div><h3><a name="xmlPrintURI" id="xmlPrintURI"></a>Function: xmlPrintURI</h3><pre class="programlisting">void xmlPrintURI (FILE * stream, <br /> <a href="libxml-uri.html#xmlURIPtr">xmlURIPtr</a> uri)<br />
/frameworks/base/opengl/java/android/opengl/
Matrix.java
51
* matrix. In matrix
notation
: result = lhs x rhs. Due to the way
77
* 4-element column vector. In matrix
notation
: result = lhs x rhs
/libcore/ojluni/src/main/java/sun/security/x509/
AlgorithmId.java
219
* "OID.1.3.14.3.2.13" style
notation
. Use the <code>getName</code>
467
// See if algname is in printable OID ("dot-dot")
notation
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
ios_base.h
263
/// Generate floating-point output in fixed-point
notation
.
285
/// Generates floating-point output in scientific
notation
.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
ios_base.h
263
/// Generate floating-point output in fixed-point
notation
.
285
/// Generates floating-point output in scientific
notation
.
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
ios_base.h
263
/// Generate floating-point output in fixed-point
notation
.
285
/// Generates floating-point output in scientific
notation
.
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
ios_base.h
263
/// Generate floating-point output in fixed-point
notation
.
285
/// Generates floating-point output in scientific
notation
.
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
Dfp.java
363
// Check for scientific
notation
372
// scientific
notation
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/doc/
pyasn1-tutorial.html
28
Abstract Syntax
Notation
One
182
primitive ASN.1 types. Both, ASN.1
notation
and corresponding pyasn1
482
The pyasn1 BitString objects can initialize from native ASN.1
notation
513
Another BIT STRING initialization method supported by ASN.1
notation
712
A more human-friendly "dotted"
notation
is also supported.
866
more flexibility in
notation
while the latter is more strict but has
[
all
...]
/external/libxml2/
xmlwriter.c
[
all
...]
parser.c
423
errmsg = "
NOTATION
: Name expected here";
426
errmsg = "'>' required to close
NOTATION
declaration";
[
all
...]
/external/bison/doc/
bison.texi
143
* RPN Calc:: Reverse polish
notation
calculator;
145
* Infix Calc:: Infix (algebraic)
notation
calculator.
153
Reverse Polish
Notation
Calculator
[
all
...]
/libcore/ojluni/src/main/java/java/util/
Formatter.java
326
* scientific
notation
334
* <td> The result is formatted using computerized scientific
notation
or
[
all
...]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemNumber.java
[
all
...]
Completed in 1339 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>