Home
last modified time | relevance | path

Searched defs:is_decimal (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A Dstructured_headers.h88 bool is_decimal() const { return Type() == kDecimalType; } in is_decimal() function
H A Dstructured_headers.cc361 bool is_decimal = false; in ReadNumber() local
/aosp_15_r20/bionic/libc/kernel/tools/
H A Dcpp.py427 def is_decimal(self): member in CppExpr
/aosp_15_r20/external/mesa3d/src/util/
H A Dparson.c404 static parson_bool_t is_decimal(const char *string, size_t length) { in is_decimal() function
/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui_widgets.cpp1734 … const bool is_decimal = (data_type == ImGuiDataType_Float) || (data_type == ImGuiDataType_Double); in DragBehaviorT() local
2110 … const bool is_decimal = (data_type == ImGuiDataType_Float) || (data_type == ImGuiDataType_Double); in SliderBehaviorT() local