Searched refs:as_double (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/src/core/ |
D | SkTraceEvent.h | 208 double as_double; member 258 INTERNAL_DECLARE_SET_TRACE_VALUE(double, as_double, TRACE_VALUE_TYPE_DOUBLE) in INTERNAL_DECLARE_SET_TRACE_VALUE_INT()
|
/third_party/skia/tools/trace/ |
D | SkDebugfTracer.cpp | 40 args.appendf("%s=%g", argNames[i], value.as_double); in addTraceEvent()
|
D | ChromeTracingTracer.cpp | 162 case TRACE_VALUE_TYPE_DOUBLE: writer->appendDouble(value.as_double); break; in trace_value_to_json()
|
/third_party/node/deps/v8/src/libplatform/tracing/ |
D | trace-writer.cc | 76 double val = value.as_double; in AppendArgValue()
|
/third_party/alsa-lib/src/pcm/ |
D | plugin_ops.h | 53 #define as_double(ptr) (*(double_t*)(ptr)) macro 666 put32f_1234_1234D: as_double(dst) = (double_t)((int32_t)sample) / (double_t)0x80000000UL; goto PUT3… 723 #undef as_double
|
/third_party/node/src/tracing/ |
D | trace_event.h | 443 double as_double; member 554 INTERNAL_DECLARE_SET_TRACE_VALUE(double, as_double, TRACE_VALUE_TYPE_DOUBLE) in INTERNAL_DECLARE_SET_TRACE_VALUE_INT()
|
/third_party/node/deps/v8/include/libplatform/ |
D | v8-tracing.h | 42 double as_double; member
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
D | var.rs | 353 .and_then(|v| v.as_double()) in parse()
|
/third_party/rust/crates/bindgen/bindgen/ |
D | clang.rs | 2141 pub fn as_double(&self) -> Option<f64> { in as_double() method
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 7410 static double as_double(uint64_t n) { double d; memcpy(&d, &n, 8); return d; } in as_double() function 7656 PRIMITIVE_OP(DOUBLE, fixed64, double, as_double, uint64_t) in run_decoder_vm()
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 3825 + arg.value.as_double = i; 3840 + return std::to_string(arg.value.as_double); 3924 + double as_double;
|