Home
last modified time | relevance | path

Searched refs:dndx (Results 1 – 25 of 41) sorted by relevance

12

/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/modeling/bsdf/
H A Dbsdfsample.cpp55 Vector3f dndx, dndy; in compute_reflected_differentials() local
57 compute_normal_derivatives(dndx, dndy, ddndx, ddndy); in compute_reflected_differentials()
63 -m_outgoing.get_dx() + 2.0f * Vector3f(dot_on * dndx + ddndx * n), in compute_reflected_differentials()
75 Vector3f dndx, dndy; in compute_transmitted_differentials() local
77 compute_normal_derivatives(dndx, dndy, ddndx, ddndy); in compute_transmitted_differentials()
89 eta * m_outgoing.get_dx() - Vector3f(mu * dndx + dmudx * n), in compute_transmitted_differentials()
98 Vector3f& dndx, in compute_normal_derivatives() argument
113 dndx = dndu * duvdx[0] + dndv * duvdx[1]; in compute_normal_derivatives()
118 ddndx = dot(m_outgoing.get_dx(), n) + dot(m_outgoing.get_value(), dndx); in compute_normal_derivatives()
H A Dbsdfsample.h86 foundation::Vector3f& dndx,
/dports/textproc/htdig/htdig-3.2.0b6/db/
H A Dhash_dup.c99 db_indx_t dndx; local
224 hcp->dndx = 0;
239 hcp->dndx = 0;
259 hcp->dndx++;
268 dndx = hcp->dndx;
271 hcp->dndx = dndx;
290 db_indx_t dndx, i, len, off; local
307 dndx = 0;
357 dndx = i;
371 hcs[c]->dndx = i;
[all …]
H A Dhash.c701 new->dndx = orig->dndx;
1215 hcp->dndx++;
1218 hcp->dndx--;
1435 dndx = hcp->dndx;
1438 hcp->dndx = dndx;
1806 lcp->dndx = hcp->dndx;
1826 if (add && lcp->dndx >= hcp->dndx )
1827 lcp->dndx++;
1828 else if (!add && lcp->dndx > hcp->dndx)
1829 lcp->dndx--;
[all …]
H A Dhash_page.c125 if (hcp->dndx >= NUM_ENT(hcp->dpagep)) {
138 hcp->dndx = NDX_INVALID;
217 hcp->dndx = NDX_INVALID;
353 hcp->dndx--;
357 } else if (hcp->dndx > 0) { /* Duplicates are off-page. */
358 hcp->dndx--;
379 hcp->dndx = NUM_ENT(hcp->pagep) - 1;
484 hcp->dndx++;
492 hcp->dndx++;
1631 hcp->dndx = 0;
H A Dhash.h74 db_indx_t dndx; /* Index within a duplicate set. */ member
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/lib/
H A Dstatic_LIB_3d_vp.f90155 dndx(na, 1) = dndx(na, 1)+wg*gderiv(na, 1)
156 dndx(na, 2) = dndx(na, 2)+wg*gderiv(na, 2)
157 dndx(na, 3) = dndx(na, 3)+wg*gderiv(na, 3)
170 dndx(na, 1) = volume_inv*dndx(na, 1)
171 dndx(na, 2) = volume_inv*dndx(na, 2)
172 dndx(na, 3) = volume_inv*dndx(na, 3)
182 d = d+dabs( vx*dndx(na, 1)+vy*dndx(na, 2)+vz*dndx(na, 3) )
746 dndx(na, 1) = volume_inv*dndx(na, 1)
747 dndx(na, 2) = volume_inv*dndx(na, 2)
748 dndx(na, 3) = volume_inv*dndx(na, 3)
[all …]
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/include/OSL/
H A Doslnoise.h2802 result.set (r, dndx * x.dx(), dndx * x.dy()); in operator()
2916 result.set (r, dndx * x.dx(), dndx * x.dy()); in operator()
3031 dndx *= 0.5f; in operator()
3032 result.set (r, dndx * x.dx(), dndx * x.dy()); in operator()
3040 dndx *= 0.5f; in operator()
3052 dndx *= 0.5f; in operator()
3065 dndx *= 0.5f; in operator()
3158 dndx *= 0.5f; in operator()
3159 result.set (r, dndx * x.dx(), dndx * x.dy()); in operator()
3168 dndx *= 0.5f; in operator()
[all …]
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/include/OSL/
H A Doslnoise.h2802 result.set (r, dndx * x.dx(), dndx * x.dy()); in operator()
2916 result.set (r, dndx * x.dx(), dndx * x.dy()); in operator()
3031 dndx *= 0.5f; in operator()
3032 result.set (r, dndx * x.dx(), dndx * x.dy()); in operator()
3040 dndx *= 0.5f; in operator()
3052 dndx *= 0.5f; in operator()
3065 dndx *= 0.5f; in operator()
3158 dndx *= 0.5f; in operator()
3159 result.set (r, dndx * x.dx(), dndx * x.dy()); in operator()
3168 dndx *= 0.5f; in operator()
[all …]
/dports/lang/yorick/yorick-y_2_2_04/yorick/
H A Dtask.c402 dref = ao->dndx; in Y__after_func()
437 long fndx=-1L, dndx=-1L; in Y_after() local
474 dndx = yget_ref(0); in Y_after()
475 if (flags>0 || dndx<0) { in Y_after()
478 dndx = -1L; in Y_after()
481 dndx = -2L; /* no data argument */ in Y_after()
501 if (dndx==-2L || in yexec_after()
502 (ym_after_list[i].d==d && ym_after_list[i].dndx==dndx)) { in yexec_after()
514 if (dndx==-2L && in yexec_after()
515 (ym_after_list[i].d==d && ym_after_list[i].dndx==dndx)) { in yexec_after()
[all …]
H A Doxy.c1801 long fndx, dndx; member
1838 co->dndx = dref; in yo_closure()
1868 if (!co->d && co->dndx>=0) ypush_global(co->dndx); in yoc_on_extract()
1875 if (co->dndx >= 0) q[0] = p_strcpy(globalTable.names[co->dndx]); in yoc_on_extract()
1887 long dref = co->dndx; in yoc_on_eval()
H A Dyapi.h665 PLUG_API void yexec_after(double secs, long fndx, int farg, long dndx, int darg);
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/tests/
H A Dlcao_spinor_test.py177 dndx = dncoef*dx
183 spdx = (cs + 1j*ss)*updx + (cs - 1j*ss)*dndx
204 dndx = dncoef*dx
210 spdx = (cs + 1j*ss)*updx + (cs - 1j*ss)*dndx
/dports/biology/py-biopython/biopython-1.79/Bio/PDB/
H A Dinternal_coords.py814 dndx = dhai[k]
819 hIC[h1ndx, :] = (a0a1[dndx], a0a1a2[dndx], a1a2[dndx])
820 hIC[h2ndx, :] = (a1a2[dndx], a1a2a3[dndx], a2a3[dndx])
825 hIC[h1ndx, :] = (a1a2[dndx], a0a1a2[dndx], a0a1[dndx])
826 hIC[h2ndx, :] = (a2a3[dndx], a1a2a3[dndx], a1a2[dndx])
3101 dndx = self.cic.dihedraNdx[self.aks]
3102 self.cic.dihedraIC[dndx] = dangle_deg
3103 self.cic.dihedraICr[dndx] = numpy.deg2rad(dangle_deg)
3104 self.cic.dAtoms_needs_update[dndx] = True
/dports/math/maxima/maxima-5.43.2/share/diffequations/
H A Dode2.mac111 integfactor(m,n):=block([b1,b2,dmdx,dmdy,dndx,dndy,dd,%e_to_numlog:true],
112 dmdy: ratsimp(diff(m,y)), dndx: ratsimp(diff(n,x)),
113 if (dd: dmdy-dndx) = 0 then return(1),
115 if dmdx-dndy=0 and dmdy+dndx=0 then return(1/(m^2 + n^2)),
/dports/www/lua-resty-core/lua-resty-core-0.1.22/lib/ngx/
H A Dbase64.md107 Datong Sun &lt;datong@openresty.com&gt; (dndx), OpenResty Inc.
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/balance.lv2/
H A Dui.c184 float dndx, dndy; member
1448 processLinkedMotion(view, ui->dndid, fx - ui->dndx, fy - ui->dndy); in onMotion()
1504 ui->dndx = fx; in onMouse()
1613 ui->dndx = 0.0; in blc_gui_setup()
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/
H A DAUTHORS255 Datong Sun <dndx@idndx.com>
H A DCONTRIBUTORS346 Datong Sun <dndx@idndx.com>
/dports/databases/db5/db-5.3.28/dist/validate/
H A Ds_chk_spell.dict1380 dndx
/dports/databases/db18/db-18.1.40/dist/validate/
H A Ds_chk_spell.dict1378 dndx
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/
H A DAUTHORS345 Datong Sun <dndx@idndx.com>
H A DCONTRIBUTORS627 Datong Sun <dndx@idndx.com>
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/
H A DAUTHORS341 Datong Sun <dndx@idndx.com>
H A DCONTRIBUTORS527 Datong Sun <dndx@idndx.com>

12