Searched defs:FloatingPoint (Results 1 – 12 of 12) sorted by relevance
/external/golang-protobuf/proto/test_proto/ |
D | test.pb.go | 2980 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 …]
|
D | test.proto | 510 message FloatingPoint { message
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-internal.h | 365 explicit FloatingPoint(const RawType& x) { u_.value_ = x; } in FloatingPoint() function
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 385 explicit FloatingPoint(const RawType& x) { u_.value_ = x; } in FloatingPoint() function
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 394 explicit FloatingPoint(const RawType& x) { u_.value_ = x; } in FloatingPoint() function
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-internal.h | 298 explicit FloatingPoint(const RawType& x) { u_.value_ = x; } in FloatingPoint() function
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-internal.h | 310 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/ |
D | gtest-internal.h | 310 explicit FloatingPoint(const RawType& x) { u_.value_ = x; } in FloatingPoint() function
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-internal.h | 310 explicit FloatingPoint(const RawType& x) { u_.value_ = x; } in FloatingPoint() function
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 287 explicit FloatingPoint(const RawType& x) { u_.value_ = x; } in FloatingPoint() function
|
/external/google-breakpad/src/testing/test/ |
D | gmock-internal-utils_test.cc | 153 TEST(KindOfTest, FloatingPoint) { in TEST() argument
|
/external/googletest/googlemock/test/ |
D | gmock-internal-utils_test.cc | 182 TEST(KindOfTest, FloatingPoint) { in TEST() argument
|