OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:operations
(Results
101 - 125
of
248
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/v8/test/mjsunit/compiler/
simple-bailouts.js
39
// Test
operations
expected to stay on the fast path. Enumerate all binary
short-circuit.js
29
//
operations
that did not otherwise have test coverage.
/external/v8/test/mjsunit/
error-tostring.js
55
// Test the sequence in which getters and toString
operations
are called
elements-transition.js
40
// We apply the same
operations
to two identical arrays. The first array
math-round.js
50
// was not properly handled by other
operations
.
smi-negative-zero.js
28
// Ensure that
operations
on small integers handle -0.
/external/webkit/Source/WebCore/page/animation/
AnimationBase.cpp
163
unsigned fromSize = from.
operations
().size();
164
unsigned toSize = to.
operations
().size();
167
RefPtr<TransformOperation> fromOp = (i < fromSize) ? from.
operations
()[i].get() : 0;
168
RefPtr<TransformOperation> toOp = (i < toSize) ? to.
operations
()[i].get() : 0;
171
result.
operations
().append(blendedOp);
175
result.
operations
().append(toOp ? toOp : identityOp);
177
result.
operations
().append(fromOp ? fromOp : identityOp);
191
result.
operations
().append(Matrix3DTransformOperation::create(toT));
[
all
...]
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
SelectionKeyTest.java
79
public SelectionKey interestOps(int
operations
) {
/external/apache-xml/src/main/java/org/apache/xpath/operations/
Variable.java
21
package org.apache.xpath.
operations
;
/external/eigen/blas/
ctbmv.f
13
* CTBMV performs one of the matrix-vector
operations
201
* Start the
operations
. In this version the elements of A are
ctpmv.f
13
* CTPMV performs one of the matrix-vector
operations
157
* Start the
operations
. In this version the elements of AP are
dtbmv.f
13
* DTBMV performs one of the matrix-vector
operations
200
* Start the
operations
. In this version the elements of A are
dtpmv.f
13
* DTPMV performs one of the matrix-vector
operations
153
* Start the
operations
. In this version the elements of AP are
stbmv.f
13
* STBMV performs one of the matrix-vector
operations
200
* Start the
operations
. In this version the elements of A are
stpmv.f
13
* STPMV performs one of the matrix-vector
operations
153
* Start the
operations
. In this version the elements of AP are
ztbmv.f
13
* ZTBMV performs one of the matrix-vector
operations
201
* Start the
operations
. In this version the elements of A are
ztpmv.f
13
* ZTPMV performs one of the matrix-vector
operations
157
* Start the
operations
. In this version the elements of AP are
dspr.f
130
* Start the
operations
. In this version the elements of the array AP
sspr.f
130
* Start the
operations
. In this version the elements of the array AP
/external/oprofile/events/i386/atom/
events
20
event:0x12 counters:0,1 um:mul minimum:6000 name:MUL : Multiply
operations
21
event:0x13 counters:0,1 um:div minimum:6000 name:DIV : Divide
operations
/external/stressapptest/src/
worker.cc
2908
}
operations
[2] = {
local
[
all
...]
/external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp
5637
TransformOperations
operations
;
local
7094
TransformOperations
operations
;
local
[
all
...]
/external/oprofile/events/i386/westmere/
unit_masks
20
0x02 mul Multiply
operations
executed
82
0x01 x87 Computational floating-point
operations
executed
102
0x02 x87 Retired floating-point
operations
(Precise Event)
246
0x01 packed_mpy 128 bit SIMD integer multiply
operations
247
0x02 packed_shift 128 bit SIMD integer shift
operations
248
0x04 pack 128 bit SIMD integer pack
operations
249
0x08 unpack 128 bit SIMD integer unpack
operations
250
0x10 packed_logical 128 bit SIMD integer logical
operations
251
0x20 packed_arith 128 bit SIMD integer arithmetic
operations
252
0x40 shuffle_move 128 bit SIMD integer shuffle/move
operations
[
all
...]
/frameworks/base/services/java/com/android/server/net/
NetworkStatsCollection.java
187
entry.
operations
= historyEntry.
operations
;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
MoveGesture.java
231
(event.
operations
& DND.DROP_MOVE) != 0) {
233
} else if ((event.
operations
& DND.DROP_COPY) != 0) {
[
all
...]
Completed in 528 milliseconds
1
2
3
4
5
6
7
8
9
10