OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FloatingPoint
(Results
1 - 21
of
21
) sorted by null
/external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-internal.h
320
class
FloatingPoint
{
362
// Constructs a
FloatingPoint
from a raw floating-point number.
368
explicit
FloatingPoint
(const RawType& x) : value_(x) {}
376
FloatingPoint
fp(0);
413
bool AlmostEquals(const
FloatingPoint
& rhs) const {
462
// Typedefs the instances of the
FloatingPoint
template class that we
464
typedef
FloatingPoint
<float> Float;
465
typedef
FloatingPoint
<double> Double;
/external/gtest/include/gtest/internal/
gtest-internal.h
338
class
FloatingPoint
{
380
// Constructs a
FloatingPoint
from a raw floating-point number.
386
explicit
FloatingPoint
(const RawType& x) : value_(x) {}
394
FloatingPoint
fp(0);
431
bool AlmostEquals(const
FloatingPoint
& rhs) const {
480
// Typedefs the instances of the
FloatingPoint
template class that we
482
typedef
FloatingPoint
<float> Float;
483
typedef
FloatingPoint
<double> Double;
[
all
...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h
353
class
FloatingPoint
{
395
// Constructs a
FloatingPoint
from a raw floating-point number.
401
explicit
FloatingPoint
(const RawType& x) { u_.value_ = x; }
409
FloatingPoint
fp(0);
446
bool AlmostEquals(const
FloatingPoint
& rhs) const {
499
// Typedefs the instances of the
FloatingPoint
template class that we
501
typedef
FloatingPoint
<float> Float;
502
typedef
FloatingPoint
<double> Double;
[
all
...]
/external/protobuf/gtest/include/gtest/internal/
gtest-internal.h
333
class
FloatingPoint
{
375
// Constructs a
FloatingPoint
from a raw floating-point number.
381
explicit
FloatingPoint
(const RawType& x) { u_.value_ = x; }
389
FloatingPoint
fp(0);
426
bool AlmostEquals(const
FloatingPoint
& rhs) const {
479
// Typedefs the instances of the
FloatingPoint
template class that we
481
typedef
FloatingPoint
<float> Float;
482
typedef
FloatingPoint
<double> Double;
[
all
...]
/external/chromium/testing/gtest/include/gtest/internal/
gtest-internal.h
311
class
FloatingPoint
{
353
// Constructs a
FloatingPoint
from a raw floating-point number.
359
explicit
FloatingPoint
(const RawType& x) { u_.value_ = x; }
367
FloatingPoint
fp(0);
404
bool AlmostEquals(const
FloatingPoint
& rhs) const {
457
// Typedefs the instances of the
FloatingPoint
template class that we
459
typedef
FloatingPoint
<float> Float;
460
typedef
FloatingPoint
<double> Double;
[
all
...]
/external/chromium/sdch/open-vcdiff/src/gtest/
gtest.h
[
all
...]
gtest.cc
922
const
FloatingPoint
<RawType> lhs(val1), rhs(val2);
[
all
...]
/external/chromium/testing/gmock/test/
gmock-internal-utils_test.cc
153
TEST(KindOfTest,
FloatingPoint
) {
gmock-matchers_test.cc
[
all
...]
/external/gtest/include/gtest/
gtest.h
[
all
...]
/external/chromium/testing/gmock/include/gmock/
gmock-matchers.h
[
all
...]
/external/chromium/testing/gtest/include/gtest/
gtest.h
[
all
...]
/external/llvm/utils/unittest/googletest/include/gtest/
gtest.h
[
all
...]
/external/protobuf/gtest/include/gtest/
gtest.h
[
all
...]
/external/gtest/test/
gtest_unittest.cc
136
using testing::internal::
FloatingPoint
;
[
all
...]
/external/gtest/src/
gtest.cc
[
all
...]
/external/chromium/testing/gtest/test/
gtest_unittest.cc
157
using testing::internal::
FloatingPoint
;
[
all
...]
/external/protobuf/gtest/test/
gtest_unittest.cc
156
using testing::internal::
FloatingPoint
;
[
all
...]
/external/chromium/testing/gtest/src/
gtest.cc
[
all
...]
/external/llvm/utils/unittest/googletest/
gtest.cc
[
all
...]
/external/protobuf/gtest/src/
gtest.cc
[
all
...]
Completed in 1287 milliseconds