Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dx86_64-arguments-nacl.c8 double as_double; member
/external/libchrome/base/trace_event/
Dtrace_event_impl.h87 double as_double; member
Dtrace_event_impl.cc228 double val = value.as_double; in AppendValueAsJSON()
Dtrace_event.h520 double as_double; member
572 INTERNAL_DECLARE_SET_TRACE_VALUE(double, arg, as_double, in INTERNAL_DECLARE_SET_TRACE_VALUE_INT()
/external/v8/src/libplatform/tracing/
Dtrace-writer.cc72 double val = value.as_double; in AppendArgValue()
/external/skia/src/core/
DSkTraceEvent.h322 double as_double; member
372 INTERNAL_DECLARE_SET_TRACE_VALUE(double, as_double, TRACE_VALUE_TYPE_DOUBLE) in INTERNAL_DECLARE_SET_TRACE_VALUE_INT()
/external/v8/src/tracing/
Dtrace-event.h399 double as_double; member
465 INTERNAL_DECLARE_SET_TRACE_VALUE(double, as_double, TRACE_VALUE_TYPE_DOUBLE) in INTERNAL_DECLARE_SET_TRACE_VALUE_INT()
/external/v8/include/libplatform/
Dv8-tracing.h33 double as_double; member
/external/webrtc/webrtc/base/
Dtrace_event.h742 double as_double; member
791 INTERNAL_DECLARE_SET_TRACE_VALUE(double, as_double, TRACE_VALUE_TYPE_DOUBLE) in INTERNAL_DECLARE_SET_TRACE_VALUE_INT()
/external/clang/lib/Headers/
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(ulong);
[all …]
/external/protobuf/php/ext/google/protobuf/
Dupb.c7915 static double as_double(uint64_t n) { double d; memcpy(&d, &n, 8); return d; } in as_double() function
8158 PRIMITIVE_OP(DOUBLE, fixed64, double, as_double, uint64_t) in run_decoder_vm()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c8626 static double as_double(uint64_t n) { double d; memcpy(&d, &n, 8); return d; } in as_double() function
8869 PRIMITIVE_OP(DOUBLE, fixed64, double, as_double, uint64_t) in run_decoder_vm()