Home
last modified time | relevance | path

Searched refs:EncodeFixed64 (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/core/lib/core/
Dcoding_test.cc65 EncodeFixed64(buf, v - 1); in TEST()
67 EncodeFixed64(buf, v + 0); in TEST()
69 EncodeFixed64(buf, v + 1); in TEST()
104 EncodeFixed64(dst, 0x0807060504030201ull); in TEST()
Dcoding.cc43 void EncodeFixed64(char* buf, uint64 value) { in EncodeFixed64() function
72 EncodeFixed64(buf, value); in PutFixed64()
Dcoding.h41 extern void EncodeFixed64(char* dst, uint64 value);
/external/tensorflow/tensorflow/core/lib/io/
Drecord_writer.cc102 core::EncodeFixed64(header + 0, data.size()); in WriteRecord()
/external/golang-protobuf/ptypes/struct/
Dstruct.pb.go207 b.EncodeFixed64(math.Float64bits(x.NumberValue))
/external/golang-protobuf/protoc-gen-go/testdata/my_test/
Dtest.pb.go646 b.EncodeFixed64(math.Float64bits(x.TempC))
Dtest.pb.go.golden646 b.EncodeFixed64(math.Float64bits(x.TempC))
/external/golang-protobuf/proto/
Dproperties.go275 p.valEnc = (*Buffer).EncodeFixed64
Dencode.go139 func (p *Buffer) EncodeFixed64(x uint64) error { func
Dall_test.go356 if o.EncodeFixed64(i*1234567) != nil {
/external/golang-protobuf/proto/testdata/
Dtest.pb.go2439 b.EncodeFixed64(uint64(x.F_Fixed64))
2451 b.EncodeFixed64(math.Float64bits(x.F_Double))
2859 b.EncodeFixed64(math.Float64bits(x.TempC))
/external/golang-protobuf/_conformance/conformance_proto/
Dconformance.pb.go1533 b.EncodeFixed64(math.Float64bits(x.OneofDouble))