/external/libcxx/src/ |
D | string.cpp | 202 as_float( const string& func, const string& s, size_t* idx ) in as_float() function 210 as_float(const string& func, const string& s, size_t* idx ) in as_float() function 218 as_float( const string& func, const string& s, size_t* idx ) in as_float() function 226 as_float( const string& func, const wstring& s, size_t* idx ) in as_float() function 234 as_float( const string& func, const wstring& s, size_t* idx ) in as_float() function 242 as_float( const string& func, const wstring& s, size_t* idx ) in as_float() function
|
/external/llvm-project/libcxx/src/ |
D | string.cpp | 208 as_float( const string& func, const string& s, size_t* idx ) in as_float() function 216 as_float(const string& func, const string& s, size_t* idx ) in as_float() function 224 as_float( const string& func, const string& s, size_t* idx ) in as_float() function 232 as_float( const string& func, const wstring& s, size_t* idx ) in as_float() function 240 as_float( const string& func, const wstring& s, size_t* idx ) in as_float() function 248 as_float( const string& func, const wstring& s, size_t* idx ) in as_float() function
|
/external/llvm-project/libc/src/math/ |
D | math_utils.h | 30 static inline float as_float(uint32_t x) { in as_float() function
|
/external/pigweed/pw_metric/pw_metric_proto/ |
D | metric_service.proto | 47 float as_float = 3; field
|
/external/OpenCL-CTS/test_conformance/half/ |
D | cl_utils.h | 97 static inline float as_float(cl_uint u) { union { cl_uint u; float f; }v; v.u = u; return v.f; } in as_float() function
|
/external/pigweed/pw_metric/public/pw_metric/ |
D | metric.h | 125 float as_float() const { return 0.0; } in as_float() function 143 float as_float() const { return 0.0; } in as_float() function
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | runtime_fp16.cc | 44 float as_float() const { in as_float() function in __anona61206850111::AliasedFloatInt
|
/external/pigweed/pw_metric/ |
D | metric.cc | 62 float Metric::as_float() const { in as_float() function in pw::metric::Metric
|
/external/OpenCL-CTS/test_conformance/conversions/ |
D | fplib.cpp | 23 #define as_float(x) (*((float *)(&x))) macro
|
/external/perfetto/include/perfetto/protozero/ |
D | field.h | 112 float as_float() const { in as_float() function
|
/external/mesa3d/src/compiler/glsl/ |
D | lower_instructions.cpp | 1350 ir_variable *as_float = in find_lsb_to_float_cast() local 1431 ir_variable *as_float = in find_msb_to_float_cast() local
|
/external/llvm-project/libclc/generic/include/clc/ |
D | as_type.h | 9 #define as_float(x) __builtin_astype(x, float) macro
|
/external/llvm-project/clang/lib/Headers/ |
D | opencl-c.h | 6402 #define as_float(x) __builtin_astype((x), float) macro
|
/external/tensorflow/tensorflow/python/lib/core/ |
D | py_seq_tensor.cc | 481 Safe_PyObjectPtr as_float = make_safe(PyNumber_Float(v)); in ConvertOneFloat() local
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/ |
D | decoder.c | 481 static float as_float(uint32_t n) { float f; memcpy(&f, &n, 4); return f; } in as_float() function
|
/external/tensorflow/tensorflow/core/kernels/ |
D | quantization_utils_test.cc | 490 const float as_float = QuantizedToFloat<quint8>(i, 0.0f, 2.0f); in TestAvoidBias() local
|
/external/llvm-project/clang/lib/Headers/ppc_wrappers/ |
D | mmintrin.h | 52 float as_float[2]; member
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 7213 static float as_float(uint32_t n) { float f; memcpy(&f, &n, 4); return f; } in as_float() function
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 10982 static float as_float(uint32_t n) { float f; memcpy(&f, &n, 4); return f; } in as_float() function
|