OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:integers
(Results
101 - 125
of
1466
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/protobuf/gtest/xcode/Scripts/
versiongenerate.py
15
2. The version string will be 3
integers
separated by periods and will be
42
# Extract three
integers
separated by periods and surrounded by squre
/external/qemu/android/utils/
intmap.h
15
/* A simple container that can hold a simple mapping from
integers
to
16
* references. I.e. a dictionary where keys are
integers
, and values
/external/srec/srec/Semproc/include/
SR_ExpressionEvaluator.h
81
* @param operands strings to interpret as
integers
and then add together
91
* @param operands strings to interpret as
integers
and then subtract from the first operand
SR_SemanticGraphImpl.h
83
* ilables are
integers
which map to words in the word maps
84
* olabels are
integers
which map to words in the word maps
/external/srec/tools/thirdparty/OpenFst/fst/lib/
random-weight.h
35
// This function object returns TropicalWeights that are random
integers
62
// This function object returns LogWeights that are random
integers
union-find.h
17
//
integers
. Implemented using disjoint tree forests with rank
28
// Union-Find algorithm for dense sets of non-negative
integers
/external/srtp/crypto/include/
integers.h
2
*
integers
.h
78
/* Can we do 64 bit
integers
? */
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
GLPropertyAccessor.java
61
* accessors are either
Integers
or {@link GLStateType} objects.
Integers
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t015calc.html
58
// rules return None, which is then added/multiplied... to
integers
.
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DecimalToRoman.java
24
* Structure to help in converting
integers
to roman numerals
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
KeyAgreementSpi.java
46
import org.bouncycastle.util.
Integers
;
62
Integer i128 =
Integers
.valueOf(128);
63
Integer i192 =
Integers
.valueOf(192);
64
Integer i256 =
Integers
.valueOf(256);
/external/bouncycastle/patches/
README
20
- changed uses of 'new Integer' to '
Integers
.valueOf'
/external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/serializers/
IntSerializer.java
40
* The Integer serializer serializes...
integers
. Big surprise.
/external/llvm/test/Transforms/ArgumentPromotion/
byval.ll
3
; Argpromote + scalarrepl should change this to passing the two
integers
by value.
/external/llvm/test/Transforms/InstCombine/
apint-and-or-and.ll
12
; This tests arbitrary precision
integers
.
apint-not.ll
2
; when arbitrary precision
integers
are used.
/external/protobuf/gtest/
configure.ac
4
#
integers
separated by periods and surrounded by square brackets (e.g.
/external/smack/src/org/xbill/DNS/
Serial.java
23
* to be 32 bit unsigned
integers
stored in longs.
/external/srtp/include/
ut_sim.h
52
#include "
integers
.h" /* for uint32_t */
/external/webkit/Source/WebCore/dom/
Traversal.cpp
45
// The bit twiddling here is done to map DOM node types, which are given as
integers
from
/frameworks/av/libvideoeditor/vss/3gpwriter/inc/
M4MP4W_Utils.h
64
* Convert the 'nb' unsigned
integers
in 'tab' table from LE into BE
/libcore/luni/src/test/java/libcore/java/lang/
OldAndroidParseIntTest.java
22
* Tests for functionality of class Integer to parse
integers
.
/ndk/sources/host-tools/sed-4.2.1/m4/
strerror.m4
44
dnl
integers
. Replace it.
/external/llvm/include/llvm/IR/
Instruction.def
145
HANDLE_CAST_INST(33, Trunc , TruncInst ) // Truncate
integers
146
HANDLE_CAST_INST(34, ZExt , ZExtInst ) // Zero extend
integers
147
HANDLE_CAST_INST(35, SExt , SExtInst ) // Sign extend
integers
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Oid.java
54
* that is represented as array of
integers
.
72
* Extracts array of
integers
from BER input stream.
74
* @return array of
integers
Completed in 7402 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>