Home
last modified time | relevance | path

Searched defs:shx (Results 1 – 25 of 206) sorted by relevance

123456789

/dports/science/gromacs/gromacs-2021.4/src/gromacs/pbcutil/
H A Dpbc_aiuc_cuda.cuh100 float shx = rintf(dr.x * pbcAiuc.invBoxDiagX); in pbcDxAiuc() local
153 float shx = rintf(dr.x * pbcAiuc.invBoxDiagX); in pbcDxAiuc() local
H A Dpbc_simd.h89 SimdReal shz, shy, shx; in pbc_correct_dx_simd() local
H A Dpbc_aiuc.h169 float shx = rintf(dr[XX] * pbcAiuc.invBoxDiagX); in pbcDxAiuc() local
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/@kbn/pm/src/production/integration_tests/__fixtures__/packages/quux/
H A Dpackage.json7 "shx": "^0.2.2" string
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/@kbn/pm/src/production/integration_tests/__fixtures__/packages/baz/
H A Dpackage.json11 "shx": "^0.2.2" string
/dports/games/ufoai/ufoai-2.5-source/src/client/ui/node/
H A Dui_node_tbar.cpp42 float shx; in draw() local
/dports/math/cgal/CGAL-5.3/include/CGAL/Homogeneous/
H A Ddistance_predicatesH2.h187 const RT shx= s.hx(); in compare_signed_distance_to_line() local
228 const RT shx= s.hx(); in has_smaller_signed_distance_to_line() local
261 const RT shx= s.hx(); in has_larger_signed_distance_to_line() local
/dports/databases/mantis/mantisbt-2.25.2/vendor/guzzlehttp/psr7/src/
H A DPumpStream.php91 public function rewind()
/dports/x11/eaglemode/eaglemode-0.95.0/src/emClock/
H A DemClockHandsPanel.cpp73 double u,v,a,cx,cy,r,dx,dy,shx,shy,smx,smy,ssx,ssy; in Paint() local
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/@slack/types/
H A Dpackage.json40 "shx": "^0.3.2", string
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-distance/src/main/java/de/lmu/ifi/dbs/elki/distance/distancefunction/colorhistogram/
H A DHSBHistogramQuadraticDistanceFunction.java88 final double shx = FastMath.sinAndCos((hx + .5) / quanth * MathUtil.TWOPI, tmp); in computeWeightMatrix() local
/dports/cad/electric/electric-7.00/src/io/
H A Dioquickdraw.c87 revy, slx, shx, sly, shy, ulx, uhx, uly, uhy, sxs, sys, dxs, dys, saver, saveg, in io_writequickdrawlibrary() local
393 void io_setbounds(INTBIG slx, INTBIG shx, INTBIG sly, INTBIG shy, INTBIG ulx, INTBIG uhx, in io_setbounds()
878 INTBIG len, slx, shx, sly, shy, ulx, uhx, uly, uhy, revy; in io_maccopyhighlighted() local
/dports/games/burrtools/burrtools-0.6.3/src/lib/
H A Dvoxel_0.cpp66 int shx = (tx < 0) ? -tx : 0; in transform() local
254 for (unsigned int shx = 0; shx < by; shx++) in scaleDown() local
/dports/science/gromacs/gromacs-2021.4/src/gromacs/nbnxm/
H A Dpairlist_simd_2xmm.h53 real shx, in icell_set_x_simd_2xnn()
H A Dpairlist.cpp1486 real gmx_unused shx, in make_fep_list()
1704 real shx, in make_fep_list()
2242 set_icell_bb_simple(gmx::ArrayRef<const BoundingBox> bb, int ci, real shx, real shy, real shz, Boun… in set_icell_bb_simple()
2253 static inline void set_icell_bb(const Grid& iGrid, int ci, real shx, real shy, real shz, NbnxnPairl… in set_icell_bb()
2260 static void set_icell_bbxxxx_supersub(gmx::ArrayRef<const float> bb, int ci, real shx, real shy, re… in set_icell_bbxxxx_supersub()
2283 real shx, in set_icell_bb_supersub()
2295 gmx_unused static void set_icell_bb(const Grid& iGrid, int ci, real shx, real shy, real shz, NbnxnP… in set_icell_bb()
2307 real shx, in icell_set_x_simple()
2325 real shx, in icell_set_x()
2356 real shx, in icell_set_x()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/rollup-pluginutils/
H A Dpackage.json24 "shx": "^0.3.2", string
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/@slack/webhook/
H A Dpackage.json55 "shx": "^0.3.2", string
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/finity/
H A Dpackage.json54 "shx": "^0.2.2", string
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/awt/geom/
H A DAffineTransform.java508 public static AffineTransform getShearInstance(double shx, double shy) in getShearInstance()
744 public void shear(double shx, double shy) in shear()
885 public void setToShear(double shx, double shy) in setToShear()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/awt/geom/
H A DAffineTransform.java508 public static AffineTransform getShearInstance(double shx, double shy) in getShearInstance()
744 public void shear(double shx, double shy) in shear()
885 public void setToShear(double shx, double shy) in setToShear()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/awt/geom/
H A DAffineTransform.java505 public static AffineTransform getShearInstance(double shx, double shy) in getShearInstance()
739 public void shear(double shx, double shy) in shear()
880 public void setToShear(double shx, double shy) in setToShear()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/awt/geom/
H A DAffineTransform.java508 public static AffineTransform getShearInstance(double shx, double shy) in getShearInstance()
744 public void shear(double shx, double shy) in shear()
885 public void setToShear(double shx, double shy) in setToShear()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/awt/geom/
H A DAffineTransform.java508 public static AffineTransform getShearInstance(double shx, double shy) in getShearInstance()
744 public void shear(double shx, double shy) in shear()
885 public void setToShear(double shx, double shy) in setToShear()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/awt/geom/
H A DAffineTransform.java505 public static AffineTransform getShearInstance(double shx, double shy) in getShearInstance()
739 public void shear(double shx, double shy) in shear()
880 public void setToShear(double shx, double shy) in setToShear()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/awt/geom/
H A DAffineTransform.java508 public static AffineTransform getShearInstance(double shx, double shy) in getShearInstance()
744 public void shear(double shx, double shy) in shear()
885 public void setToShear(double shx, double shy) in setToShear()

123456789