Home
last modified time | relevance | path

Searched refs:capu (Results 1 – 25 of 38) sorted by relevance

12

/dports/cad/opentimer/OpenTimer-18d28ff/ot/timer/
H A Dunit.cpp331 auto capu = make_capacitance_unit(to_lower(spef.capacitance_unit)); in _rebase_unit() local
335 if(_capacitance_unit = capu; _capacitance_unit) { in _rebase_unit()
339 else if(capu) { in _rebase_unit()
340 float s = (*capu / *_capacitance_unit).value(); in _rebase_unit()
342 OT_LOGI("rebase spef capacitance to ", *capu); in _rebase_unit()
/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/swig/
H A Dpyedfclasses.hpp213 PyObject* capu = PyCObject_FromVoidPtr((void*)(U), NULL); in fos_reverse() local
219 PyArray_BASE(uaa) = capu; in fos_reverse()
224 PyArray_SetBaseObject(uaa,capu); in fos_reverse()
261 PyObject* capu = PyCObject_FromVoidPtr((void*)(U), NULL); in fov_reverse() local
267 PyArray_BASE(uaa) = capu; in fov_reverse()
272 PyArray_SetBaseObject(uaa,capu); in fov_reverse()
543 PyObject* capu = PyCObject_FromVoidPtr((void*)(U), NULL); in fos_reverse() local
550 PyArray_BASE(uaa) = capu; in fos_reverse()
556 PyArray_SetBaseObject(uaa,capu); in fos_reverse()
607 PyArray_BASE(uaa) = capu; in fov_reverse()
[all …]
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Ddpspce.c36 static doublereal coef, eeta, aodp, delo, capu, uang, xmdf, xinc, xmam, in dpspce_() local
671 capu = d_mod(&d__1, &pix2); in dpspce_()
672 if (capu < 0.) { in dpspce_()
673 capu += pix2; in dpspce_()
678 epw = capu; in dpspce_()
688 epw = (capu - temp4 + temp3 - temp2) / (1. - temp5 - temp6) + temp2; in dpspce_()
H A Dev2lin.c35 static doublereal coef, eeta, delm, aodp, delo, capu, xmdf, aynl, elsq, in ev2lin_() local
1078 capu = fmod2p; in ev2lin_()
1079 epw = capu; in ev2lin_()
1093 epwnxt = capu - axn * sin(epw) + ayn * cos(epw); in ev2lin_()
1113 f = epw - capu - axn * sinepw + ayn * cosepw; in ev2lin_()
1143 f = epw - capu - axn * sinepw + ayn * cosepw; in ev2lin_()
1157 f = epw - capu - axn * sin(epw) + ayn * cos(epw); in ev2lin_()
1172 f = epw - capu - axn * sin(epw) + ayn * cos(epw); in ev2lin_()
1203 f = epw - capu - axn * sin(epw) + ayn * cos(epw); in ev2lin_()
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Ddpspce.c36 static doublereal coef, eeta, aodp, delo, capu, uang, xmdf, xinc, xmam, in dpspce_() local
671 capu = d_mod(&d__1, &pix2); in dpspce_()
672 if (capu < 0.) { in dpspce_()
673 capu += pix2; in dpspce_()
678 epw = capu; in dpspce_()
688 epw = (capu - temp4 + temp3 - temp2) / (1. - temp5 - temp6) + temp2; in dpspce_()
H A Dev2lin.c35 static doublereal coef, eeta, delm, aodp, delo, capu, xmdf, aynl, elsq, in ev2lin_() local
1078 capu = fmod2p; in ev2lin_()
1079 epw = capu; in ev2lin_()
1093 epwnxt = capu - axn * sin(epw) + ayn * cos(epw); in ev2lin_()
1113 f = epw - capu - axn * sinepw + ayn * cosepw; in ev2lin_()
1143 f = epw - capu - axn * sinepw + ayn * cosepw; in ev2lin_()
1157 f = epw - capu - axn * sin(epw) + ayn * cos(epw); in ev2lin_()
1172 f = epw - capu - axn * sin(epw) + ayn * cos(epw); in ev2lin_()
1203 f = epw - capu - axn * sin(epw) + ayn * cos(epw); in ev2lin_()
/dports/misc/libpredict/libpredict-2.0.0/src/
H A Dsgp4.c125 cosepw, tfour, sinepw, capu, ayn, xlt, aynl, xll, in sgp4_predict() local
173 capu=FMod2p(xlt-xnode); in sgp4_predict()
174 temp2=capu; in sgp4_predict()
185 epw=(capu-temp4+temp3-temp2)/(1-temp5-temp6)+temp2; in sgp4_predict()
H A Dsdp4.c122 double a, axn, ayn, aynl, beta, betal, capu, cos2u, cosepw, cosik, in sdp4_predict() local
178 capu=FMod2p(xlt-deep_dyn.xnode); in sdp4_predict()
179 temp2=capu; in sdp4_predict()
190 epw=(capu-temp4+temp3-temp2)/(1-temp5-temp6)+temp2; in sdp4_predict()
/dports/astro/xplanet/xplanet-1.3.1/src/libsgp4sdp4/
H A Dsgp4sdp4.c34 sinepw,capu,ayn,xlt,aynl,xll,axn,xn,beta,xl,e,a, in SGP4() local
181 capu = FMod2p(xlt-xnode); in SGP4()
182 temp2 = capu; in SGP4()
193 epw = (capu-temp4+temp3-temp2)/(1-temp5-temp6)+temp2; in SGP4()
273 a,axn,ayn,aynl,beta,betal,capu,cos2u,cosepw,cosik, in SDP4() local
407 capu = FMod2p(xlt-deep_arg.xnode); in SDP4()
408 temp2 = capu; in SDP4()
419 epw = (capu-temp4+temp3-temp2)/(1-temp5-temp6)+temp2; in SDP4()
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.gla.ac.uk70 Disallow: /planningunits/capu/
96 Disallow: /planningunits/capu/
/dports/comms/gpredict/gpredict-2.2.1/src/sgpsdp/
H A Dsgp4sdp4.c31 sinepw,capu,ayn,xlt,aynl,xll,axn,xn,beta,xl,e,a, in SGP4() local
192 capu = FMod2p (xlt - xnode); in SGP4()
193 temp2 = capu; in SGP4()
203 epw = (capu - temp4 + temp3 - temp2) / (1.0 - temp5 - temp6) + temp2; in SGP4()
293 a,axn,ayn,aynl,beta,betal,capu,cos2u,cosepw,cosik, in SDP4() local
436 capu = FMod2p (xlt - sat->deep_arg.xnode); in SDP4()
437 temp2 = capu; in SDP4()
447 epw = (capu - temp4 + temp3 - temp2) / (1.0 - temp5 - temp6) + temp2; in SDP4()
/dports/astro/pykep/pykep-2.6/src/third_party/libsgp4/
H A DSGP4.cpp419 const double capu = fmod(xlt - xnode, kTWOPI); in CalculateFinalPositionVelocity() local
420 double epw = capu; in CalculateFinalPositionVelocity()
440 double f = capu - epw + esine; in CalculateFinalPositionVelocity()
/dports/astro/py-pykep/pykep-2.6/src/third_party/libsgp4/
H A DSGP4.cpp419 const double capu = fmod(xlt - xnode, kTWOPI); in CalculateFinalPositionVelocity() local
420 double epw = capu; in CalculateFinalPositionVelocity()
440 double f = capu - epw + esine; in CalculateFinalPositionVelocity()
/dports/comms/predict/predict-2.2.7/
H A Dpredict.c773 cosepw, x1m5th, xhdot1, tfour, sinepw, capu, ayn, xlt, aynl, xll, in SGP4() local
925 capu=FMod2p(xlt-xnode); in SGP4()
926 temp2=capu; in SGP4()
937 epw=(capu-temp4+temp3-temp2)/(1-temp5-temp6)+temp2; in SGP4()
1527 double a, axn, ayn, aynl, beta, betal, capu, cos2u, cosepw, cosik, in SDP4() local
1655 capu=FMod2p(xlt-deep_arg.xnode); in SDP4()
1656 temp2=capu; in SDP4()
1667 epw=(capu-temp4+temp3-temp2)/(1-temp5-temp6)+temp2; in SDP4()
/dports/astro/p5-Astro-satpass/Astro-satpass-0.122/lib/Astro/Coord/ECI/
H A DTLE.pm3224 my $capu = mod2pi($xlt - $xnode);
3225 my $temp2 = $capu;
3234 my $epw = ($capu - $temp4 + $temp3 - $temp2) / (1 - $temp5 -
3509 my $capu = mod2pi ($xlt - $xnode);
3510 my $temp2 = $capu;
3519 $epw = ($capu - $temp4 + $temp3 - $temp2) / (1 - $temp5 -
/dports/biology/py-gffutils/gffutils-0.10.1/gffutils/test/data/
H A Ddmel-all-no-analysis-r5.49_50k_lines.gff45930 2L FlyBase exon 3872646 3872947 . - . ID=FBgn0000256:1;Name=capu:1;Parent=FBtr0290079;parent_type=m…
45932 2L FlyBase polyA_site 3872658 3872658 . - . ID=capu-polyA_site-1_polyA_site;Name=capu-polyA_site-1;…
45936 …yBase mRNA 3872660 3896108 . - . ID=FBtr0077511;Name=capu-RD;Parent=FBgn0000256;Alias=CG3399-RD,ca…
45973 2L FlyBase sequence_variant 3872953 3872975 . - . ID=capu[3871]_sequence_variant;Name=capu[3871];re…
45982 2L FlyBase point_mutation 3873152 3873152 . - . ID=capu[38]_point_mutation;Name=capu[38];related_al…
45999 2L FlyBase point_mutation 3873840 3873840 . - . ID=capu[1]_point_mutation;Name=capu[1];related_alle…
46000 2L FlyBase point_mutation 3873891 3873891 . - . ID=capu[HK3]_point_mutation;Name=capu[HK3];related_…
46002 2L FlyBase point_mutation 3874354 3874354 . - . ID=capu[2F]_point_mutation;Name=capu[2F];related_al…
46030 2L FlyBase exon 3879652 3880067 . - . ID=FBgn0000256:7;Name=capu:7;Parent=FBtr0290079;parent_type=m…
46066 2L FlyBase exon 3886984 3887799 . - . ID=FBgn0000256:10;Name=capu:10;Parent=FBtr0290078;parent_type…
[all …]
/dports/ftp/filezilla/filezilla-3.55.1/locales/
H A Dco.po5079 msgstr "Mantene i cartulari in capu"
5337 msgstr "In-capu di richiesta malcunciliu : %s"
5344 msgstr "In-capu di risposta malcunciliu : %s"
8442 msgstr "Linea d’in-capu troppu longa"
/dports/editors/texstudio/texstudio-4.1.2/utilities/dictionaries/
H A Dfur_FUR-Friulian.dic4610 capuç/b
4611 capuçat/e
H A Dro_RO-Romanian.dic32337 capuțin/P
32338 capuținer/P
/dports/astro/stellarium/stellarium-0.21.3/po/stellarium/
H A Dsc.po4822 msgstr "Coordinadore de su progettu et su capu de s'isviluppu: %1"
20354 "Hypatia fuit unu astronomu, matematicu e filosofu gregu. Fuit su capu de "
/dports/polish/mythes/pl-mythes-1.5_1/
H A Dth_pl_PL_v2.idx12027 na �apu capu|1980582
H A Dth_pl_PL_v2.dat27764 -|na chybcika (pot.)|na �apu capu (pot.)|niedok�adnie|po �ebkach (pot.)|pobie�nie
27833 na �apu capu|1
27834 -|na chybcika (pot.)|na �apu capu (pot.)|niedok�adnie|po �ebkach (pot.)|pobie�nie
30739 -|na chybcika (pot.)|na �apu capu (pot.)|po �ebkach (pot.)|pobie�nie
40811 -|na chybcika (pot.)|na �apu capu (pot.)|niedok�adnie|po �ebkach (pot.)|pobie�nie
40865 -|na chybcika (pot.)|na �apu capu (pot.)|niedok�adnie|po �ebkach (pot.)
42416 -|skr�towo|w skr�cie|na chybcika (pot.) (poj�cie podrz�dne)|na �apu capu (pot.) (poj�cie podrz�dne)…
55295 -|pokr�tce|w skr�cie|na chybcika (pot.) (poj�cie podrz�dne)|na �apu capu (pot.) (poj�cie podrz�dne)…
66279 -|pokr�tce|skr�towo|na chybcika (pot.) (poj�cie podrz�dne)|na �apu capu (pot.) (poj�cie podrz�dne)|…
/dports/textproc/ro-hunspell/ro-hunspell-3.3.10/
H A Dro_RO.dic32337 capuțin/P
32338 capuținer/P
H A Dro_RO-ante1993.dic32337 capuțin/P
32338 capuținer/P
/dports/www/dooble/dooble-2021.12.05/Dictionaries/ro/
H A Dro_RO.dic32195 capuțin/P
32196 capuținer/P

12