Home
last modified time | relevance | path

Searched refs:has_dot (Results 1 – 25 of 369) sorted by relevance

12345678910>>...15

/dports/security/yara/yara-4.1.1/cli/
H A Dcommon.h127 bool has_dot = false; in is_float() local
139 if (has_dot) // two dots, not a float in is_float()
142 has_dot = true; in is_float()
152 return has_dot; // to be float must contain a dot in is_float()
/dports/devel/radare2/radare2-5.1.1/shlr/gdb/src/
H A Darch.c8 char *has_dot = strchr (s, '.'); in parse_size() local
9 if (has_dot) { in parse_size()
10 *has_dot++ = 0; in parse_size()
12 ut64 b = strtoul (has_dot, end, 0); in parse_size()
/dports/math/py-matplotlib2/matplotlib-2.2.4/doc/
H A Dconf.py85 has_dot = find_executable('dot') is not None variable
88 has_dot = which('dot') is not None variable
89 if not has_dot:
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/svgtypes-0.5.0/src/
H A Dnumber.rs65 let mut has_dot = false; in write_num() localVariable
69 has_dot = true; in write_num()
75 if has_dot && buf[start_pos + pos - 1] == b'0' { in write_num()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/svgtypes-0.5.0/src/
H A Dnumber.rs65 let mut has_dot = false; in write_num() localVariable
69 has_dot = true; in write_num()
75 if has_dot && buf[start_pos + pos - 1] == b'0' { in write_num()
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/tools/database/
H A DDBCell.cpp99 bool has_dot = false; in isReal() local
107 if (has_dot || has_exponent) return false; in isReal()
108 has_dot = true; in isReal()
/dports/math/p5-Math-BaseCalc/Math-BaseCalc-1.019/lib/Math/
H A DBaseCalc.pm34 $self->{has_dot} = 1;
66 if (!$self->{has_dot} && $str =~ s/\.(.+)//) {
/dports/devel/allegro/allegro-4.4.3.1/tests/
H A Dmathtest.c81 int has_dot; in set_calc_value() local
88 has_dot = FALSE; in set_calc_value()
100 has_dot = TRUE; in set_calc_value()
103 if (has_dot) { in set_calc_value()
/dports/net/sems/sems-f89581a/core/
H A Djsonxx.cpp326 bool has_dot = false; in parse_float() local
352 if (has_dot) { in parse_float()
356 has_dot = true; in parse_float()
408 if (!correct || (!has_dot && !(e_sign == -1 && exp_value_str.size())) || p_state == p_e) { in parse_float()
/dports/devel/radare2/radare2-5.1.1/libr/reg/
H A Dprofile.c24 char *has_dot = strchr (s, '.'); in parse_size() local
25 if (has_dot) { in parse_size()
26 *has_dot++ = 0; in parse_size()
28 ut64 b = strtoul (has_dot, end, 0); in parse_size()
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/cbc/
H A Dmember.c58 unsigned has_dot : 1; member
888 CT_DEBUG(MAIN, ("MEMBER: \"%s\"%s", name, mei.u.compound_member.has_dot ? " [dot]" : "")); in get_member()
890 if (!accept_dotless_member && !mei.u.compound_member.has_dot) in get_member()
1123 me->has_dot = 0; in member_expr_walker_new()
1208 me->startup ? " [startup]" : "", me->has_dot ? " [dot]" : "")); in member_expr_walker_walk()
1244 info->u.compound_member.has_dot = me->has_dot; in member_expr_walker_walk()
1321 me->has_dot = *c == '.'; in member_expr_walker_walk()
/dports/math/sc-im/sc-im-0.8.2/src/utils/
H A Dstring.c354 bool has_dot = false; in isnumeric() local
360 if ( string[i] == '.' && ! has_dot ) { in isnumeric()
361 has_dot = true; in isnumeric()
/dports/www/node10/node-v10.24.1/deps/v8/src/asmjs/
H A Dasm-scanner.cc275 bool has_dot = ch == '.'; in ConsumeNumber() local
285 has_dot = true; in ConsumeNumber()
328 if (has_dot) { in ConsumeNumber()
/dports/math/casadi/casadi-3.5.5/casadi/core/
H A Doptions.cpp153 bool Options::has_dot(const Dict& opts) { in has_dot() function in casadi::Options
170 return !has_dot(opts) && !has_null(opts); in is_sane()
185 if (has_dot(opts)) { in sanitize()
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgdbusutils.c75 gboolean has_dot; in is_valid_name() local
84 has_dot = FALSE; in is_valid_name()
92 has_dot = TRUE; in is_valid_name()
101 if (G_UNLIKELY (!has_dot)) in is_valid_name()
/dports/lang/v8/v8-9.6.180.12/src/asmjs/
H A Dasm-scanner.cc277 bool has_dot = ch == '.'; in ConsumeNumber() local
289 has_dot = true; in ConsumeNumber()
332 if (has_dot || trunc(double_value_) != double_value_) { in ConsumeNumber()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/asmjs/
H A Dasm-scanner.cc277 bool has_dot = ch == '.'; in ConsumeNumber() local
289 has_dot = true; in ConsumeNumber()
332 if (has_dot) { in ConsumeNumber()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/asmjs/
H A Dasm-scanner.cc277 bool has_dot = ch == '.'; in ConsumeNumber() local
289 has_dot = true; in ConsumeNumber()
332 if (has_dot || trunc(double_value_) != double_value_) { in ConsumeNumber()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/syn-0.11.11/src/
H A Dlit.rs280 let mut has_dot = false; in float_string() localVariable
289 if has_dot { in float_string()
299 has_dot = true; in float_string()
312 if !(has_dot || has_exp || rest.starts_with("f32") || rest.starts_with("f64")) { in float_string()
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/src/
H A Dsorting.cpp172 static bool has_dot(const unc_text &chunk_text) in has_dot() function
238 const bool s1_has_dot = has_dot(s1_ext); in compare_chunks()
239 const bool s2_has_dot = has_dot(s2_ext); in compare_chunks()
530 chunk_has_dot = has_dot(chunks[idx]->str); in group_imports_by_adding_newlines()
/dports/databases/redisjson/RedisJSON-2.0.6/cargo-crates/syn-0.11.11/src/
H A Dlit.rs280 let mut has_dot = false; in float_string() localVariable
289 if has_dot { in float_string()
299 has_dot = true; in float_string()
312 if !(has_dot || has_exp || rest.starts_with("f32") || rest.starts_with("f64")) { in float_string()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/syn-0.11.11/src/
H A Dlit.rs280 let mut has_dot = false; in float_string() localVariable
289 if has_dot { in float_string()
299 has_dot = true; in float_string()
312 if !(has_dot || has_exp || rest.starts_with("f32") || rest.starts_with("f64")) { in float_string()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/syn-0.11.11/src/
H A Dlit.rs280 let mut has_dot = false; in float_string() localVariable
289 if has_dot { in float_string()
299 has_dot = true; in float_string()
312 if !(has_dot || has_exp || rest.starts_with("f32") || rest.starts_with("f64")) { in float_string()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/syn-0.11.11/src/
H A Dlit.rs280 let mut has_dot = false; in float_string() localVariable
289 if has_dot { in float_string()
299 has_dot = true; in float_string()
312 if !(has_dot || has_exp || rest.starts_with("f32") || rest.starts_with("f64")) { in float_string()
/dports/x11/admiral/admiral-1.0.0-7-g5a9f33b/cargo-crates/syn-0.11.11/src/
H A Dlit.rs280 let mut has_dot = false; in float_string() localVariable
289 if has_dot { in float_string()
299 has_dot = true; in float_string()
312 if !(has_dot || has_exp || rest.starts_with("f32") || rest.starts_with("f64")) { in float_string()

12345678910>>...15