Home
last modified time | relevance | path

Searched defs:SetFloat (Results 1 – 8 of 8) sorted by relevance

/external/pigweed/pw_metric/
Dmetric.cc82 void Metric::SetFloat(float value) { in SetFloat() function in pw::metric::Metric
/external/llvm-project/lldb/include/lldb/Utility/
DRegisterValue.h218 void SetFloat(float f) { in SetFloat() function
/external/vixl/src/aarch64/
Dsimulator-aarch64.h631 void SetFloat(int index, T value) const { in SetFloat() function
636 void SetFloat(VectorFormat vform, int index, T value) const { in SetFloat() function
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dshared_prefs.py362 def SetFloat(self, key, value): member in SharedPrefs
/external/pdfium/fxjs/xfa/
Dcfxjse_value.cpp124 void CFXJSE_Value::SetFloat(float fFloat) { in SetFloat() function in CFXJSE_Value
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dmetal_arguments.cc386 absl::Status MetalArguments::SetFloat(const std::string& name, float value) { in SetFloat() function in tflite::gpu::metal::MetalArguments
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_arguments.cc557 absl::Status CLArguments::SetFloat(const std::string& name, float value) { in SetFloat() function in tflite::gpu::cl::CLArguments
/external/mesa3d/src/imgui/
Dimgui.cpp1980 void ImGuiStorage::SetFloat(ImGuiID key, float val) in SetFloat() function in ImGuiStorage