Home
last modified time | relevance | path

Searched defs:is_number (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Ds_expression.h69 virtual bool is_number() const { return false; } in is_number() function
81 bool is_number() const { return true; } in is_number() function
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap_lex/src/
Dlib.rs305 pub fn is_number(&self) -> bool { in is_number() method
436 pub fn is_number(&self) -> bool { in is_number() method
/aosp_15_r20/external/pytorch/torch/utils/_sympy/
H A Dnumbers.py30 is_number = True variable in IntInfinity
226 is_number = True variable in NegativeIntInfinity
/aosp_15_r20/external/one-true-awk/
H A Dproto.h147 #define is_number(s, val) is_valid_number(s, false, NULL, val) macro
/aosp_15_r20/system/core/storaged/tools/
H A Dranker.py70 def is_number(word): function
/aosp_15_r20/external/llvm-libc/src/stdio/scanf_core/
H A Dfloat_converter.cpp33 bool is_number = false; in convert_float() local
H A Dint_converter.cpp75 bool is_number = false; in convert_int() local
/aosp_15_r20/external/llvm-libc/src/__support/
H A Dstr_to_integer.h97 bool is_number = false; variable
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_syntax_parser.h37 bool is_number; member
/aosp_15_r20/frameworks/base/libs/androidfw/
H A DLocale.cpp65 static inline bool is_number(const std::string& str) { in is_number() function
/aosp_15_r20/external/yapf/yapf/yapflib/
H A Dformat_token.py288 def is_number(self): member in FormatToken
/aosp_15_r20/external/python/cpython3/Modules/_io/
D_iomodule.c207 int line_buffering, is_number; in _io_open_impl() local
/aosp_15_r20/external/rust/android-crates-io/crates/serde_yaml/src/value/
Dmod.rs290 pub fn is_number(&self) -> bool { in is_number() method
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiRvrTwTest.py259 def is_number(string): function
/aosp_15_r20/external/cpuinfo/src/x86/
H A Dname.c116 static inline bool is_number(const char* token_start, const char* token_end) { in is_number() function
/aosp_15_r20/external/rust/android-crates-io/crates/serde_json/src/value/
Dmod.rs510 pub fn is_number(&self) -> bool { in is_number() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/src/value/
H A Dmod.rs511 pub fn is_number(&self) -> bool { in is_number() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json_lenient-0.2.1/src/value/
H A Dmod.rs511 pub fn is_number(&self) -> bool { in is_number() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_lex-0.7.0/src/
H A Dlib.rs475 fn is_number(arg: &str) -> bool { in is_number() function
/aosp_15_r20/external/rust/android-crates-io/crates/clap_lex/src/
Dlib.rs480 fn is_number(arg: &str) -> bool { in is_number() function
/aosp_15_r20/external/libpng/contrib/gregbook/
H A Drpng2-x.c2074 static int is_number(char *p) in is_number() function
/aosp_15_r20/bionic/libc/kernel/tools/
H A Dcpp.py482 def is_number(self): member in CppExpr
/aosp_15_r20/external/ublksrv/include/nlohmann/
H A Djson.hpp20156 constexpr bool is_number() const noexcept in is_number() function in nlohmann::basic_json