Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/libcxx/src/
H A 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
/aosp_15_r20/external/cronet/third_party/libc++/src/src/
H A Dstring.cpp173 inline float as_float(const string& func, const string& s, size_t* idx) { in as_float() function
178 inline double as_float(const string& func, const string& s, size_t* idx) { in as_float() function
183 inline long double as_float(const string& func, const string& s, size_t* idx) { in as_float() function
189 inline float as_float(const string& func, const wstring& s, size_t* idx) { in as_float() function
194 inline double as_float(const string& func, const wstring& s, size_t* idx) { in as_float() function
199 inline long double as_float(const string& func, const wstring& s, size_t* idx) { in as_float() function
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dlower_instructions.cpp174 ir_variable *as_float = in find_lsb_to_float_cast() local
255 ir_variable *as_float = in find_msb_to_float_cast() local
/aosp_15_r20/external/pigweed/pw_metric/public/pw_metric/
H A Dmetric.h129 float as_float() const { return 0.0; } in as_float() function
148 float as_float() const { return 0.0; } in as_float() function
/aosp_15_r20/external/XNNPACK/src/xnnpack/
H A Dmath.h75 float as_float; in uint32_as_float() member
82 float as_float; in float_as_uint32() member
/aosp_15_r20/external/pigweed/pw_metric/pw_metric_proto/
H A Dmetric_service.proto47 float as_float = 3; field
/aosp_15_r20/external/OpenCL-CTS/test_conformance/half/
H A Dcl_utils.h98 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
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Druntime_fp16.cc43 float as_float() const { in as_float() function in __anonda4095f40111::AliasedFloatInt
/aosp_15_r20/external/libaom/aom_dsp/
H A Dmathutils.h135 float as_float; in approx_exp() member
/aosp_15_r20/external/OpenCL-CTS/test_conformance/conversions/
H A Dfplib.cpp23 #define as_float(x) (*((float *)(&x))) macro
/aosp_15_r20/external/pigweed/pw_metric/
H A Dmetric.cc64 float Metric::as_float() const { in as_float() function in pw::metric::Metric
/aosp_15_r20/external/XNNPACK/src/
H A Doperator-run.c1136 float as_float; in xnn_compute_floating_point_softmax() member
1143 float as_float; in xnn_compute_floating_point_softmax() member
1150 float as_float; in xnn_compute_floating_point_softmax() member
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/protozero/
H A Dfield.h112 float as_float() const { in as_float() function
/aosp_15_r20/external/perfetto/include/perfetto/protozero/
H A Dfield.h115 float as_float() const { in as_float() function
/aosp_15_r20/external/executorch/backends/vulkan/runtime/vk_api/
H A DPipeline.h39 float as_float; member
/aosp_15_r20/external/rust/android-crates-io/crates/ciborium/src/value/
Dmod.rs192 pub fn as_float(&self) -> Option<f64> { in as_float() method
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/
Ditem.rs210 pub fn as_float(&self) -> Option<f64> { in as_float() method
Dvalue.rs71 pub fn as_float(&self) -> Option<f64> { in as_float() method
/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/include/
H A DGRLOCLCompatibility.h180 inline float as_float(uint32_t i) in as_float() function
/aosp_15_r20/external/mesa3d/src/panfrost/util/
H A Dpan_lower_framebuffer.c398 nir_def *as_float = snorm ? nir_i2fN(b, unpacked, float_sz) in pan_unpack() local
/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/
H A Dpy_seq_tensor.cc482 Safe_PyObjectPtr as_float = make_safe(PyNumber_Float(v)); in ConvertOneFloat() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dquantization_utils_test.cc490 const float as_float = QuantizedToFloat<quint8>(i, 0.0f, 2.0f); in TestAvoidBias() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/
Dopencl-c-base.h618 #define as_float(x) __builtin_astype((x), float) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/
Dopencl-c-base.h618 #define as_float(x) __builtin_astype((x), float) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/
Dopencl-c-base.h618 #define as_float(x) __builtin_astype((x), float) macro

12