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

/external/clang/test/CodeGen/
H A Dx86_64-arguments-nacl.c8 double as_double; member in union:PP_VarValue
/external/skia/tools/trace/
H A DSkDebugfTracer.cpp40 args.appendf("%s=%g", argNames[i], value.as_double);
H A DSkChromeTracingTracer.cpp171 writer->appendDouble(value.as_double);
/external/skqp/tools/trace/
H A DSkDebugfTracer.cpp40 args.appendf("%s=%g", argNames[i], value.as_double);
H A DSkChromeTracingTracer.cpp171 writer->appendDouble(value.as_double);
/external/libchrome/base/trace_event/
H A Dtrace_event_impl.h82 double as_double; member in union:base::trace_event::TraceEvent::TraceValue
H A Dtrace_event_impl.cc230 double val = value.as_double;
H A Dtrace_event.h577 double as_double; member in union:trace_event_internal::TraceValueUnion
629 INTERNAL_DECLARE_SET_TRACE_VALUE(double, arg, as_double,
/external/v8/src/libplatform/tracing/
H A Dtrace-writer.cc72 double val = value.as_double;
/external/skia/src/core/
H A DSkTraceEvent.h211 double as_double; member in union:skia::tracing_internals::TraceValueUnion
261 INTERNAL_DECLARE_SET_TRACE_VALUE(double, as_double, TRACE_VALUE_TYPE_DOUBLE)
/external/skqp/src/core/
H A DSkTraceEvent.h211 double as_double; member in union:skia::tracing_internals::TraceValueUnion
261 INTERNAL_DECLARE_SET_TRACE_VALUE(double, as_double, TRACE_VALUE_TYPE_DOUBLE)
/external/v8/include/libplatform/
H A Dv8-tracing.h33 double as_double; member in union:v8::platform::tracing::TraceObject::ArgValue
/external/v8/src/tracing/
H A Dtrace-event.h399 double as_double; member in union:v8::internal::tracing::TraceValueUnion
465 INTERNAL_DECLARE_SET_TRACE_VALUE(double, as_double, TRACE_VALUE_TYPE_DOUBLE)
/external/webrtc/webrtc/base/
H A Dtrace_event.h742 double as_double; member in union:webrtc::trace_event_internal::TraceValueUnion
791 INTERNAL_DECLARE_SET_TRACE_VALUE(double, as_double, TRACE_VALUE_TYPE_DOUBLE)
/external/clang/lib/Headers/
H A Dopencl-c.h7159 double __ovld __cnfn as_double(char8);
7160 double __ovld __cnfn as_double(uchar8);
7161 double __ovld __cnfn as_double(short3);
7162 double __ovld __cnfn as_double(short4);
7163 double __ovld __cnfn as_double(ushort3);
7164 double __ovld __cnfn as_double(ushort4);
7165 double __ovld __cnfn as_double(int2);
7166 double __ovld __cnfn as_double(uint2);
7167 double __ovld __cnfn as_double(long);
7168 double __ovld __cnfn as_double(ulon
[all...]
/external/protobuf/php/ext/google/protobuf/
H A Dupb.c7915 static double as_double(uint64_t n) { double d; memcpy(&d, &n, 8); return d; } function
8158 PRIMITIVE_OP(DOUBLE, fixed64, double, as_double, uint64_t)
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c8626 static double as_double(uint64_t n) { double d; memcpy(&d, &n, 8); return d; } function
8869 PRIMITIVE_OP(DOUBLE, fixed64, double, as_double, uint64_t)

Completed in 497 milliseconds