/external/llvm-project/libc/src/math/ |
D | math_utils.h | 34 static inline double as_double(uint64_t x) { in as_double() function
|
/external/OpenCL-CTS/test_conformance/half/ |
D | cl_utils.h | 98 static inline double as_double(cl_ulong u) { union { cl_ulong u; double d; }v; v.u = u; return v.d;… in as_double() function
|
/external/tensorflow/tensorflow/python/lib/core/ |
D | py_seq_tensor.cc | 442 static inline bool CheckForOverflow(double as_double, T* out) { in CheckForOverflow() 450 inline bool CheckForOverflow<Eigen::half>(double as_double, Eigen::half* out) { in CheckForOverflow() 461 const double as_double = PyFloat_AS_DOUBLE(v); in ConvertOneFloat() local 645 double as_double; in ConvertScalar() local
|
/external/libchrome/base/trace_event/ |
D | trace_event_impl.h | 81 double as_double; member
|
D | trace_event.h | 693 double as_double; member
|
/external/perfetto/include/perfetto/protozero/ |
D | field.h | 120 double as_double() const { in as_double() function
|
/external/clang/test/CodeGen/ |
D | x86_64-arguments-nacl.c | 8 double as_double; member
|
/external/llvm-project/clang/test/CodeGen/X86/ |
D | x86_64-arguments-nacl.c | 8 double as_double; member
|
/external/webrtc/rtc_base/ |
D | event_tracer.cc | 238 double as_double; member
|
D | trace_event.h | 723 double as_double; member
|
/external/skia/src/core/ |
D | SkTraceEvent.h | 208 double as_double; member
|
/external/skqp/src/core/ |
D | SkTraceEvent.h | 208 double as_double; member
|
/external/llvm-project/libclc/generic/include/clc/ |
D | as_type.h | 62 #define as_double(x) __builtin_astype(x, double) macro
|
/external/llvm-project/clang/lib/Headers/ |
D | opencl-c.h | 6410 #define as_double(x) __builtin_astype((x), double) macro
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/ |
D | decoder.c | 480 static double as_double(uint64_t n) { double d; memcpy(&d, &n, 8); return d; } in as_double() function
|
/external/llvm-project/clang/lib/Headers/ppc_wrappers/ |
D | mmintrin.h | 53 double as_double; member
|
/external/rust/crates/bindgen/src/ |
D | clang.rs | 1984 pub fn as_double(&self) -> Option<f64> { in as_double() method
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 7212 static double as_double(uint64_t n) { double d; memcpy(&d, &n, 8); return d; } in as_double() function
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 10981 static double as_double(uint64_t n) { double d; memcpy(&d, &n, 8); return d; } in as_double() function
|