/dports/science/elk/elk-7.2.42/src/ |
H A D | dynsymapp.f90 | 44 zph(ias)=z1 46 zph(ias)=z1*cmplx(cos(t1),sin(t1),8) 66 z1=zph(ias)*conjg(zph(jas))
|
/dports/comms/nec2c/nec2c/ |
H A D | somnec.c | 25 extern double zph; 103 zph=r*sin(thet); in somnec() 106 if(zph < 1.e-7) in somnec() 107 zph=0.; in somnec() 294 del=zph; in evlua() 298 if(zph >= 2.*rho) in evlua() 351 if(zph > .001*rho) in evlua() 352 slope=rho/zph; in evlua() 365 if(zph >= 1.e-10) in evlua() 369 if(rmis > 4.*rho/zph) in evlua() [all …]
|
/dports/comms/xnec2c/xnec2c-3.4/src/ |
H A D | ground.c | 285 gwav.zph= incom.zo+ zt; in sflds() 286 zphs= gwav.zph* gwav.zph; in sflds() 305 hrv=( er+ et)* rho* gwav.zph/ r2s; in sflds() 336 thet= atan( gwav.zph/ rho); in sflds()
|
H A D | somnec.c | 166 zph=r*sin(thet); in somnec() 169 if(zph < 1.0e-7) in somnec() 170 zph=0.0; in somnec() 376 del=zph; in evlua() 380 if(zph >= 2.0*rho) in evlua() 432 if(zph > .001*rho) in evlua() 433 slope=rho/zph; in evlua() 446 if(zph >= 1.0e-10) in evlua() 448 bk=cmplx(-zph,rho)*(ck1-cp3); in evlua() 450 if(rmis > 4.0*rho/zph) in evlua() [all …]
|
/dports/science/py-obspy/obspy-1.2.2/obspy/signal/src/ |
H A D | filt_util.c | 46 void spr_bp_fast_bworth(float *tr, int ndat, float tsa, float flo, float fhi, int ns, int zph) in spr_bp_fast_bworth() argument 115 if (zph == TRUE) in spr_bp_fast_bworth() 152 void spr_hp_fast_bworth(float *tr, int ndat, float tsa, float fc, int ns, int zph) in spr_hp_fast_bworth() argument 204 if (zph == TRUE) in spr_hp_fast_bworth() 239 void spr_lp_fast_bworth(float *tr, int ndat, float tsa, float fc, int ns, int zph) in spr_lp_fast_bworth() argument 292 if (zph == TRUE) in spr_lp_fast_bworth()
|
H A D | arpicker.h | 6 void spr_bp_fast_bworth(float *tr, int ndat, float tsa, float flo, float fhi, int ns, int zph);
|
/dports/science/berkeleygw/BGW-2.0.0/MeanField/Utilities/ |
H A D | wfn_dotproduct.f90 | 46 complex(DPC), allocatable :: zwfn1(:,:), zwfn2(:,:,:), zph(:) variable 141 SAFE_ALLOCATE(zph, (mf1%gvec%ng)) 226 call gmap(mf1%gvec, mf1%syms, mf2%kp%ngk(ik2), itqq, kgqq, isrt, ginv, ind, zph, .true.) 251 zwfn2(ind(ig), :, :) = zwfn2(ind(ig), :, :) * zph(ig) 308 SAFE_DEALLOCATE(zph)
|
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 259 zpool_handle_t *zph; in zpool_add_handle() local 266 return (zph); in zpool_add_handle() 275 while ((zph != NULL) && in zpool_find_handle() 277 zph = zph->zpool_next; in zpool_find_handle() 278 return (zph); in zpool_find_handle() 291 zpool_handle_t *zph; in zpool_handle() local 298 if (zph == NULL) in zpool_handle() 302 return (zph); in zpool_handle() 310 while (zph != NULL) { in zpool_free_handles() 312 zpool_close(zph); in zpool_free_handles() [all …]
|
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/cmd/zfs/ |
H A D | zfs_iter.c | 75 zpool_handle_t *zph; in zfs_include_snapshots() local 80 zph = zfs_get_pool_handle(zhp); in zfs_include_snapshots() 81 return (zpool_get_prop_int(zph, ZPOOL_PROP_LISTSNAPS, NULL)); in zfs_include_snapshots()
|
/dports/science/qmcpack/qmcpack-3.11.0/nexus/lib/ |
H A D | fileio.py | 986 zph = np.cross((r2-r3),(r1-r3)) 987 zph = zph/np.linalg.norm(zph) 990 xph = np.cross(yph,zph) 993 rp1 = np.dot(r1,np.linalg.inv((xph,yph,zph))) 994 rp2 = np.dot(r2,np.linalg.inv((xph,yph,zph))) 995 rp3 = np.dot(r3,np.linalg.inv((xph,yph,zph))) 998 mrxp,mryp,mrzp = np.array([mrx,mry,mrz]).T.dot(np.linalg.inv([xph,yph,zph])).T 1016 … rcry = np.matmul( np.dot((xpi,ypi,rp1[2]),(xph,yph,zph)) , np.linalg.inv(density.cell))
|
/dports/science/cdo/cdo-2.0.0/src/ |
H A D | Remapeta.cc | 60 Varray<double> zph(nlevp1), zp(nlev); in ncctop() local 69 zph[jk] = za + zb * 101320.; in ncctop() 74 for (long jk = 0; jk < nlev; ++jk) zp[jk] = (zph[jk] + zph[jk + 1]) * 0.5; in ncctop()
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/z/ |
H A D | zDebug.gdb | 128 define zph definition
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/z/ |
H A D | zDebug.gdb | 128 define zph definition
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/z/ |
H A D | zDebug.gdb | 128 define zph definition
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/z/ |
H A D | zDebug.gdb | 128 define zph definition
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/z/ |
H A D | zDebug.gdb | 128 define zph definition
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/z/ |
H A D | zDebug.gdb | 128 define zph definition
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/z/ |
H A D | zDebug.gdb | 133 define zph definition
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/z/ |
H A D | zDebug.gdb | 133 define zph definition
|
/dports/textproc/R-cran-openxlsx/openxlsx/inst/doc/ |
H A D | Introduction.Rmd | 294 ## cox.zph 295 test.n <- "cox.zph" 297 x <- cox.zph(coxph(Surv(futime, fustat) ~ age + ecog.ps, data=ovarian))
|
/dports/textproc/R-cran-openxlsx/openxlsx/vignettes/ |
H A D | Introduction.Rmd | 294 ## cox.zph 295 test.n <- "cox.zph" 297 x <- cox.zph(coxph(Surv(futime, fustat) ~ age + ecog.ps, data=ovarian))
|
/dports/textproc/R-cran-R2HTML/R2HTML/ |
H A D | NAMESPACE | 190 S3method(HTML, cox.zph)
|
/dports/textproc/R-cran-R2HTML/R2HTML/man/ |
H A D | HTML.Rd | 77 \alias{HTML.cox.zph}
|
/dports/textproc/py-iso-639/iso639-0.4.5/iso639/ |
H A D | iso-639-3-macrolanguages.tab | 383 zap zph A
|
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/data/ |
H A D | iso-639-3-macrolanguages.tab | 386 zap zph A
|