Home
last modified time | relevance | path

Searched refs:read_double (Results 1 – 11 of 11) sorted by relevance

/external/libiio/src/bindings/csharp/
DAttr.cs63 public double read_double() in read_double() method in iio.Attr
/external/libiio/src/
Dutilities.c147 int read_double(const char *str, double *val) in read_double() function
Diio-private.h258 int read_double(const char *str, double *val);
Ddevice.c612 return read_double(buf, val); in iio_device_attr_read_double()
688 return read_double(buf, val); in iio_device_buffer_attr_read_double()
804 return read_double(buf, val); in iio_device_debug_attr_read_double()
Dchannel.c692 return read_double(buf, val); in iio_channel_attr_read_double()
/external/rust/crates/protobuf/src/
Dcoded_input_stream.rs288 pub fn read_double(&mut self) -> ProtobufResult<f64> { in read_double() method
374 target.push(self.read_double()?); in read_repeated_packed_double_into()
919 test_read_v("40 d5 ab 68 b3 07 3d 46", 23e29, |is| is.read_double()); in test_input_stream_read_double()
Dtypes.rs162 is.read_double() in read()
Drt.rs428 target.push(is.read_double()?); in read_repeated_double_into()
Ddescriptor.rs8011 let tmp = is.read_double()?; in merge_from()
/external/rust/crates/protobuf/src/well_known_types/
Dstruct_pb.rs465 … self.kind = ::std::option::Option::Some(Value_oneof_kind::number_value(is.read_double()?)); in merge_from()
Dwrappers.rs74 let tmp = is.read_double()?; in merge_from()