Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkTraceEvent.h208 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/
DSkDebugfTracer.cpp40 args.appendf("%s=%g", argNames[i], value.as_double); in addTraceEvent()
DChromeTracingTracer.cpp162 case TRACE_VALUE_TYPE_DOUBLE: writer->appendDouble(value.as_double); break; in trace_value_to_json()
/third_party/node/deps/v8/src/libplatform/tracing/
Dtrace-writer.cc76 double val = value.as_double; in AppendArgValue()
/third_party/alsa-lib/src/pcm/
Dplugin_ops.h53 #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/
Dtrace_event.h443 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/
Dv8-tracing.h42 double as_double; member
/third_party/rust/crates/bindgen/bindgen/ir/
Dvar.rs353 .and_then(|v| v.as_double()) in parse()
/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
7656 PRIMITIVE_OP(DOUBLE, fixed64, double, as_double, uint64_t) in run_decoder_vm()
/third_party/chromium/patch/
D0003-ohos-1115.patch3825 + arg.value.as_double = i;
3840 + return std::to_string(arg.value.as_double);
3924 + double as_double;