Home
last modified time | relevance | path

Searched refs:invstep (Results 1 – 6 of 6) sorted by relevance

/dports/science/openkim-models/openkim-models-2021-01-28/model-drivers/EAM_IMD__MD_113599595631_003/
H A DEAM_IMD.h73 istep = (pt).invstep[col]; \
113 istep = (pt).invstep[col]; \
151 istep = (pt).invstep[col]; \
189 istep = (pt).invstep[col]; \
212 double *invstep; /* inverse of increment */ member
H A DEAM_IMD.c569 pt->invstep = (double *)malloc(ncols * sizeof(double)); in read_pot_table()
571 if ((pt->begin == NULL) || (pt->end == NULL) || (pt->step == NULL) || (pt->invstep == NULL) in read_pot_table()
679 pt->invstep[i] = 1.0 / r2_step; in read_pot_table1()
743 pt->invstep[i] = 1.0 / pt->step[i]; in read_pot_table2()
887 free(buffer->pair_pot.invstep); in destroy()
893 free(buffer->transfer_pot.invstep); in destroy()
899 free(buffer->embed_pot.invstep); in destroy()
/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Df_finale.cpp506 unsigned invstep; in F_DrawPatchColP() local
525 invstep = (scrn->height<<16) / 200; in F_DrawPatchColP()
535 dest = desttop + ((post->topdelta*invstep)>>16)*pitch; in F_DrawPatchColP()
536 count = (post->length * invstep) >> 16; in F_DrawPatchColP()
608 unsigned invstep; in F_DrawPatchColD() local
627 invstep = (scrn->height<<16) / 200; in F_DrawPatchColD()
639 dest = desttop + ((post->topdelta*invstep)>>16)*pitch; in F_DrawPatchColD()
640 count = (post->length * invstep) >> 16; in F_DrawPatchColD()
/dports/graphics/krita/krita-4.4.8/libs/image/
H A Dkis_suspend_projection_updates_stroke_strategy.cpp110 static const int invstep = ~decstep; in alignRect() local
115 x0 &= invstep; in alignRect()
116 y0 &= invstep; in alignRect()
/dports/devel/cscope/cscope-15.9/src/
H A Dinvlib.c68 static void invstep(INVCONTROL *invcntl);
708 invstep(INVCONTROL *invcntl) in invstep() function
731 invstep(invcntl); in invforward()
735 invstep(invcntl); in invforward()
830 invstep(invcntl); in invfind()
/dports/science/shelxle/shelxle-1.0.1352/
H A Dfourxle.cpp2298 float invstep=100.0f; in jnk() local
2299 float step=1.0f/invstep; in jnk()
2313 datfo_fcstp[i]=floorf(f*invstep); in jnk()