Home
last modified time | relevance | path

Searched defs:as_double (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/libc/src/math/
Dmath_utils.h34 static inline double as_double(uint64_t x) { in as_double() function
/external/OpenCL-CTS/test_conformance/half/
Dcl_utils.h98 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/
Dpy_seq_tensor.cc442 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/
Dtrace_event_impl.h81 double as_double; member
Dtrace_event.h693 double as_double; member
/external/perfetto/include/perfetto/protozero/
Dfield.h120 double as_double() const { in as_double() function
/external/clang/test/CodeGen/
Dx86_64-arguments-nacl.c8 double as_double; member
/external/llvm-project/clang/test/CodeGen/X86/
Dx86_64-arguments-nacl.c8 double as_double; member
/external/webrtc/rtc_base/
Devent_tracer.cc238 double as_double; member
Dtrace_event.h723 double as_double; member
/external/skia/src/core/
DSkTraceEvent.h208 double as_double; member
/external/skqp/src/core/
DSkTraceEvent.h208 double as_double; member
/external/llvm-project/libclc/generic/include/clc/
Das_type.h62 #define as_double(x) __builtin_astype(x, double) macro
/external/llvm-project/clang/lib/Headers/
Dopencl-c.h6410 #define as_double(x) __builtin_astype((x), double) macro
/external/rust/crates/grpcio-sys/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
/external/llvm-project/clang/lib/Headers/ppc_wrappers/
Dmmintrin.h53 double as_double; member
/external/rust/crates/bindgen/src/
Dclang.rs1984 pub fn as_double(&self) -> Option<f64> { in as_double() method
/external/protobuf/php/ext/google/protobuf/
Dupb.c7212 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/
Dupb.c10981 static double as_double(uint64_t n) { double d; memcpy(&d, &n, 8); return d; } in as_double() function