Searched refs:as_double (Results 1 – 12 of 12) sorted by relevance
/external/clang/test/CodeGen/ |
D | x86_64-arguments-nacl.c | 8 double as_double; member
|
/external/libchrome/base/trace_event/ |
D | trace_event_impl.h | 87 double as_double; member
|
D | trace_event_impl.cc | 228 double val = value.as_double; in AppendValueAsJSON()
|
D | trace_event.h | 520 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/ |
D | trace-writer.cc | 72 double val = value.as_double; in AppendArgValue()
|
/external/skia/src/core/ |
D | SkTraceEvent.h | 322 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/ |
D | trace-event.h | 399 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/ |
D | v8-tracing.h | 33 double as_double; member
|
/external/webrtc/webrtc/base/ |
D | trace_event.h | 742 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/ |
D | opencl-c.h | 7159 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/ |
D | upb.c | 7915 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/ |
D | upb.c | 8626 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()
|