Home
last modified time | relevance | path

Searched defs:xmod (Results 1 – 25 of 236) sorted by relevance

12345678910

/dports/math/eclib/eclib-20210318/libsrc/eclib/
H A Dxmod.h66 inline long xmod(long a, double m) {return (long)(a-(m*floor((a/m)+0.5)));} in xmod() function
67 inline int xmod(int a, double m) {return (int)(a-(m*floor((a/m)+0.5)));} in xmod() function
68 inline long xmod(long a, long m) {return (long)(a-(m*floor((a/m)+0.5)));} in xmod() function
69 inline int xmod(int a, int m) {return (int)(a-(m*floor((a/m)+0.5)));} in xmod() function
70 inline int xmod(long a, int m) {return (int)(a-(m*floor((a/m)+0.5)));} in xmod() function
117 inline int xmod(int a, int m) {return a%m;} in xmod() function
118 inline long xmod(long a, long m) {return a%m;} in xmod() function
120 inline int xmod(long a, int m) { return (int)(a%(long)m);} in xmod() function
121 inline long xmod(int a, long m) { return (long)((long)(a)%m);} in xmod() function
/dports/news/husky-areafix/husky-areafix-1.9.20191207/msged/
H A Dwin.c291 int xmod = ins ? 2 : 0; in WDrwBox() local
345 int xmod, ymod; in WndBox() local
371 int xmod, ymod; in WndGetRel() local
663 int xmod, ymod; in WndScroll() local
756 int xmod, ymod; in WndGotoXY() local
778 int xmod, ymod, m = 0; in WndClear() local
840 int xmod, ymod, i; in WndGetLine() local
/dports/news/husky/husky-1.9.20191207/msged/
H A Dwin.c291 int xmod = ins ? 2 : 0; in WDrwBox() local
345 int xmod, ymod; in WndBox() local
371 int xmod, ymod; in WndGetRel() local
663 int xmod, ymod; in WndScroll() local
756 int xmod, ymod; in WndGotoXY() local
778 int xmod, ymod, m = 0; in WndClear() local
840 int xmod, ymod, i; in WndGetLine() local
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/msged/
H A Dwin.c291 int xmod = ins ? 2 : 0; in WDrwBox() local
345 int xmod, ymod; in WndBox() local
371 int xmod, ymod; in WndGetRel() local
663 int xmod, ymod; in WndScroll() local
756 int xmod, ymod; in WndGotoXY() local
778 int xmod, ymod, m = 0; in WndClear() local
840 int xmod, ymod, i; in WndGetLine() local
/dports/news/husky-hpt/husky-hpt-1.9.20191207/msged/
H A Dwin.c291 int xmod = ins ? 2 : 0; in WDrwBox() local
345 int xmod, ymod; in WndBox() local
371 int xmod, ymod; in WndGetRel() local
663 int xmod, ymod; in WndScroll() local
756 int xmod, ymod; in WndGotoXY() local
778 int xmod, ymod, m = 0; in WndClear() local
840 int xmod, ymod, i; in WndGetLine() local
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/msged/
H A Dwin.c291 int xmod = ins ? 2 : 0; in WDrwBox() local
345 int xmod, ymod; in WndBox() local
371 int xmod, ymod; in WndGetRel() local
663 int xmod, ymod; in WndScroll() local
756 int xmod, ymod; in WndGotoXY() local
778 int xmod, ymod, m = 0; in WndClear() local
840 int xmod, ymod, i; in WndGetLine() local
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/msged/
H A Dwin.c291 int xmod = ins ? 2 : 0; in WDrwBox() local
345 int xmod, ymod; in WndBox() local
371 int xmod, ymod; in WndGetRel() local
663 int xmod, ymod; in WndScroll() local
756 int xmod, ymod; in WndGotoXY() local
778 int xmod, ymod, m = 0; in WndClear() local
840 int xmod, ymod, i; in WndGetLine() local
/dports/news/husky-htick/husky-htick-1.9.20191207/msged/
H A Dwin.c291 int xmod = ins ? 2 : 0; in WDrwBox() local
345 int xmod, ymod; in WndBox() local
371 int xmod, ymod; in WndGetRel() local
663 int xmod, ymod; in WndScroll() local
756 int xmod, ymod; in WndGotoXY() local
778 int xmod, ymod, m = 0; in WndClear() local
840 int xmod, ymod, i; in WndGetLine() local
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/msged/
H A Dwin.c291 int xmod = ins ? 2 : 0; in WDrwBox() local
345 int xmod, ymod; in WndBox() local
371 int xmod, ymod; in WndGetRel() local
663 int xmod, ymod; in WndScroll() local
756 int xmod, ymod; in WndGotoXY() local
778 int xmod, ymod, m = 0; in WndClear() local
840 int xmod, ymod, i; in WndGetLine() local
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/db/
H A DdbTechLayerAntennaRule.cpp950 _dbTechAntennaPinModel* xmod = (_dbTechAntennaPinModel*) this; in addGateAreaEntry() local
956 _dbTechAntennaPinModel* xmod = (_dbTechAntennaPinModel*) this; in addMaxAreaCAREntry() local
963 _dbTechAntennaPinModel* xmod = (_dbTechAntennaPinModel*) this; in addMaxSideAreaCAREntry() local
969 _dbTechAntennaPinModel* xmod = (_dbTechAntennaPinModel*) this; in addMaxCutCAREntry() local
993 _dbTechAntennaPinModel* xmod = (_dbTechAntennaPinModel*) this; in getGateArea() local
1000 _dbTechAntennaPinModel* xmod = (_dbTechAntennaPinModel*) this; in getMaxAreaCAR() local
1007 _dbTechAntennaPinModel* xmod = (_dbTechAntennaPinModel*) this; in getMaxSideAreaCAR() local
1015 _dbTechAntennaPinModel* xmod = (_dbTechAntennaPinModel*) this; in getMaxCutCAR() local
1021 _dbTechAntennaPinModel* xmod = (_dbTechAntennaPinModel*) this; in writeLef() local
/dports/graphics/exiftran/fbida-2.14/
H A Ddither.c145 long *ymod, xmod; in dither_line_color() local
173 long *ymod, xmod; in dither_line_gray() local
/dports/graphics/ida/fbida-2.14/
H A Ddither.c145 long *ymod, xmod; in dither_line_color() local
173 long *ymod, xmod; in dither_line_gray() local
/dports/math/clingo/clingo-5.5.1/doc/py/_gen/
H A Dgen.py49 xmod = parse_aux() variable
/dports/games/vultures-eye/vulture-2.3.67/vulture/
H A Dvulture_types.h20 int xmod,ymod; member
/dports/databases/grass7/grass-7.8.6/lib/ogsf/
H A Dgsd_wire.c104 int xmod, ymod, row, col, cnt, xcnt, ycnt, x1off; in gsd_wire_surf_map() local
279 int xmod, ymod, row, col, cnt, xcnt, ycnt, x1off; in gsd_wire_surf_const() local
461 int xmod, ymod, row, col, xcnt, ycnt; in gsd_wire_arrows() local
577 int xmod, ymod; in gsd_coarse_surf_map() local
/dports/print/ghostscript7-base/ghostscript-7.07/gimp-print-4.2.7/src/main/
H A Dprint-dither.c2157 xmod, in stp_dither_monochrome() local
2203 xmod, in stp_dither_monochrome_very_fast() local
2255 int xerror, xstep, xmod; in stp_dither_black_fast() local
2288 int xerror, xstep, xmod; in stp_dither_black_very_fast() local
2327 int xerror, xstep, xmod; in stp_dither_black_ordered() local
2365 int xerror, xstep, xmod; in stp_dither_black_ed() local
2523 int xerror, xstep, xmod; in stp_dither_cmy_fast() local
2564 int xerror, xstep, xmod; in stp_dither_cmy_very_fast() local
2620 int xerror, xstep, xmod; in stp_dither_cmy_ordered() local
2665 int xerror, xstep, xmod; in stp_dither_cmy_ed() local
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Duse_only_1.f9013 MODULE xmod module
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Duse_only_1.f9013 MODULE xmod module
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Duse_only_1.f9013 MODULE xmod module
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Duse_only_1.f9013 MODULE xmod module
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Duse_only_1.f9013 MODULE xmod module
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Duse_only_1.f9013 MODULE xmod module
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Duse_only_1.f9013 MODULE xmod module
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Duse_only_1.f9013 MODULE xmod module
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Duse_only_1.f9013 MODULE xmod module

12345678910