OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sam
(Results
1 - 17
of
17
) sorted by null
/external/skia/src/utils/
SkFloatUtils.h
149
static Bits SignAndMagnitudeToBiased(const Bits &
sam
) {
150
if (kSignBitMask &
sam
) {
151
//
sam
represents a negative number.
152
return ~
sam
+ 1;
154
//
sam
represents a positive number.
155
return kSignBitMask |
sam
;
/external/chromium/chrome/common/deprecated/
event_sys_unittest.cc
116
"Lewis heard
Sam
's B change from 0 to 5\n"
121
Pair sally("Sally"),
sam
("
Sam
");
128
sam
.set_a(4);
129
logger.Hookup("Lewis",
sam
.event_channel());
130
sam
.set_b(5);
/external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-internal.h
437
static Bits SignAndMagnitudeToBiased(const Bits &
sam
) {
438
if (kSignBitMask &
sam
) {
439
//
sam
represents a negative number.
440
return ~
sam
+ 1;
442
//
sam
represents a positive number.
443
return kSignBitMask |
sam
;
/external/regex-re2/doc/
mksyntaxwiki
4
sam
-d syntax.wiki <<'!'
mksyntaxgo
6
sam
-d $out <<'!'
mksyntaxhtml
4
sam
-d syntax.html <<'!'
/external/open-vcdiff/gtest/include/gtest/internal/
gtest-internal.h
459
static Bits SignAndMagnitudeToBiased(const Bits &
sam
) {
460
if (kSignBitMask &
sam
) {
461
//
sam
represents a negative number.
462
return ~
sam
+ 1;
464
//
sam
represents a positive number.
465
return kSignBitMask |
sam
;
[
all
...]
/external/protobuf/gtest/include/gtest/internal/
gtest-internal.h
457
static Bits SignAndMagnitudeToBiased(const Bits &
sam
) {
458
if (kSignBitMask &
sam
) {
459
//
sam
represents a negative number.
460
return ~
sam
+ 1;
462
//
sam
represents a positive number.
463
return kSignBitMask |
sam
;
[
all
...]
/libcore/luni/src/test/java/libcore/java/io/
OldObjectStreamFieldTest.java
41
int
sam
= 8888;
field in class:OldObjectStreamFieldTest.DummyClass
175
samField = osc.getField("
sam
");
/external/chromium/testing/gtest/include/gtest/internal/
gtest-internal.h
435
static Bits SignAndMagnitudeToBiased(const Bits &
sam
) {
436
if (kSignBitMask &
sam
) {
437
//
sam
represents a negative number.
438
return ~
sam
+ 1;
440
//
sam
represents a positive number.
441
return kSignBitMask |
sam
;
[
all
...]
/external/gtest/include/gtest/internal/
gtest-internal.h
441
static Bits SignAndMagnitudeToBiased(const Bits &
sam
) {
442
if (kSignBitMask &
sam
) {
443
//
sam
represents a negative number.
444
return ~
sam
+ 1;
446
//
sam
represents a positive number.
447
return kSignBitMask |
sam
;
[
all
...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-internal.h
441
static Bits SignAndMagnitudeToBiased(const Bits &
sam
) {
442
if (kSignBitMask &
sam
) {
443
//
sam
represents a negative number.
444
return ~
sam
+ 1;
446
//
sam
represents a positive number.
447
return kSignBitMask |
sam
;
[
all
...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h
469
static Bits SignAndMagnitudeToBiased(const Bits &
sam
) {
470
if (kSignBitMask &
sam
) {
471
//
sam
represents a negative number.
472
return ~
sam
+ 1;
474
//
sam
represents a positive number.
475
return kSignBitMask |
sam
;
[
all
...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ObjectStreamFieldTest.java
43
int
sam
= 8888;
field in class:ObjectStreamFieldTest.DummyClass
86
assertTrue("(Int)ham compared to (Int)
sam
did not return < 0", hamField
250
samField = osc.getField("
sam
");
/external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorCPP.pm
4
# Copyright (C) 2006, 2007 Samuel Weinig <
sam
@webkit.org>
49
* Copyright (C) 2006 Samuel Weinig <
sam
.weinig\@gmail.com>
[
all
...]
CodeGeneratorObjC.pm
4
# Copyright (C) 2006, 2007 Samuel Weinig <
sam
@webkit.org>
139
* Copyright (C) 2006 Samuel Weinig <
sam
.weinig\@gmail.com>
[
all
...]
/external/ceres-solver/internal/ceres/gtest/
gtest.h
[
all
...]
Completed in 2872 milliseconds