Home
last modified time | relevance | path

Searched defs:FloatingPoint (Results 1 – 12 of 12) sorted by relevance

/external/golang-protobuf/proto/test_proto/
Dtest.pb.go2980 type FloatingPoint struct { struct
2981 F *float64 `protobuf:"fixed64,1,req,name=f" json:"f,omitempty"`
2982 Exact *bool `protobuf:"varint,2,opt,name=exact" json:"exact,omitempty"`
2983 XXX_NoUnkeyedLiteral struct{} `json:"-"`
2984 XXX_unrecognized []byte `json:"-"`
2985 XXX_sizecache int32 `json:"-"`
2988 func (m *FloatingPoint) Reset() { *m = FloatingPoint{} }
2989 func (m *FloatingPoint) String() string { return proto.CompactTextString(m) }
2990 func (*FloatingPoint) ProtoMessage() {}
2991 func (*FloatingPoint) Descriptor() ([]byte, []int) {
[all …]
Dtest.proto510 message FloatingPoint { message
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-internal.h365 explicit FloatingPoint(const RawType& x) { u_.value_ = x; } in FloatingPoint() function
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h385 explicit FloatingPoint(const RawType& x) { u_.value_ = x; } in FloatingPoint() function
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h394 explicit FloatingPoint(const RawType& x) { u_.value_ = x; } in FloatingPoint() function
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-internal.h298 explicit FloatingPoint(const RawType& x) { u_.value_ = x; } in FloatingPoint() function
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-internal.h310 explicit FloatingPoint(const RawType& x) { u_.value_ = x; } in FloatingPoint() function
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h310 explicit FloatingPoint(const RawType& x) { u_.value_ = x; } in FloatingPoint() function
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-internal.h310 explicit FloatingPoint(const RawType& x) { u_.value_ = x; } in FloatingPoint() function
/external/googletest/googletest/include/gtest/internal/
Dgtest-internal.h287 explicit FloatingPoint(const RawType& x) { u_.value_ = x; } in FloatingPoint() function
/external/google-breakpad/src/testing/test/
Dgmock-internal-utils_test.cc153 TEST(KindOfTest, FloatingPoint) { in TEST() argument
/external/googletest/googlemock/test/
Dgmock-internal-utils_test.cc182 TEST(KindOfTest, FloatingPoint) { in TEST() argument