Home
last modified time | relevance | path

Searched refs:calc_pos (Results 1 – 25 of 65) sorted by relevance

123

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dcio.cc712 calc_pos(); in backspace()
776 calc_pos(); in killword()
850 calc_pos(); in insert_char_at_cursor()
882 calc_pos(); in process_key()
888 calc_pos(); in process_key()
908 calc_pos(); in process_key()
931 calc_pos(); in process_key()
953 calc_pos(); in process_key()
962 calc_pos(); in process_key()
970 calc_pos(); in process_key()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/cl/bit/
H A Dcast_ray_bit.cl22 inline float calc_pos(float t, float ray_o, float ray_d)
143 min_facex = calc_pos(tblock, ray_ox, ray_dx); //(ray_ox + (tblock + TREE_EPSILON)*ray_dx);
182 float posx = calc_pos(tblock, ray_ox, ray_dx);
183 float posy = calc_pos(tblock, ray_oy, ray_dy);
184 float posz = calc_pos(tblock, ray_oz, ray_dz);
314 float posx = calc_pos(tblock, ray_ox, ray_dx);
315 float posy = calc_pos(tblock, ray_oy, ray_dy);
316 float posz = calc_pos(tblock, ray_oz, ray_dz);
451 float posx = calc_pos(tblock, ray_ox, ray_dx);
452 float posy = calc_pos(tblock, ray_oy, ray_dy);
[all …]
/dports/editors/jove/jove/
H A Dc.c384 matching_indent = calc_pos(linebuf, curchar);
407 new_indent = calc_pos(linebuf, curchar);
425 new_indent = calc_pos(linebuf, curchar);
441 current_indent = calc_pos(linebuf, curchar);
471 indent = calc_pos(linebuf, curchar);
660 indent_pos = calc_pos(linebuf, curchar); in Comment()
767 && (int)strlen(close_c) + calc_pos(linebuf, curchar) > RMargin) in Comment()
H A Dinsert.c113 dotcol = calc_pos(linebuf, curchar);
161 || TABDIST(calc_pos(linebuf, curchar)) == 1))
185 if (MinorMode(Fill) && calc_pos(linebuf, curchar) >= RMargin in SelfInsert()
194 margin = calc_pos(linebuf, curchar); in SelfInsert()
250 curpos = calc_pos(linebuf, curchar); in Tab()
366 indent = calc_pos(linebuf, curchar);
894 goal = calc_pos(linebuf, curchar); in lisp_indent()
/dports/games/flying/flying-6.20/
H A Dpball.C490 calc_pos[ncalc_pos++] = cue->P(); in PreCalc()
598 DrawLine(aim_p,calc_pos[0]);
600 DrawLine(calc_pos[i-1],calc_pos[i]);
603 DrawCircle( calc_pos[i-1], aim_r );
610 DrawArrow( calc_pos[ncalc_pos-1], balls_dir );
611 DrawArrow( calc_pos[ncalc_pos-1], my_dir );
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/ptexdir/
H A Dkanji.c35 integer calc_pos(integer c) in calc_pos() function
51 integer calc_pos(integer c) in calc_pos() function
H A Dkanji.h42 extern integer calc_pos (integer c);
43 #define calcpos calc_pos
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/ptexdir/
H A Dkanji.c35 integer calc_pos(integer c) in calc_pos() function
51 integer calc_pos(integer c) in calc_pos() function
H A Dkanji.h42 extern integer calc_pos (integer c);
43 #define calcpos calc_pos
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/ptexdir/
H A Dkanji.c35 integer calc_pos(integer c) in calc_pos() function
51 integer calc_pos(integer c) in calc_pos() function
H A Dkanji.h42 extern integer calc_pos (integer c);
43 #define calcpos calc_pos
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/ptexdir/
H A Dkanji.c35 integer calc_pos(integer c) in calc_pos() function
51 integer calc_pos(integer c) in calc_pos() function
H A Dkanji.h42 extern integer calc_pos (integer c);
43 #define calcpos calc_pos
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/ptexdir/
H A Dkanji.c35 integer calc_pos(integer c) in calc_pos() function
51 integer calc_pos(integer c) in calc_pos() function
H A Dkanji.h42 extern integer calc_pos (integer c);
43 #define calcpos calc_pos
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/ptexdir/
H A Dkanji.h42 extern integer calc_pos (integer c);
43 #define calcpos calc_pos
H A Dkanji.c35 integer calc_pos(integer c) in calc_pos() function
51 integer calc_pos(integer c) in calc_pos() function
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/ptexdir/
H A Dkanji.c35 integer calc_pos(integer c) in calc_pos() function
51 integer calc_pos(integer c) in calc_pos() function
H A Dkanji.h42 extern integer calc_pos (integer c);
43 #define calcpos calc_pos
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm/ocl/cl/bit/
H A Dcast_ray_bit.cl21 inline float calc_pos(float t, float ray_o, float ray_d)
115 min_facex = calc_pos(tblock, ray_ox, ray_dx); //(ray_ox + (tblock + TREE_EPSILON)*ray_dx);
116 min_facey = calc_pos(tblock, ray_oy, ray_dy); //(ray_oy + (tblock + TREE_EPSILON)*ray_dy);
117 min_facez = calc_pos(tblock, ray_oz, ray_dz); //(ray_oz + (tblock + TREE_EPSILON)*ray_dz);
146 float posx = calc_pos(tblock, ray_ox, ray_dx); //(ray_ox + (tblock + TREE_EPSILON)*ray_dx);
147 float posy = calc_pos(tblock, ray_oy, ray_dy); //(ray_oy + (tblock + TREE_EPSILON)*ray_dy);
148 float posz = calc_pos(tblock, ray_oz, ray_dz); //(ray_oz + (tblock + TREE_EPSILON)*ray_dz);
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/uptexdir/
H A Dkanji.h39 extern integer calc_pos (integer c);
40 #define calcpos calc_pos
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/uptexdir/
H A Dkanji.h39 extern integer calc_pos (integer c);
40 #define calcpos calc_pos
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/uptexdir/
H A Dkanji.h39 extern integer calc_pos (integer c);
40 #define calcpos calc_pos
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/uptexdir/
H A Dkanji.h39 extern integer calc_pos (integer c);
40 #define calcpos calc_pos
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/uptexdir/
H A Dkanji.h39 extern integer calc_pos (integer c);
40 #define calcpos calc_pos

123