Home
last modified time | relevance | path

Searched defs:as_double (Results 1 – 8 of 8) sorted by relevance

/third_party/ejdb/src/bindings/ejdb2_dart/lib/
Ddart_native_api.h58 double as_double; member
Ddart_api.h2843 double as_double; member
/third_party/alsa-lib/src/pcm/
Dplugin_ops.h53 #define as_double(ptr) (*(double_t*)(ptr)) macro
/third_party/skia/src/core/
DSkTraceEvent.h208 double as_double; member
/third_party/flutter/skia/src/core/
DSkTraceEvent.h208 double as_double; member
/third_party/node/src/tracing/
Dtrace_event.h443 double as_double; member
/third_party/rust/crates/bindgen/bindgen/
Dclang.rs2141 pub fn as_double(&self) -> Option<f64> { in as_double() method
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c7410 static double as_double(uint64_t n) { double d; memcpy(&d, &n, 8); return d; } in as_double() function