Home
last modified time | relevance | path

Searched refs:rparse (Results 1 – 8 of 8) sorted by relevance

/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dutil.cpp126 ld rparse(int prio = 0) { return validate_real(parse(prio)); } in rparse() function
127 int iparse(int prio = 0) { return int(floor(rparse(prio) + .5)); } in iparse()
196 ld a = rparse(0); in parse()
198 ld b = rparse(0); in parse()
203 cld a = rparse(0); in parse()
205 cld b = rparse(0); in parse()
207 cld c = rparse(0); in parse()
219 ld a = rparse(0); in parse()
221 ld b = rparse(0); in parse()
251 ld edges = rparse(0); in parse()
[all …]
H A Darbitrile.cpp488 sl.current = sl.zero = ep.rparse(); in load()
490 sl.min = ep.rparse(); in load()
492 sl.max = ep.rparse(); in load()
514 c.cscale = ep.rparse(); in load()
533 c.floor_scale = ep.rparse(); in load()
537 c.boundary_ratio = ep.rparse(); in load()
586 ld d = ep.rparse() * distunit; in load()
588 if(ep.eat(",")) eps = ep.rparse() * distunit; in load()
625 ld stretch = ep.rparse(0); in load()
627 ld shear = ep.rparse(0); in load()
H A Ddialogs.cpp781 ld x = ep.rparse(); in apply_edit()
/dports/devel/py-rchitect/rchitect-0.3.24/rchitect/
H A D__init__.py3 from .interface import rparse, reval, rprint, rlang, rcall, rcopy, robject
H A Dinterface.py127 def rparse(s): function
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/remap/
H A DRemapConfig.cc922 int rparse, cur_line_size, cln = 0; // Our current line number in remap_parse_config_bti() local
1090 rparse = new_mapping->fromURL.parse_regex(tmp, length); in remap_parse_config_bti()
1094 if (rparse != PARSE_RESULT_DONE) { in remap_parse_config_bti()
1106rparse = new_mapping->toURL.parse_no_host_check(std::string_view(tmp, length)); in remap_parse_config_bti()
1109 if (rparse != PARSE_RESULT_DONE) { in remap_parse_config_bti()
/dports/net/udpxy/udpxy-1.0-24.1/chipmunk/
H A Dgcc.mk48 SRC = udpxy.c rparse.c util.c prbuf.c ifaddr.c ctx.c mkpg.c \
H A DMakefile89 SRC := udpxy.c sloop.c rparse.c util.c prbuf.c ifaddr.c ctx.c mkpg.c \