OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:numbers
(Results
401 - 425
of
6415
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/test/Index/
cxx-operator-overload.cpp
1
// Run lines are sensitive to line
numbers
and come below the code.
/external/compiler-rt/lib/arm/
adddf3vfp.S
15
// Adds two double precision floating point
numbers
using the Darwin
addsf3vfp.S
15
// Adds two single precision floating point
numbers
using the Darwin
divdf3vfp.S
15
// Divides two double precision floating point
numbers
using the Darwin
divsf3vfp.S
15
// Divides two single precision floating point
numbers
using the Darwin
muldf3vfp.S
15
// Multiplies two double precision floating point
numbers
using the Darwin
mulsf3vfp.S
15
// Multiplies two single precision floating point
numbers
using the Darwin
negdf2vfp.S
15
// Returns the negation a double precision floating point
numbers
using the
negsf2vfp.S
15
// Returns the negation of a single precision floating point
numbers
using the
subdf3vfp.S
15
// Returns difference between two double precision floating point
numbers
using
subsf3vfp.S
15
// Returns the difference between two single precision floating point
numbers
/external/compiler-rt/lib/ppc/
floatditf.c
20
/* At this point, we have two double precision
numbers
floatunditf.c
26
/* At this point, we have two double precision
numbers
/external/guava/guava-tests/test/com/google/common/collect/
OrderingTest.java
256
Ordering<Number>
numbers
= Ordering.explicit((Number) 1);
260
Ordering<Number> a =
numbers
.compound(
numbers
);
264
Ordering<Number> b =
numbers
.compound(objects);
265
Ordering<Number> c = objects.compound(
numbers
);
267
Ordering<Integer> d =
numbers
.compound(integers);
268
Ordering<Integer> e = integers.compound(
numbers
);
273
Ordering<Number> f =
numbers
.compound(objects).compound(objects); //bad IDEA
274
Ordering<Number> g = objects.compound(
numbers
).compound(objects);
275
Ordering<Number> h = objects.compound(objects).compound(
numbers
);
[
all
...]
/external/hyphenation/
README.hyphen
43
"x1a", "xam3", "4m1p", and "1p2l2". Whenever
numbers
appear between
44
the letters, they are added in. If two (or more) patterns have
numbers
55
Finally, hyphens are placed wherever odd
numbers
appear. They are,
88
is a right-justified substring of the state "amp", so it's
numbers
get
/external/icu4c/common/
common.rc
2
// It will permanently substitute version
numbers
that are intended to be
/external/icu4c/i18n/
i18n.rc
2
// It will permanently substitute version
numbers
that are intended to be
/external/icu4c/io/
io.rc
2
// It will permanently substitute version
numbers
that are intended to be
/external/icu4c/layout/
layout.rc
2
// It will permanently substitute version
numbers
that are intended to be
/external/icu4c/layoutex/
layoutex.rc
2
// It will permanently substitute version
numbers
that are intended to be
/external/icu4c/test/cintltst/
cnumtst.h
32
* The function used to test parsing of
numbers
in UNUM_SPELLOUT style
/external/iptables/extensions/
libip6t_LOG.man
21
Log TCP sequence
numbers
. This is a security risk if the log is
libipt_LOG.man
21
Log TCP sequence
numbers
. This is a security risk if the log is
/external/jsilver/src/com/google/streamhtmlparser/
ParseException.java
33
* from the supplied message and the parser's line and column
numbers
.
/external/kernel-headers/original/asm-x86/
ptrace-abi.h
60
/* Arbitrarily choose the same ptrace
numbers
as used by the Sparc code. */
Completed in 1036 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>