Home
last modified time | relevance | path

Searched refs:tempF (Results 1 – 25 of 70) sorted by relevance

123

/dports/math/optpp/optpp-2.4/include/
H A DLSQNLF.h101 tempF(lsqterms), specLSQF(lsqterms) in LSQNLF()
112 tempF(lsqterms), specLSQF(lsqterms) in NLP2()
123 tempF(lsqterms), specLSQF(lsqterms) in NLP2()
133 tempF(lsqterms), specLSQF(lsqterms) in LSQNLF()
143 tempF(lsqterms), specLSQF(lsqterms) in LSQNLF()
154 tempF(lsqterms), specLSQF(lsqterms) in LSQNLF()
164 tempF(lsqterms), specLSQF(lsqterms) in LSQNLF()
179 tempF(lsqterms), specLSQF(lsqterms)
190 tempF(lsqterms), specLSQF(lsqterms)
201 tempF(lsqterms), specLSQF(lsqterms)
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/OPTPP/include/
H A DLSQNLF.h101 tempF(lsqterms), specLSQF(lsqterms) in LSQNLF()
112 tempF(lsqterms), specLSQF(lsqterms) in NLP2()
123 tempF(lsqterms), specLSQF(lsqterms) in NLP2()
133 tempF(lsqterms), specLSQF(lsqterms) in LSQNLF()
143 tempF(lsqterms), specLSQF(lsqterms) in LSQNLF()
154 tempF(lsqterms), specLSQF(lsqterms) in LSQNLF()
164 tempF(lsqterms), specLSQF(lsqterms) in LSQNLF()
179 tempF(lsqterms), specLSQF(lsqterms)
190 tempF(lsqterms), specLSQF(lsqterms)
201 tempF(lsqterms), specLSQF(lsqterms)
[all …]
/dports/math/vampire/vampire-4.5.1/scripts/
H A DannotateCode.py226 tempF = tempfile.NamedTemporaryFile()
231 tempF.seek(0)
232 invariant = tempF.readlines()
233 tempF.close()
289 tempF = tempfile.NamedTemporaryFile()
293 tempF.seek(0)
294 invs = tempF.readlines()
299 tempF.close()
355 tempF.seek(0)
356 inv = tempF.readlines()
[all …]
/dports/graphics/libQGLViewer/libQGLViewer-2.7.2/examples/contribs/terrain/
H A Dwater.cpp87 float d, tempF, vert; in Update() local
101 tempF = forceArray[(z * WATER_RESOLUTION) + x]; in Update()
109 tempF -= d; in Update()
114 tempF -= d; in Update()
119 tempF -= d; in Update()
124 tempF -= d; in Update()
129 tempF -= d; in Update()
134 tempF -= d; in Update()
139 tempF -= d; in Update()
144 tempF -= d; in Update()
[all …]
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/UIUCModel/
H A Duiuc_gear.cpp191 DATA tempF[3]; in uiuc_gear() local
365 mult3x3by3( T_local_to_body_m, f_wheel_local_v, tempF ); in uiuc_gear()
369 cross3( d_wheel_cg_body_v, tempF, tempM ); in uiuc_gear()
372 if (tempF[0] != 0.0 || tempF[1] != 0.0 || tempF[2] != 0.0) { in uiuc_gear()
376 add3( tempF, F_gear_v, F_gear_v ); in uiuc_gear()
/dports/math/singular/Singular-Release-4-2-1/kernel/GBEngine/
H A Dsca.cc148 idPrint(tempF); in k_sca_gr_bba()
161 nc_gr_initBba(tempF,strat); // set enterS, red, initEcart, initEcartPair in k_sca_gr_bba()
339 id_Delete(&tempF, currRing); in k_sca_gr_bba()
417 idPrint(tempF); in k_sca_bba()
447 initBuchMora(tempF, tempQ, strat); // tempQ = Q without squares!!! in k_sca_bba()
493 const poly pSave = tempF->m[iNewElement]; in k_sca_bba()
813 id_Delete(&tempF, currRing); in k_sca_bba()
917 initMora(tempF, strat); in k_sca_mora()
920 initBuchMora(tempF, tempQ, strat); // temp Q, F! in k_sca_mora()
975 const poly pSave = tempF->m[iNewElement]; in k_sca_mora()
[all …]
/dports/net/rclone/rclone-1.57.0/backend/fichier/
H A Dfichier.go224 tempF := *f
225 tempF.dirCache = dircache.New(newRoot, rootID, &tempF)
226 tempF.root = newRoot
228 err = tempF.dirCache.FindRoot(ctx, false)
233 _, err := tempF.NewObject(ctx, remote)
241 f.features.Fill(ctx, &tempF)
245 f.dirCache = tempF.dirCache
246 f.root = tempF.root
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/LaRCsim/
H A Dnavion_gear.c225 DATA temp3a[3], temp3b[3], tempF[3], tempM[3]; in navion_gear() local
351 mult3x3by3( T_local_to_body_m, f_wheel_local_v, tempF ); in navion_gear()
355 cross3( d_wheel_cg_body_v, tempF, tempM ); in navion_gear()
359 add3( tempF, F_gear_v, F_gear_v ); in navion_gear()
H A Dcherokee_gear.c201 DATA temp3a[3], temp3b[3], tempF[3], tempM[3]; in cherokee_gear() local
327 mult3x3by3( T_local_to_body_m, f_wheel_local_v, tempF ); in cherokee_gear()
331 cross3( d_wheel_cg_body_v, tempF, tempM ); in cherokee_gear()
335 add3( tempF, F_gear_v, F_gear_v ); in cherokee_gear()
H A Dbasic_gear.c174 DATA tempF[3]; in basic_gear() local
327 mult3x3by3( T_local_to_body_m, f_wheel_local_v, tempF ); in basic_gear()
331 cross3( d_wheel_cg_body_v, tempF, tempM ); in basic_gear()
335 add3( tempF, F_gear_v, F_gear_v ); in basic_gear()
H A Dc172_gear.c224 DATA tempF[3]; in c172_gear() local
377 mult3x3by3( T_local_to_body_m, f_wheel_local_v, tempF ); in c172_gear()
381 cross3( d_wheel_cg_body_v, tempF, tempM ); in c172_gear()
385 add3( tempF, F_gear_v, F_gear_v ); in c172_gear()
/dports/science/siconos/siconos-4.4.0/numerics/src/tools/InterfaceToPathFerris/
H A DPath_interface.c84 double *tempF; in SN_path_interface() local
151 tempF = MCP_GetF(m); in SN_path_interface()
156 F[i] = tempF[i]; in SN_path_interface()
/dports/net/rclone/rclone-1.57.0/backend/putio/
H A Dfs.go105 tempF := *p
106 tempF.dirCache = dircache.New(newRoot, "0", &tempF)
107 tempF.root = newRoot
109 err = tempF.dirCache.FindRoot(ctx, false)
114 _, err := tempF.NewObject(ctx, remote)
122 p.dirCache = tempF.dirCache
123 p.root = tempF.root
/dports/net/rclone/rclone-1.57.0/backend/premiumizeme/
H A Dpremiumizeme.go289 tempF := *f
290 tempF.dirCache = dircache.New(newRoot, rootID, &tempF)
291 tempF.root = newRoot
293 err = tempF.dirCache.FindRoot(ctx, false)
298 _, err := tempF.newObjectWithInfo(ctx, remote, nil)
306 f.features.Fill(ctx, &tempF)
310 f.dirCache = tempF.dirCache
311 f.root = tempF.root
/dports/net/rclone/rclone-1.57.0/backend/zoho/
H A Dzoho.go424 tempF := *f
425 tempF.dirCache = dircache.New(newRoot, rootID, &tempF)
426 tempF.root = newRoot
428 err = tempF.dirCache.FindRoot(ctx, false)
433 _, err := tempF.newObjectWithInfo(ctx, remote, nil)
441 f.features.Fill(ctx, &tempF)
442 f.dirCache = tempF.dirCache
443 f.root = tempF.root
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/x86-shared/
H A DMacroAssembler-x86-shared-SIMD-unused.cpp70 FloatRegister in, FloatRegister out, Register temp, FloatRegister tempF, in checkedConvertFloat32x4ToUint32x4() argument
117 zeroSimd128Float(tempF); in checkedConvertFloat32x4ToUint32x4()
118 vpcmpgtd(Operand(out), tempF, tempF); in checkedConvertFloat32x4ToUint32x4()
121 bitwiseAndSimdInt(scratch, Operand(tempF), scratch); in checkedConvertFloat32x4ToUint32x4()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/x86-shared/
H A DMacroAssembler-x86-shared-SIMD-unused.cpp70 FloatRegister in, FloatRegister out, Register temp, FloatRegister tempF, in checkedConvertFloat32x4ToUint32x4() argument
117 zeroSimd128Float(tempF); in checkedConvertFloat32x4ToUint32x4()
118 vpcmpgtd(Operand(out), tempF, tempF); in checkedConvertFloat32x4ToUint32x4()
121 bitwiseAndSimdInt(scratch, Operand(tempF), scratch); in checkedConvertFloat32x4ToUint32x4()
/dports/comms/fldigi/fldigi-4.1.20/src/network/
H A Dmetar.cxx263 int tempC, tempF; in parse() local
266 tempF = (int)(tempC * 1.8 + 32); in parse()
269 snprintf(ctemp, sizeof(ctemp), "%d F ", tempF); in parse()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/3D/Source/
H A DBitmap.c172 fix tempF, tempF2; in g3_bitmap_common() local
219 tempF = view_bank; // mov ebx,view_bank in g3_bitmap_common()
233 fix_sincos((fixang)tempF, &sintemp, &costemp); // call fix_sincos in g3_bitmap_common()
/dports/net/rclone/rclone-1.57.0/backend/opendrive/
H A Dopendrive.go227 tempF := *f
228 tempF.dirCache = dircache.New(newRoot, "0", &tempF)
229 tempF.root = newRoot
232 err = tempF.dirCache.FindRoot(ctx, false)
237 _, err := tempF.newObjectWithInfo(ctx, remote, nil, "")
248 f.dirCache = tempF.dirCache
249 f.root = tempF.root
/dports/graphics/wings/libigl-2.1.0/include/igl/
H A Dupsample.cpp119 DerivedNF tempF = NF; in upsample() local
121 upsample(NV.rows(), tempF, S, NF); in upsample()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/
H A Dupsample.cpp119 DerivedNF tempF = NF; in upsample() local
121 upsample(NV.rows(), tempF, S, NF); in upsample()
H A Dloop.cpp163 DerivedNF tempF = NF; in loop() local
165 loop(NV.rows(), tempF, S, NF); in loop()
/dports/net/rclone/rclone-1.57.0/backend/sharefile/
H A Dsharefile.go511 tempF := *f
512 tempF.dirCache = dircache.New(newRoot, f.rootID, &tempF)
513 tempF.root = newRoot
515 err = tempF.dirCache.FindRoot(ctx, false)
520 _, err := tempF.newObjectWithInfo(ctx, remote, nil)
528 f.features.Fill(ctx, &tempF)
532 f.dirCache = tempF.dirCache
533 f.root = tempF.root
/dports/net/rclone/rclone-1.57.0/backend/pcloud/
H A Dpcloud.go325 tempF := *f
326 tempF.dirCache = dircache.New(newRoot, rootID, &tempF)
327 tempF.root = newRoot
329 err = tempF.dirCache.FindRoot(ctx, false)
334 _, err := tempF.newObjectWithInfo(ctx, remote, nil)
345 f.dirCache = tempF.dirCache
346 f.root = tempF.root

123