Home
last modified time | relevance | path

Searched refs:is_number (Results 1 – 25 of 31) sorted by relevance

12

/external/bc/tests/bc/
Dis_number.txt1 is_number(5)
2 is_number(18923740913.12809374)
3 is_number(abs(0.5))
4 is_number(a[1])
6 is_number(b[i])
7 is_number("string")
8 is_number(asciify("this"))
9 is_number(asciify(122))
11 is_number(x)
13 is_number(a[2])
Dall.txt55 is_number
/external/rust/crates/grpcio-sys/grpc/src/core/lib/json/
Djson.h80 Json(const std::string& string, bool is_number = false)
81 : type_(is_number ? Type::NUMBER : Type::STRING), string_value_(string) {}
90 Json(const char* string, bool is_number = false)
91 : Json(std::string(string), is_number) {} in Json() argument
97 Json(char* string, bool is_number = false)
98 : Json(std::string(string), is_number) {} in Json() argument
/external/pdfium/core/fpdfapi/parser/
Dcfdf_document.cpp43 if (word_result.is_number) { in ParseStream()
49 if (!word_result.is_number) in ParseStream()
Dcpdf_parser.cpp318 if (!xref_offset_result.is_number || xref_offset_result.word.IsEmpty()) in ParseStartXRef()
365 if (!word_result.is_number || word_result.word.IsEmpty() || in VerifyCrossRefV4()
603 if (!word_result.is_number) { in ParseCrossRefV4()
687 if (result.is_number) { in RebuildCrossRef()
1204 if (word_result.is_number) { in GetTrailerEnds()
1207 if (!word_result.is_number) in GetTrailerEnds()
Dcpdf_syntax_parser.cpp509 if (word_result.is_number) { in GetObjectBodyInternal()
512 if (!nextword.is_number) in GetObjectBodyInternal()
615 if (!objnum_word_result.is_number || objnum_word_result.word.IsEmpty()) { in GetIndirectObject()
623 if (!gennum_word_result.is_number || gennum_word.IsEmpty()) { in GetIndirectObject()
Dcpdf_syntax_parser.h37 bool is_number; member
/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
Ds_expression.cpp186 case NUMBER: if (expr->is_number()) *p_number = (s_number *) expr; break; in match()
/external/rappor/pipeline/
Dcsv_to_html.py200 for (i, is_number) in enumerate(is_number_flags):
201 if not is_number:
/external/python/cpython3/Modules/_io/
D_iomodule.c244 int line_buffering, is_number; in _io_open_impl() local
254 is_number = PyNumber_Check(file); in _io_open_impl()
256 if (is_number) { in _io_open_impl()
266 if (!is_number && in _io_open_impl()
/external/bc/tests/dc/
Dall.txt27 is_number
/external/yapf/yapf/yapflib/
Dlogical_line.py242 return tok.is_keyword or tok.is_name or tok.is_number or tok.is_string
284 return (token1.is_number or token1.is_name) and token2.is_subscript_colon
401 (right.is_name or right.is_number or rval == '(')):
Dformat_token.py288 def is_number(self): member in FormatToken
/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/cpuinfo/src/x86/
Dname.c116 static inline bool is_number(const char* token_start, const char* token_end) { in is_number() function
501 if (is_number(token_start, token_end)) { in transform_token()
/external/one-true-awk/
Dlib.c193 if (is_number(fldtab[0]->sval, & result)) { in getrec()
311 if (is_number(q->sval, & result)) { in setclvar()
418 if(is_number(p->sval, & result)) { in fldbld()
Drun.c433 if (is_number(x->sval, & result)) { in awkgetline()
440 if (is_number(fldtab[0]->sval, & result)) { in awkgetline()
453 if (is_number(x->sval, & result)) { in awkgetline()
732 if (m == 0 && !is_number(s = getsval(x), NULL)) /* suspicion! */ in indirect()
1314 if (is_number(s, & result)) in split()
1333 if (is_number(s, & result)) in split()
1354 if (is_number(t, & result)) in split()
1383 if (is_number(t, & result)) in split()
Dproto.h151 #define is_number(s, val) is_valid_number(s, false, NULL, val) macro
Dtran.c123 if (is_number(*av, & result)) in arginit()
148 if (is_number(p, & result)) in envinit()
Dlex.c196 if (is_number(cp, & result)) in yylex()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/third_party/lunit/
Dlunit.lua147 local is_number = is_number
/external/rust/crates/serde_json/src/value/
Dmod.rs510 pub fn is_number(&self) -> bool { in is_number() method
/external/rust/crates/clap/src/parser/
Dparser.rs654 && next.is_number()) in is_new_arg()
859 …ow_hyphen_values_set() || (self.cmd[opt].is_allow_negative_numbers_set() && short_arg.is_number())) in parse_short_arg()
868 && short_arg.is_number() in parse_short_arg()
/external/libpng/contrib/gregbook/
Drpng2-x.c192 static int is_number (char *p);
445 if (!argv[1] || !is_number(argv[1])) in main()
2074 static int is_number(char *p) in is_number() function

12