⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 nb_kernel300_ia32_3dnow.h

📁 最著名最快的分子模拟软件
💻 H
字号:
/* -*- mode: c; tab-width: 4; indent-tabs-mode: n; c-basic-offset: 4 -*-  * * $Id: nb_kernel300_ia32_3dnow.h,v 1.1 2004/12/26 19:27:08 lindahl Exp $ *  * This file is part of Gromacs        Copyright (c) 1991-2004 * David van der Spoel, Erik Lindahl, University of Groningen. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * * To help us fund GROMACS development, we humbly ask that you cite * the research papers on the package. Check out http://www.gromacs.org *  * And Hey: * Gnomes, ROck Monsters And Chili Sauce */#ifndef _NB_KERNEL300_IA32_3DNOW_H_#define _NB_KERNEL300_IA32_3DNOW_H_/*! \file  nb_kernel300_ia32_3dnow.h *  \brief ia32 3DNow-optimized versions of nonbonded kernel 300 * *  \internal *//*! \brief Nonbonded kernel 300 with forces, optimized for ia32 3DNow. * *  \internal * *  <b>Coulomb interaction:</b> Tabulated <br> *  <b>VdW interaction:</b> No <br> *  <b>Water optimization:</b> No <br> *  <b>Forces calculated:</b> Yes <br> * *  \note All level1 and level2 nonbonded kernels use the same *        call sequence. Parameters are documented in nb_kernel.h */voidnb_kernel300_ia32_3dnow  (int *   nri,        int     iinr[],   int     jindex[],                          int     jjnr[],     int     shift[],  float   shiftvec[],                          float   fshift[],   int     gid[],    float   pos[],                          float   faction[],  float   charge[], float * facel,                          float * krf,        float * crf,      float   Vc[],                          int     type[],     int *   ntype,    float   vdwparam[],                          float   Vvdw[],     float * tabscale, float   VFtab[],                          float   invsqrta[], float   dvda[],   float * gbtabscale,                          float   GBtab[],    int *   nthreads, int *   count,                          void *  mtx,        int *   outeriter,int *   inneriter,                          float * work);/*! \brief Nonbonded kernel 300 without forces, optimized for ia32 3DNow. * *  \internal * *  <b>Coulomb interaction:</b> Tabulated <br> *  <b>VdW interaction:</b> No <br> *  <b>Water optimization:</b> No <br> *  <b>Forces calculated:</b> No <br> * *  \note All level1 and level2 nonbonded kernels use the same *        call sequence. Parameters are documented in nb_kernel.h */voidnb_kernel300nf_ia32_3dnow(int *   nri,        int     iinr[],   int     jindex[],                          int     jjnr[],     int     shift[],  float   shiftvec[],                          float   fshift[],   int     gid[],    float   pos[],                          float   faction[],  float   charge[], float * facel,                          float * krf,        float * crf,      float   Vc[],                          int     type[],     int *   ntype,    float   vdwparam[],                          float   Vvdw[],     float * tabscale, float   VFtab[],                          float   invsqrta[], float   dvda[],   float * gbtabscale,                          float   GBtab[],    int *   nthreads, int *   count,                          void *  mtx,        int *   outeriter,int *   inneriter,                          float * work);#endif /* _NB_KERNEL300_IA32_3DNOW_H_ */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -