Searched refs:invstep (Results 1 – 6 of 6) sorted by relevance
73 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
569 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()
506 unsigned invstep; in F_DrawPatchColP() local525 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() local627 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()
110 static const int invstep = ~decstep; in alignRect() local115 x0 &= invstep; in alignRect()116 y0 &= invstep; in alignRect()
68 static void invstep(INVCONTROL *invcntl);708 invstep(INVCONTROL *invcntl) in invstep() function731 invstep(invcntl); in invforward()735 invstep(invcntl); in invforward()830 invstep(invcntl); in invfind()
2298 float invstep=100.0f; in jnk() local2299 float step=1.0f/invstep; in jnk()2313 datfo_fcstp[i]=floorf(f*invstep); in jnk()