Home
last modified time | relevance | path

Searched refs:r0p (Results 1 – 25 of 35) sorted by relevance

12

/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Drmsd.F90 ALLOCATE (r0p(3, natom))
130 r0p(1, i) = r0((i - 1)*3 + 1) - xx
131 r0p(2, i) = r0((i - 1)*3 + 2) - yy
132 r0p(3, i) = r0((i - 1)*3 + 3) - zz
150 rr0(1) = r0p(1, I)
151 rr0(2) = r0p(2, I)
152 rr0(3) = r0p(3, I)
203 rr0(1) = W(I)*2.0_dp*r0p(1, I)
204 rr0(2) = W(I)*2.0_dp*r0p(2, I)
205 rr0(3) = W(I)*2.0_dp*r0p(3, I)
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Drmsd.F90 ALLOCATE (r0p(3, natom))
130 r0p(1, i) = r0((i - 1)*3 + 1) - xx
131 r0p(2, i) = r0((i - 1)*3 + 2) - yy
132 r0p(3, i) = r0((i - 1)*3 + 3) - zz
150 rr0(1) = r0p(1, I)
151 rr0(2) = r0p(2, I)
152 rr0(3) = r0p(3, I)
203 rr0(1) = W(I)*2.0_dp*r0p(1, I)
204 rr0(2) = W(I)*2.0_dp*r0p(2, I)
205 rr0(3) = W(I)*2.0_dp*r0p(3, I)
[all …]
/dports/science/getdp/getdp-3.4.0-source/Functions/
H A DGF_LaplacexForm.cpp222 r0p = sqrt(t0p_2 + zl_2); in GF_LaplacexForm()
236 f20 = log((r0p + s0p) / (r0m + s0m)); in GF_LaplacexForm()
242 if(!(r0p + s1m)) in GF_LaplacexForm()
245 f21 = log((r1p + s1p) / (r0p + s1m)); in GF_LaplacexForm()
275 f31 = (s1p*r1p-s1m*r0p) + r10_2 * f21 ; in GF_LaplacexForm()
491 r0p = sqrt(t0p_2 + zl_2); in GF_GradLaplacexForm()
502 f21 = ((r0p + s1m)<=EPS) ? log(s1m/s1p) : log((r1p + s1p) / (r0p + s1m)); in GF_GradLaplacexForm()
547 f0[1] = s0[1] * t00 * f20 - m0[1]*(r0p-r0m) ; in GF_GradLaplacexForm()
548 f0[2] = s0[2] * t00 * f20 - m0[2]*(r0p-r0m) ; in GF_GradLaplacexForm()
550 f1[0] = s1[0] * t10 * f21 - m1[0]*(r1p-r0p) ; in GF_GradLaplacexForm()
[all …]
H A DGF_HelmholtzxForm.cpp45 double r00, r10, r20, r0p, r0m, r1p, f0, f1, f2, B0, B1, B2 ; in GF_HelmholtzxForm()
112 r0p = sqrt(SQU(t0p) + SQU(zl)); in GF_HelmholtzxForm()
118 f0 = r00 <= EPSILON ? 0 : log((r0p + s0p) / (r0m + s0m)); in GF_HelmholtzxForm()
119 f1 = r10 <= EPSILON ? 0 : log((r1p + s1p) / (r0p + s1m)); in GF_HelmholtzxForm()
122 …B0 = fabs(t00) <= EPSILON ? 0 : atan(t00*s0p/(SQU(r00)+fabs(zl)*r0p))-atan(t00*s0m/(SQU(r00)+fabs(… in GF_HelmholtzxForm()
123 …(t10) <= EPSILON ? 0 : atan(t10*s1p/(SQU(r10)+fabs(zl)*r1p))-atan(t10*s1m/(SQU(r10)+fabs(zl)*r0p)); in GF_HelmholtzxForm()
/dports/comms/liquid-dsp/liquid-dsp-1.3.2/src/framing/src/
H A Ddetector_cccf.c431 float r0p = _q->idetect==_q->m-1 ? _q->rxy1[_q->idetect-1] : _q->rxy1[_q->idetect+1]; in detector_cccf_estimate_offsets() local
440 printf("[%8.5f]---[%8.5f]----[%8.5f]--> freq\n", r0m, r00, r0p); in detector_cccf_estimate_offsets()
450 *_dphi_hat = dphi_detect - _q->dphi_step * 0.5f*(r0p - r0m) / (r0p + r0m - 2*r00); in detector_cccf_estimate_offsets()
/dports/misc/vxl/vxl-3.3.2/core/vgl/tests/
H A Dtest_plane_3d.cxx36 vgl_ray_3d<double> r0p(p0p, dir1); in test_constructor() local
37 vgl_plane_3d<double> plane_para_rays(r0p, r1); in test_constructor()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp_log.h125 (uint8_t *)&hdcp->auth.msg.hdcp1.r0p, \
126 sizeof(hdcp->auth.msg.hdcp1.r0p)); \
H A Dhdcp_ddc.c278 (uint8_t *)&hdcp->auth.msg.hdcp1.r0p, in mod_hdcp_read_r0p()
279 sizeof(hdcp->auth.msg.hdcp1.r0p)); in mod_hdcp_read_r0p()
H A Dhdcp.h122 uint16_t r0p; member
H A Dhdcp_psp.c217 hdcp_cmd->in_msg.hdcp1_first_part_authentication.r0_prime_primary = hdcp->auth.msg.hdcp1.r0p; in mod_hdcp_hdcp1_validate_rx()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp_log.h125 (uint8_t *)&hdcp->auth.msg.hdcp1.r0p, \
126 sizeof(hdcp->auth.msg.hdcp1.r0p)); \
H A Dhdcp_ddc.c278 (uint8_t *)&hdcp->auth.msg.hdcp1.r0p, in mod_hdcp_read_r0p()
279 sizeof(hdcp->auth.msg.hdcp1.r0p)); in mod_hdcp_read_r0p()
H A Dhdcp.h122 uint16_t r0p; member
H A Dhdcp_psp.c217 hdcp_cmd->in_msg.hdcp1_first_part_authentication.r0_prime_primary = hdcp->auth.msg.hdcp1.r0p; in mod_hdcp_hdcp1_validate_rx()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp_log.h125 (uint8_t *)&hdcp->auth.msg.hdcp1.r0p, \
126 sizeof(hdcp->auth.msg.hdcp1.r0p)); \
H A Dhdcp_ddc.c278 (uint8_t *)&hdcp->auth.msg.hdcp1.r0p, in mod_hdcp_read_r0p()
279 sizeof(hdcp->auth.msg.hdcp1.r0p)); in mod_hdcp_read_r0p()
H A Dhdcp.h122 uint16_t r0p; member
H A Dhdcp_psp.c217 hdcp_cmd->in_msg.hdcp1_first_part_authentication.r0_prime_primary = hdcp->auth.msg.hdcp1.r0p; in mod_hdcp_hdcp1_validate_rx()
/dports/devel/asl/asl-current/tests/t_4004/
H A Dt_4004.asm31 fim r0p, 12h
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Damiga_d_68k.s702 blt.b .r0p
706 .r0p
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm/mm/
H A Dcache-v7.S106 movw r1, #:lower16:(0x410fc090 >> 4) @ ID of ARM Cortex A9 r0p?
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm/mm/
H A Dcache-v7.S106 movw r1, #:lower16:(0x410fc090 >> 4) @ ID of ARM Cortex A9 r0p?
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm/mm/
H A Dcache-v7.S106 movw r1, #:lower16:(0x410fc090 >> 4) @ ID of ARM Cortex A9 r0p?
/dports/science/cdo/cdo-2.0.0/src/
H A DImportcmsaf.cc90 get_grid_info(double c0, double re, int *nrxp, int *nryp, double *r0p, double *s0p, double *cp) in get_grid_info() argument
118 *r0p = r0; in get_grid_info()
/dports/math/py-hdbscan/hdbscan-0.8.27/notebooks/
H A DBenchmarking scalability of clustering implementations-v0.7.ipynb638 …\nuuzevYOBA/vw44/ruHbtqt6mjw8dOrxGyZKlk61z9WoEffv2pHjxEowZMwEfn+T3xPfu3U3//r0p\nVKgwY8ZM4N//7sCiRQ…

12