Home
last modified time | relevance | path

Searched refs:psip (Results 1 – 25 of 145) sorted by relevance

123456

/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mpeg/
H A Dts_streams.c354 if( psip->p_ctx ) in ts_psip_Del()
359 if( psip->handle ) in ts_psip_Del()
369 free( psip ); in ts_psip_Del()
375 if( !psip ) in ts_psip_New()
380 free( psip ); in ts_psip_New()
384 ARRAY_INIT( psip->eit ); in ts_psip_New()
385 psip->i_version = -1; in ts_psip_New()
386 psip->p_eas_es = NULL; in ts_psip_New()
388 if( !psip->p_ctx ) in ts_psip_New()
391 psip = NULL; in ts_psip_New()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/example/gross-pitaevskii/
H A Dexample_01.hpp164 ROL::Ptr<const vector> psip = getVector(psi); in value() local
175 J += (*psip)[i]*(*kpsip)[i] + (*Vp_)[i]*pow((*psip)[i],2) + g_*pow((*psip)[i],4); in value()
191 ROL::Ptr<const vector> psip = getVector(psi); in gradient() local
203 (*gp)[i] = ((*kpsip)[i] + (*Vp_)[i]*(*psip)[i] + 2.0*g_*pow((*psip)[i],3))*dx_; in gradient()
217 ROL::Ptr<const vector> psip = getVector(psi); in hessVec() local
276 ROL::Ptr<const vector> psip = getVector(psi); in value() local
280 (*cp)[0] += dx_*pow((*psip)[i],2); in value()
298 ROL::Ptr<const vector> psip = getVector(psi); in applyJacobian() local
320 ROL::Ptr<const vector> psip = getVector(psi); in applyAdjointJacobian() local
323 (*ajvp)[i] = 2.0*dx_*(*psip)[i]*(*vp)[0]; in applyAdjointJacobian()
[all …]
H A Dexample_02.hpp520 ROL::Ptr<const vector> psip = dynamic_cast<const XPrim&>(psi).getVector(); in value() local
531 J += (*psip)[i]*(*kpsip)[i] + (*Vp_)[i]*pow((*psip)[i],2) + g_*pow((*psip)[i],4); in value()
547 ROL::Ptr<const vector> psip = dynamic_cast<const XPrim&>(psi).getVector(); in gradient() local
559 (*gp)[i] = ((*kpsip)[i] + (*Vp_)[i]*(*psip)[i] + 2.0*g_*pow((*psip)[i],3))*dx_; in gradient()
573 ROL::Ptr<const vector> psip = dynamic_cast<const XPrim&>(psi).getVector(); in hessVec() local
585 (*hvp)[i] += ( (*Vp_)[i] + 6.0*g_*pow((*psip)[i],2) )*(*vp)[i]*dx_; in hessVec()
627 (*cp)[0] += dx_*pow((*psip)[i],2); in value()
649 (*jvp)[0] += 2.0*dx_*(*psip)[i]*(*vp)[i]; in applyJacobian()
670 (*ajvp)[i] = 2.0*dx_*(*psip)[i]*(*vp)[0]; in applyAdjointJacobian()
716 ROL::Ptr<const vector> psip = dynamic_cast<const XPrim&>(psi).getVector(); in solveAugmentedSystem() local
[all …]
/dports/science/qbox/qbox-public-rel1_73_3/src/
H A DLineMinimizer.cpp34 double psip_low = psip(fp_low); in interpolate()
136 << psi(alpha,f) << " " << psip(fp) << endl; in next_alpha()
140 << psip(fp_low) << " " << psip(fp_high) << endl; in next_alpha()
149 assert(psip(fp_low)*(alpha_high-alpha_low)<=0); in next_alpha()
171 assert(psip(fp_low)*(alpha_high-alpha_low)<=0); in next_alpha()
209 << psi(alpha,f) << " " << psip(fp) << endl; in next_alpha()
213 << psip(fp_low) << " " << psip(fp_high) << endl; in next_alpha()
225 assert(psip(fp_low)*(alpha_high-alpha_low)<=0); in next_alpha()
233 if ( psip(fp)*(alpha_low-alpha) > 0 ) in next_alpha()
241 assert(psip(fp_low)*(alpha_high-alpha_low)<=0); in next_alpha()
[all …]
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dprtutil.c277 psip = psp->data + i; in PrintStackItemGet()
282 return psip; in PrintStackItemGet()
294 return psip; in PrintStackItemGet()
608 psip->pfip = pfip; in PrintStackAddItem()
736 psip = psp->data; in PrintStackSort()
738 tmp->data = psip; in PrintStackSort()
902 if ((psip != NULL) && (! StringCmp(tmp, psip->pfip->format->asn1))) in PrintStackPrint()
947 pfip = psip->pfip; in PrintStackPrint()
970 pfip = psip->pfip; in PrintStackPrint()
1040 datav = psip->dv; in PrintStackPrint()
[all …]
/dports/multimedia/dvb-apps/dvb-apps-3d43b280298c/lib/libucsi/atsc/
H A Dett_section.c25 struct atsc_ett_section *atsc_ett_section_codec(struct atsc_section_psip *psip) in atsc_ett_section_codec() argument
27 uint8_t * buf = (uint8_t *) psip; in atsc_ett_section_codec()
29 size_t len = section_ext_length(&(psip->ext_head)); in atsc_ett_section_codec()
38 section_ext_length(&psip->ext_head) - sizeof(struct atsc_ett_section))) in atsc_ett_section_codec()
41 return (struct atsc_ett_section *) psip; in atsc_ett_section_codec()
H A Dmgt_section.c24 struct atsc_mgt_section *atsc_mgt_section_codec(struct atsc_section_psip *psip) in atsc_mgt_section_codec() argument
26 uint8_t * buf = (uint8_t *) psip; in atsc_mgt_section_codec()
28 size_t len = section_ext_length(&(psip->ext_head)); in atsc_mgt_section_codec()
29 struct atsc_mgt_section *mgt = (struct atsc_mgt_section *) psip; in atsc_mgt_section_codec()
75 return (struct atsc_mgt_section *) psip; in atsc_mgt_section_codec()
H A Deit_section.c24 struct atsc_eit_section *atsc_eit_section_codec(struct atsc_section_psip *psip) in atsc_eit_section_codec() argument
26 uint8_t * buf = (uint8_t *) psip; in atsc_eit_section_codec()
28 size_t len = section_ext_length(&(psip->ext_head)); in atsc_eit_section_codec()
33 struct atsc_eit_section *eit = (struct atsc_eit_section *) psip; in atsc_eit_section_codec()
70 return (struct atsc_eit_section *) psip; in atsc_eit_section_codec()
H A Dtvct_section.c24 struct atsc_tvct_section *atsc_tvct_section_codec(struct atsc_section_psip *psip) in atsc_tvct_section_codec() argument
26 uint8_t * buf = (uint8_t *) psip; in atsc_tvct_section_codec()
28 size_t len = section_ext_length(&(psip->ext_head)); in atsc_tvct_section_codec()
30 struct atsc_tvct_section *tvct = (struct atsc_tvct_section *) psip; in atsc_tvct_section_codec()
80 return (struct atsc_tvct_section *) psip; in atsc_tvct_section_codec()
H A Dcvct_section.c24 struct atsc_cvct_section *atsc_cvct_section_codec(struct atsc_section_psip *psip) in atsc_cvct_section_codec() argument
26 uint8_t * buf = (uint8_t *) psip; in atsc_cvct_section_codec()
28 size_t len = section_ext_length(&(psip->ext_head)); in atsc_cvct_section_codec()
33 struct atsc_cvct_section *cvct = (struct atsc_cvct_section *) psip; in atsc_cvct_section_codec()
76 return (struct atsc_cvct_section *) psip; in atsc_cvct_section_codec()
H A Dstt_section.c24 struct atsc_stt_section *atsc_stt_section_codec(struct atsc_section_psip *psip) in atsc_stt_section_codec() argument
26 uint8_t *buf = (uint8_t *) psip; in atsc_stt_section_codec()
28 size_t len = section_ext_length(&(psip->ext_head)); in atsc_stt_section_codec()
41 return (struct atsc_stt_section *) psip; in atsc_stt_section_codec()
H A Ddcct_section.c24 struct atsc_dcct_section *atsc_dcct_section_codec(struct atsc_section_psip *psip) in atsc_dcct_section_codec() argument
26 uint8_t * buf = (uint8_t *) psip; in atsc_dcct_section_codec()
28 size_t len = section_ext_length(&(psip->ext_head)); in atsc_dcct_section_codec()
34 struct atsc_dcct_section *dcct = (struct atsc_dcct_section *) psip; in atsc_dcct_section_codec()
95 return (struct atsc_dcct_section *) psip; in atsc_dcct_section_codec()
H A Ddccsct_section.c24 struct atsc_dccsct_section *atsc_dccsct_section_codec(struct atsc_section_psip *psip) in atsc_dccsct_section_codec() argument
26 uint8_t * buf = (uint8_t *) psip; in atsc_dccsct_section_codec()
28 size_t len = section_ext_length(&(psip->ext_head)); in atsc_dccsct_section_codec()
33 struct atsc_dccsct_section *dccsct = (struct atsc_dccsct_section *) psip; in atsc_dccsct_section_codec()
108 return (struct atsc_dccsct_section *) psip; in atsc_dccsct_section_codec()
H A Drrt_section.c24 struct atsc_rrt_section *atsc_rrt_section_codec(struct atsc_section_psip *psip) in atsc_rrt_section_codec() argument
26 uint8_t * buf = (uint8_t *) psip; in atsc_rrt_section_codec()
28 size_t len = section_ext_length(&(psip->ext_head)); in atsc_rrt_section_codec()
31 struct atsc_rrt_section *rrt = (struct atsc_rrt_section *) psip; in atsc_rrt_section_codec()
107 return (struct atsc_rrt_section *) psip; in atsc_rrt_section_codec()
/dports/science/quantum-espresso/q-e-qe-6.7.0/PW/src/
H A Dh_psi_meta.f9035 COMPLEX(DP) :: psip(ldap,mp) local
63 ( psip (1:np,im) + ci * psip(1:np,im+1) )
65 CONJG( psip (1:np,im) - ci * psip(1:np,im+1) )
67 psic(dffts%nl (1:np)) = ci * kplusg(1:np) * psip(1:np,im)
68 psic(dffts%nlm(1:np)) = -ci * kplusg(1:np) * CONJG(psip(1:np,im))
101 * psip(1:np,im)
/dports/net-mgmt/aircrack-ng/aircrack-ng-1.5.2/src/
H A Dtkiptun-ng.c1748 psip[2] = i; in guess_packet()
1749 psip[3] = j; in guess_packet()
1832 psip[2] = i; in guess_packet()
1833 psip[3] = j; in guess_packet()
1999 psip[2] = i; in guess_packet()
2043 psip[1] = i; in guess_packet()
2044 psip[2] = j; in guess_packet()
2085 psip[1] = i; in guess_packet()
2101 psip[0] = 10; in guess_packet()
2102 psip[1] = i; in guess_packet()
[all …]
/dports/science/octopus/octopus-10.5/src/grid/
H A Dbatch_inc.F9052 R_TYPE, pointer, contiguous :: psip(:, :, :)
58 psip(1:ubound(psi, dim=1), 1:dim, st_start:st_end) => psi(:, :)
60 call X(batch_init_with_memory_3)(this, dim, st_start, st_end, psip)
69 R_TYPE, pointer, contiguous :: psip(:, :, :)
72 psip(1:ubound(psi, dim=1), 1:1, 1:1) => psi(:)
73 call X(batch_init_with_memory_3)(this, 1, 1, 1, psip)
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/gpu/
H A Dlal_eam.cu411 numtyp psip; in k_eam() local
412 fetch(psip,j,fp_tex); in k_eam()
413 psip = ifp*rhojp + psip*rhoip + phip; in k_eam()
414 numtyp force = -psip*recip; in k_eam()
527 numtyp psip; in k_eam_fast() local
528 fetch(psip,j,fp_tex); in k_eam_fast()
529 psip = ifp*rhojp + psip*rhoip + phip; in k_eam_fast()
530 numtyp force = -psip*recip; in k_eam_fast()
/dports/multimedia/dvb-apps/dvb-apps-3d43b280298c/util/dvbdate/
H A Ddvbdate.c287 struct atsc_section_psip *psip = atsc_section_psip_decode(section_ext); in atsc_scan_date() local
288 if (psip == NULL) { in atsc_scan_date()
294 struct atsc_stt_section *stt = atsc_stt_section_codec(psip); in atsc_scan_date()
/dports/biology/ncbi-toolkit/ncbi/object/
H A Dobjloc.c988 if (psip == NULL) in PatentSeqIdFree()
989 return psip; in PatentSeqIdFree()
991 IdPatFree(psip->cit); in PatentSeqIdFree()
1058 return psip; in PatentSeqIdAsnRead()
1062 return psip; in PatentSeqIdAsnRead()
1069 return psip; in PatentSeqIdAsnRead()
1071 psip = PatentSeqIdNew(); in PatentSeqIdAsnRead()
1072 if (psip == NULL) in PatentSeqIdAsnRead()
1087 if (psip->cit == NULL) in PatentSeqIdAsnRead()
1096 return psip; in PatentSeqIdAsnRead()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/lib/gpu/
H A Dlal_eam.cu454 numtyp psip; in k_eam() local
455 fetch(psip,j,fp_tex); in k_eam()
456 psip = ifp*rhojp + psip*rhoip + phip; in k_eam()
457 numtyp force = -psip*recip; in k_eam()
597 numtyp psip; in k_eam_fast() local
598 fetch(psip,j,fp_tex); in k_eam_fast()
599 psip = ifp*rhojp + psip*rhoip + phip; in k_eam_fast()
600 numtyp force = -psip*recip; in k_eam_fast()
/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dseqpcc.c195 SeqIdPtr psip; in PCCProc() local
215 psip = SeqLocId (sfp->product); in PCCProc()
216 pbsp = BioseqFind (psip); in PCCProc()
/dports/biology/ncbi-toolkit/ncbi/biostruc/newVSch/
H A Dvast2cn3dDB_comb.cpp634 PDBSeqIdPtr psip=NULL; in VastToCn3DAndAli() local
642 psip = PDBSeqIdNew(); in VastToCn3DAndAli()
643 psip->mol= (char *) MemNew (6); in VastToCn3DAndAli()
644 StrCut(psip->mol, oip->str, 1, 4); in VastToCn3DAndAli()
646 psip->chain = (Uint1)(oip->str)[5]; in VastToCn3DAndAli()
650 sip->data.ptrvalue = psip; in VastToCn3DAndAli()
/dports/science/lammps/lammps-stable_29Sep2021/src/MANYBODY/
H A Dpair_eam_he.cpp43 double rsq,r,p,rhoip,rhojp,z2,z2p,recip,phip,psip,phi; in compute() local
218 psip = fp[i]*rhojp + fp[j]*rhoip + phip; in compute()
219 fpair = -scale[itype][jtype]*psip*recip; in compute()
/dports/science/lammps/lammps-stable_29Sep2021/src/GPU/
H A Dpair_eam_gpu.cpp215 double r,p,rhoip,rhojp,z2,z2p,recip,phi,phip,psip; in single() local
245 psip = fp_i*rhojp + fp_j*rhoip + phip; in single()
246 fforce = -psip*recip; in single()

123456