Home
last modified time | relevance | path

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

/third_party/skia/tools/trace/
H A DSkDebugfTracer.cpp40 args.appendf("%s=%g", argNames[i], value.as_double); in addTraceEvent()
H A DChromeTracingTracer.cpp162 case TRACE_VALUE_TYPE_DOUBLE: writer->appendDouble(value.as_double); break; in trace_value_to_json()
/third_party/skia/src/core/
H A DSkTraceEvent.h208 double as_double; member
258 INTERNAL_DECLARE_SET_TRACE_VALUE(double, as_double, TRACE_VALUE_TYPE_DOUBLE)
/third_party/node/deps/v8/src/libplatform/tracing/
H A Dtrace-writer.cc76 double val = value.as_double; in AppendArgValue()
/third_party/node/deps/v8/include/libplatform/
H A Dv8-tracing.h42 double as_double; member
/third_party/node/deps/v8/include/v8-include/libplatform/
H A Dv8-tracing.h42 double as_double; member
/third_party/alsa-lib/src/pcm/
H A 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 PUT32F_END;
723 #undef as_double macro
/third_party/node/src/tracing/
H A Dtrace_event.h443 double as_double; member
554 INTERNAL_DECLARE_SET_TRACE_VALUE(double, as_double, TRACE_VALUE_TYPE_DOUBLE)
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dvar.rs353 .and_then(|v| v.as_double()) in parse()
/third_party/rust/crates/bindgen/bindgen/
H A Dclang.rs2141 pub fn as_double(&self) -> Option<f64> { in as_double() functions
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A 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()

Completed in 30 milliseconds