Home
last modified time | relevance | path

Searched refs:x_to_ix (Results 1 – 2 of 2) sorted by relevance

/dports/games/hyperrogue/hyperrogue-12.0f/devmods/
H A Dsolv-table.cpp45 auto zok = point3( x_to_ix(ok[0]), x_to_ix(ok[1]), z_to_iz(ok[2]) ); in solerror()
46 auto zchk = point3( x_to_ix(chk[0]), x_to_ix(chk[1]), z_to_iz(chk[2]) ); in solerror()
566 test("x_to_ix", [&] { for(ld a=0; a<=20; a+=.1) test_result(a, sn::ix_to_x(sn::x_to_ix(a))); }); in readArgs()
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dnonisotropic.cpp171 EX ld x_to_ix(ld u) { in x_to_ix() function
187 while(x_to_ix(minx) <= ix) minx++; in ix_to_x()
191 if(x_to_ix(x) < ix) minx = x; in ix_to_x()
523 ld ix = h[0] >= 0. ? sn::x_to_ix(h[0]) : sn::x_to_ix(-h[0]); in get_inverse_exp_symsol()
524 ld iy = h[1] >= 0. ? sn::x_to_ix(h[1]) : sn::x_to_ix(-h[1]); in get_inverse_exp_symsol()
543 ld ix = h[0] >= 0. ? sn::x_to_ix(h[0]) : sn::x_to_ix(-h[0]); in get_inverse_exp_nsym()
544 ld iy = h[1] >= 0. ? sn::x_to_ix(h[1]) : sn::x_to_ix(-h[1]); in get_inverse_exp_nsym()