/aosp_15_r20/external/libcxx/src/ |
H A 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
|
/aosp_15_r20/external/cronet/third_party/libc++/src/src/ |
H A D | string.cpp | 173 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 D | lower_instructions.cpp | 174 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 D | metric.h | 129 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 D | math.h | 75 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 D | metric_service.proto | 47 float as_float = 3; field
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/half/ |
H A D | cl_utils.h | 98 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 D | runtime_fp16.cc | 43 float as_float() const { in as_float() function in __anonda4095f40111::AliasedFloatInt
|
/aosp_15_r20/external/libaom/aom_dsp/ |
H A D | mathutils.h | 135 float as_float; in approx_exp() member
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/conversions/ |
H A D | fplib.cpp | 23 #define as_float(x) (*((float *)(&x))) macro
|
/aosp_15_r20/external/pigweed/pw_metric/ |
H A D | metric.cc | 64 float Metric::as_float() const { in as_float() function in pw::metric::Metric
|
/aosp_15_r20/external/XNNPACK/src/ |
H A D | operator-run.c | 1136 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 D | field.h | 112 float as_float() const { in as_float() function
|
/aosp_15_r20/external/perfetto/include/perfetto/protozero/ |
H A D | field.h | 115 float as_float() const { in as_float() function
|
/aosp_15_r20/external/executorch/backends/vulkan/runtime/vk_api/ |
H A D | Pipeline.h | 39 float as_float; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/ciborium/src/value/ |
D | mod.rs | 192 pub fn as_float(&self) -> Option<f64> { in as_float() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/ |
D | item.rs | 210 pub fn as_float(&self) -> Option<f64> { in as_float() method
|
D | value.rs | 71 pub fn as_float(&self) -> Option<f64> { in as_float() method
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/include/ |
H A D | GRLOCLCompatibility.h | 180 inline float as_float(uint32_t i) in as_float() function
|
/aosp_15_r20/external/mesa3d/src/panfrost/util/ |
H A D | pan_lower_framebuffer.c | 398 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 D | py_seq_tensor.cc | 482 Safe_PyObjectPtr as_float = make_safe(PyNumber_Float(v)); in ConvertOneFloat() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | quantization_utils_test.cc | 490 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/ |
D | opencl-c-base.h | 618 #define as_float(x) __builtin_astype((x), float) macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/ |
D | opencl-c-base.h | 618 #define as_float(x) __builtin_astype((x), float) macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/ |
D | opencl-c-base.h | 618 #define as_float(x) __builtin_astype((x), float) macro
|