Home
last modified time | relevance | path

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

/external/one-true-awk/
Dproto.h150 #define is_number(s, val) is_valid_number(s, false, NULL, val) macro
/external/mesa3d/src/compiler/glsl/
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
/external/llvm-libc/src/stdio/scanf_core/
Dfloat_converter.cpp32 bool is_number = false; in convert_float() local
Dint_converter.cpp74 bool is_number = false; in convert_int() local
/external/llvm-libc/src/__support/
Dstr_to_integer.h85 bool is_number = false; variable
/external/pdfium/core/fpdfapi/parser/
Dcpdf_syntax_parser.h37 bool is_number; member
/external/rust/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
/external/yapf/yapf/yapflib/
Dformat_token.py288 def is_number(self): member in FormatToken
/external/rust/crates/serde_yaml/src/value/
Dmod.rs290 pub fn is_number(&self) -> bool { in is_number() method
/external/python/cpython3/Modules/_io/
D_iomodule.c207 int line_buffering, is_number; in _io_open_impl() local
/external/cpuinfo/src/x86/
Dname.c116 static inline bool is_number(const char* token_start, const char* token_end) { in is_number() function
/external/rust/crates/serde_json/src/value/
Dmod.rs510 pub fn is_number(&self) -> bool { in is_number() method
/external/libpng/contrib/gregbook/
Drpng2-x.c2074 static int is_number(char *p) in is_number() function