Searched defs:as_float (Results 1 – 9 of 9) sorted by relevance
/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/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | runtime_fp16.cc | 44 float as_float() const { in as_float() function in __anon23ce36a70111::AliasedFloatInt
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/ |
D | llvm_executionengine.mli | 54 val as_float : Llvm.lltype -> t -> float val
|
/external/tensorflow/tensorflow/python/lib/core/ |
D | py_seq_tensor.cc | 388 Safe_PyObjectPtr as_float = make_safe(PyNumber_Float(v)); in ConvertOneFloat() local 414 Safe_PyObjectPtr as_float = make_safe(PyNumber_Float(v)); in ConvertOneNumpyHalf() local
|
/external/perfetto/include/perfetto/protozero/ |
D | field.h | 97 inline float as_float() const { in as_float() function
|
/external/mesa3d/src/compiler/glsl/ |
D | lower_instructions.cpp | 1341 ir_variable *as_float = in find_lsb_to_float_cast() local 1422 ir_variable *as_float = in find_msb_to_float_cast() local
|
/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/protobuf/php/ext/google/protobuf/ |
D | upb.c | 7916 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 | 8627 static float as_float(uint32_t n) { float f; memcpy(&f, &n, 4); return f; } in as_float() function
|