Searched defs:write_double (Results 1 – 5 of 5) sorted by relevance
/external/libiio/src/ |
D | utilities.c | 163 int write_double(char *buf, size_t len, double val) in write_double() function
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | NativeFormatting.cpp | 164 void llvm::write_double(raw_ostream &S, double N, FloatStyle Style, in write_double() function in llvm
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | NativeFormatting.cpp | 163 void llvm::write_double(raw_ostream &S, double N, FloatStyle Style, in write_double() function in llvm
|
/external/llvm-project/llvm/lib/Support/ |
D | NativeFormatting.cpp | 162 void llvm::write_double(raw_ostream &S, double N, FloatStyle Style, in write_double() function in llvm
|
/external/rust/crates/protobuf/src/ |
D | coded_output_stream.rs | 286 pub fn write_double(&mut self, field_number: u32, value: f64) -> ProtobufResult<()> { in write_double() method
|