Home
last modified time | relevance | path

Searched refs:njd (Results 1 – 25 of 227) sorted by relevance

12345678910

/dports/cad/feappv/feappv-4.1i/program/
H A Dcaprod.f28 integer neq,ni,nj,nj0,njd local
47 njd = jc(ni) - nj0
50 do nj = 1,njd
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bpgl/tests/
H A Dtest_camera_utils.cxx14 auto nid = static_cast<double>(ni), njd = static_cast<double>(nj); in test_camera_utils()
22 bpgl_camera_utils::camera_from_kml(nid, njd, right_fov, top_fov, in test_camera_utils()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/vsph/tests/
H A Dtest_utils.cxx14 auto nid = static_cast<double>(ni), njd = static_cast<double>(nj); in test_utils()
34 bpgl_camera_utils::camera_from_kml(nid, njd, right_fov, top_fov, in test_utils()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/sdet/
H A Dsdet_denoise_mrf_bp.cxx87 unsigned njd = in_view.nj(), nid = in_view.ni(); in pyramid_upsample() local
104 if (jn+1>=njd) continue; in pyramid_upsample()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/brad/
H A Dbrad_eigenspace.hxx130 double nid = rescs[ires]->ni(), njd = rescs[ires]->nj(); in compute_covariance_matrix_rand() local
131 double rd = (njd-njtd-1.0)*(std::rand()/(RAND_MAX+1.0)); in compute_covariance_matrix_rand()
135 if (rd>(njd-njtd-1.0)) rd = (njd-njtd-1.0); in compute_covariance_matrix_rand()
757 double nid = rescs[ires]->ni(), njd = rescs[ires]->nj(); in init_histogram_rand() local
758 double rd = (njd-njtd-1.0)*(std::rand()/(RAND_MAX+1.0)); in init_histogram_rand()
762 if (rd>(njd-njtd-1.0)) rd = (njd-njtd-1.0); in init_histogram_rand()
899 double nid = rescs[ires]->ni(), njd = rescs[ires]->nj(); in update_histogram_rand() local
900 double rd = (njd-njtd-1.0)*(std::rand()/(RAND_MAX+1.0)); in update_histogram_rand()
902 if (rd<0) rd = 0.0; else if (rd>njd-njtd-1.0) rd = njd-njtd-1.0; in update_histogram_rand()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bpgl/depth_map/tests/
H A Dtest_depth_map.cxx27 auto nid = static_cast<double>(ni), njd = static_cast<double>(nj); in test_depth_map()
36 bpgl_camera_utils::camera_from_kml(nid, njd, right_fov, top_fov, in test_depth_map()
/dports/security/axTLS/axTLS/ssl/test/
H A DaxTLS.ca_key.pem10 LBzJpGSiQFb/Fkt5dGrsDzawFd7hlBCa3QJAcWJCqiX0JDAAkx8NJfzSj7Q9+njd
/dports/misc/vxl/vxl-3.3.2/core/vgui/
H A Dvgui_vil_image_renderer.cxx103 unsigned nid = dims, njd = dims; in create_buffer() local
110 njd = nj; in create_buffer()
113 nj = njd; in create_buffer()
/dports/astro/stellarium/stellarium-0.21.3/src/gui/
H A DDateTimeDialog.hpp65 void jdChanged(double njd);
H A DDateTimeDialog.cpp205 void DateTimeDialog::jdChanged(double njd) in jdChanged() argument
207 validJd(njd); in jdChanged()
/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/plugins/openwnn/3rdparty/openwnn/
H A Dopenwnn.pro38 wnnDictionary/include/njd.h \
/dports/cad/ngspice_rework/ngspice-35/tests/bsim4/nmos/parameters/
H A DnmosParameters167 + njd = (1)
/dports/cad/ngspice_rework/ngspice-35/tests/bsim4/pmos/parameters/
H A DpmosParameters167 + njd = (1)
/dports/cad/ngspice_rework/ngspice-35/examples/various/
H A Dro_17_4.cir122 +jsd = 0.0001 jswd = 1e-011 jswgd = 1e-010 njd = 1
181 +jsd = 0.0001 jswd = 1e-011 jswgd = 1e-010 njd = 1
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dzztime.c95 static integer njd, get; in zztime_0_() local
3127 njd = 0; in zztime_0_()
3256 ++njd; in zztime_0_()
3322 if (nyear == 1 && nmon == 1 && nday == 1 && ndoy == 0 && njd == 0 && in zztime_0_()
3330 } else if (nyear == 1 && nmon == 0 && nday == 0 && njd == 0 && ndoy == 1 in zztime_0_()
3338 } else if (nyear == 0 && nmon == 0 && nday == 0 && njd == 1 && ndoy == 0 in zztime_0_()
3350 if (nyear == 0 && nday == 0 && njd == 0 && ndoy == 0 && nhour == 0 && in zztime_0_()
3354 } else if (njd == 1) { in zztime_0_()
3357 } else if (njd > 1) { in zztime_0_()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dzztime.c95 static integer njd, get; in zztime_0_() local
3127 njd = 0; in zztime_0_()
3256 ++njd; in zztime_0_()
3322 if (nyear == 1 && nmon == 1 && nday == 1 && ndoy == 0 && njd == 0 && in zztime_0_()
3330 } else if (nyear == 1 && nmon == 0 && nday == 0 && njd == 0 && ndoy == 1 in zztime_0_()
3338 } else if (nyear == 0 && nmon == 0 && nday == 0 && njd == 1 && ndoy == 0 in zztime_0_()
3350 if (nyear == 0 && nday == 0 && njd == 0 && ndoy == 0 && nhour == 0 && in zztime_0_()
3354 } else if (njd == 1) { in zztime_0_()
3357 } else if (njd > 1) { in zztime_0_()
/dports/textproc/link-grammar/link-grammar-5.8.0/data/ar/words/
H A Dwords.NAt845 njd.NAt
H A Dwords.Napdu974 njd.Napdu
H A Dwords.IV_yu1149 njd.IVyu
H A Dwords.PV2943 >njd.PV
2944 njd.PV
H A Dwords.IV927 njd.IV
/dports/chinese/wenju/wenju-1.6/src/tim/tables/
H A Dbxm.tim1025 3njd=深厚
1026 3njd=浓厚
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/hisimhv2/
H A Dhsmhv2set.c1334 BINNING(njd); in HSMHV2setup()
/dports/deskutils/xneur/xneur-0.20.0/share/languages/pl/
H A Dproto34578 njd
/dports/deskutils/xneur/xneur-0.20.0/share/languages/us/
H A Dproto34587 njd

12345678910