Home
last modified time | relevance | path

Searched defs:as_float (Results 1 – 9 of 9) sorted by relevance

/external/libcxx/src/
Dstring.cpp202 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/
Druntime_fp16.cc44 float as_float() const { in as_float() function in __anon23ce36a70111::AliasedFloatInt
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
Dllvm_executionengine.mli54 val as_float : Llvm.lltype -> t -> float val
/external/tensorflow/tensorflow/python/lib/core/
Dpy_seq_tensor.cc388 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/
Dfield.h97 inline float as_float() const { in as_float() function
/external/mesa3d/src/compiler/glsl/
Dlower_instructions.cpp1341 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/
Dquantization_utils_test.cc490 const float as_float = QuantizedToFloat<quint8>(i, 0.0f, 2.0f); in TestAvoidBias() local
/external/protobuf/php/ext/google/protobuf/
Dupb.c7916 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/
Dupb.c8627 static float as_float(uint32_t n) { float f; memcpy(&f, &n, 4); return f; } in as_float() function