Home
last modified time | relevance | path

Searched refs:as_double (Results 1 – 12 of 12) 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
Dejdb2_dart.c177 return co->value.as_double; in cobject_double()
/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/flutter/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/flutter/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/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/grpc/third_party/upb/upb/pb/
Ddecoder.c480 static double as_double(uint64_t n) { double d; memcpy(&d, &n, 8); return d; } in as_double() function
726 PRIMITIVE_OP(DOUBLE, fixed64, double, as_double, uint64_t) in run_decoder_vm()
/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()