Home
last modified time | relevance | path

Searched refs:tempd (Results 1 – 25 of 622) sorted by relevance

12345678910>>...25

/dports/math/vtk8/VTK-8.2.0/IO/Export/
H A DvtkVRMLExporter.cxx70 double *tempd; in WriteData() local
134 tempd[3], tempd[0]*vtkMath::Pi()/180.0); in WriteData()
238 double *tempd; in WriteAnActor() local
303 fprintf(fp," translation %g %g %g\n", tempd[0], tempd[1], tempd[2]); in WriteAnActor()
305 fprintf(fp," rotation %g %g %g %g\n", tempd[1], tempd[2], in WriteAnActor()
306 tempd[3], tempd[0]*vtkMath::Pi()/180.0); in WriteAnActor()
308 fprintf(fp," scale %g %g %g\n", tempd[0], tempd[1], tempd[2]); in WriteAnActor()
528 double *tempd; in WriteShapeBegin() local
545 tempd[0]*tempf2, tempd[1]*tempf2, tempd[2]*tempf2); in WriteShapeBegin()
550 tempd[0]*tempf2, tempd[1]*tempf2, tempd[2]*tempf2); in WriteShapeBegin()
[all …]
H A DvtkIVExporter.cxx66 double *tempd; in WriteData() local
134 tempd[1], tempd[2], tempd[3], tempd[0]*vtkMath::Pi()/180.0, indent); in WriteData()
244 double *tempd; in WriteAnActor() local
271 fprintf(fp,"%stranslation %g %g %g\n", indent, tempd[0], tempd[1], tempd[2]); in WriteAnActor()
273 fprintf(fp,"%srotation %g %g %g %g\n", indent, tempd[1], tempd[2], in WriteAnActor()
274 tempd[3], tempd[0]*vtkMath::Pi()/180.0); in WriteAnActor()
275 tempd = trans->GetScale(); in WriteAnActor()
276 fprintf(fp,"%sscaleFactor %g %g %g\n", indent, tempd[0], tempd[1], tempd[2]); in WriteAnActor()
324 tempd[0]*tempf2, tempd[1]*tempf2, tempd[2]*tempf2); in WriteAnActor()
328 tempd[0]*tempf2, tempd[1]*tempf2, tempd[2]*tempf2); in WriteAnActor()
[all …]
H A DvtkOOGLExporter.cxx263 double *tempd = defcolor; in WriteAnActor() local
375 tempd = prop->GetColor(); in WriteAnActor()
376 fprintf(fp, "%f %f %f 1\n", tempd[0], tempd[1], tempd[2]); in WriteAnActor()
540 tempd = prop->GetEdgeColor(); in WriteAnActor()
544 tempd = prop->GetColor(); in WriteAnActor()
549 tempd[0], tempd[1], tempd[2]); in WriteAnActor()
553 tempd = prop->GetAmbientColor(); in WriteAnActor()
555 fprintf(fp, "%sambient %f %f %f\n", indent, tempd[0], tempd[1], tempd[2]); in WriteAnActor()
557 tempd = prop->GetDiffuseColor(); in WriteAnActor()
559 fprintf(fp, "%sdiffuse %f %f %f\n", indent, tempd[0], tempd[1], tempd[2]); in WriteAnActor()
[all …]
H A DvtkOBJExporter.cxx139 double *tempd; in WriteAnActor() local
158 tempd = prop->GetAmbientColor(); in WriteAnActor()
159 fprintf(fpMtl,"Ka %g %g %g\n",tempd[0], tempd[1], tempd[2]); in WriteAnActor()
160 tempd = prop->GetDiffuseColor(); in WriteAnActor()
161 fprintf(fpMtl,"Kd %g %g %g\n",tempd[0], tempd[1], tempd[2]); in WriteAnActor()
162 tempd = prop->GetSpecularColor(); in WriteAnActor()
163 fprintf(fpMtl,"Ks %g %g %g\n",tempd[0], tempd[1], tempd[2]); in WriteAnActor()
/dports/math/vtk9/VTK-9.1.0/IO/Export/
H A DvtkVRMLExporter.cxx79 double* tempd; in WriteData() local
142 max_double_digits, tempd[2], max_double_digits, tempd[3], max_double_digits, in WriteData()
245 double* tempd; in WriteAnActor() local
309 tempd[1], max_double_digits, tempd[2]); in WriteAnActor()
312 max_double_digits, tempd[2], max_double_digits, tempd[3], max_double_digits, in WriteAnActor()
316 tempd[1], max_double_digits, tempd[2]); in WriteAnActor()
534 double* tempd; in WriteShapeBegin() local
551 tempd[0] * tempf2, max_double_digits, tempd[1] * tempf2, max_double_digits, in WriteShapeBegin()
552 tempd[2] * tempf2); in WriteShapeBegin()
557 tempd[0] * tempf2, max_double_digits, tempd[1] * tempf2, max_double_digits, tempd[2] * tempf2); in WriteShapeBegin()
[all …]
H A DvtkIVExporter.cxx73 double* tempd; in WriteData() local
139 fprintf(fp, "%sorientation %g %g %g %g\n%s}\n", indent, tempd[1], tempd[2], tempd[3], in WriteData()
250 double* tempd; in WriteAnActor() local
277 fprintf(fp, "%stranslation %g %g %g\n", indent, tempd[0], tempd[1], tempd[2]); in WriteAnActor()
279 fprintf(fp, "%srotation %g %g %g %g\n", indent, tempd[1], tempd[2], tempd[3], in WriteAnActor()
281 tempd = trans->GetScale(); in WriteAnActor()
282 fprintf(fp, "%sscaleFactor %g %g %g\n", indent, tempd[0], tempd[1], tempd[2]); in WriteAnActor()
328 fprintf(fp, "%sambientColor %g %g %g\n", indent, tempd[0] * tempf2, tempd[1] * tempf2, in WriteAnActor()
329 tempd[2] * tempf2); in WriteAnActor()
333 tempd[2] * tempf2); in WriteAnActor()
[all …]
H A DvtkOOGLExporter.cxx265 double* tempd = defcolor; in WriteAnActor() local
375 tempd = prop->GetColor(); in WriteAnActor()
376 fprintf(fp, "%f %f %f 1\n", tempd[0], tempd[1], tempd[2]); in WriteAnActor()
538 tempd = prop->GetEdgeColor(); in WriteAnActor()
542 tempd = prop->GetColor(); in WriteAnActor()
546 fprintf(fp, "%sedgecolor %f %f %f\n", indent, tempd[0], tempd[1], tempd[2]); in WriteAnActor()
550 tempd = prop->GetAmbientColor(); in WriteAnActor()
552 fprintf(fp, "%sambient %f %f %f\n", indent, tempd[0], tempd[1], tempd[2]); in WriteAnActor()
554 tempd = prop->GetDiffuseColor(); in WriteAnActor()
556 fprintf(fp, "%sdiffuse %f %f %f\n", indent, tempd[0], tempd[1], tempd[2]); in WriteAnActor()
[all …]
H A DvtkOBJExporter.cxx178 double* tempd; in WriteAnActor() local
199 tempd = prop->GetAmbientColor(); in WriteAnActor()
201 fpMtl << "Ka " << convert(temp * tempd[0]) << " " << convert(temp * tempd[1]) << " " in WriteAnActor()
202 << convert(temp * tempd[2]) << "\n"; in WriteAnActor()
203 tempd = prop->GetDiffuseColor(); in WriteAnActor()
205 fpMtl << "Kd " << convert(temp * tempd[0]) << " " << convert(temp * tempd[1]) << " " in WriteAnActor()
206 << convert(temp * tempd[2]) << "\n"; in WriteAnActor()
207 tempd = prop->GetSpecularColor(); in WriteAnActor()
209 fpMtl << "Ks " << convert(temp * tempd[0]) << " " << convert(temp * tempd[1]) << " " in WriteAnActor()
210 << convert(temp * tempd[2]) << "\n"; in WriteAnActor()
/dports/math/vtk6/VTK-6.2.0/IO/Export/
H A DvtkVRMLExporter.cxx71 double *tempd; in WriteData() local
139 tempd[3], tempd[0]*vtkMath::Pi()/180.0); in WriteData()
243 double *tempd; in WriteAnActor() local
269 fprintf(fp," translation %g %g %g\n", tempd[0], tempd[1], tempd[2]); in WriteAnActor()
271 fprintf(fp," rotation %g %g %g %g\n", tempd[1], tempd[2], in WriteAnActor()
272 tempd[3], tempd[0]*vtkMath::Pi()/180.0); in WriteAnActor()
274 fprintf(fp," scale %g %g %g\n", tempd[0], tempd[1], tempd[2]); in WriteAnActor()
524 double *tempd; in WriteShapeBegin() local
542 tempd[0]*tempf2, tempd[1]*tempf2, tempd[2]*tempf2); in WriteShapeBegin()
547 tempd[0]*tempf2, tempd[1]*tempf2, tempd[2]*tempf2); in WriteShapeBegin()
[all …]
H A DvtkIVExporter.cxx67 double *tempd; in WriteData() local
138 tempd[1], tempd[2], tempd[3], tempd[0]*vtkMath::Pi()/180.0, indent); in WriteData()
248 double *tempd; in WriteAnActor() local
275 fprintf(fp,"%stranslation %g %g %g\n", indent, tempd[0], tempd[1], tempd[2]); in WriteAnActor()
277 fprintf(fp,"%srotation %g %g %g %g\n", indent, tempd[1], tempd[2], in WriteAnActor()
278 tempd[3], tempd[0]*vtkMath::Pi()/180.0); in WriteAnActor()
279 tempd = trans->GetScale(); in WriteAnActor()
280 fprintf(fp,"%sscaleFactor %g %g %g\n", indent, tempd[0], tempd[1], tempd[2]); in WriteAnActor()
328 tempd[0]*tempf2, tempd[1]*tempf2, tempd[2]*tempf2); in WriteAnActor()
332 tempd[0]*tempf2, tempd[1]*tempf2, tempd[2]*tempf2); in WriteAnActor()
[all …]
H A DvtkOOGLExporter.cxx270 double *tempd = defcolor; in WriteAnActor() local
486 tempd = prop->GetColor(); in WriteAnActor()
487 fprintf(fp, "%f %f %f 1\n", tempd[0], tempd[1], tempd[2]); in WriteAnActor()
651 tempd = prop->GetEdgeColor(); in WriteAnActor()
655 tempd = prop->GetColor(); in WriteAnActor()
660 tempd[0], tempd[1], tempd[2]); in WriteAnActor()
664 tempd = prop->GetAmbientColor(); in WriteAnActor()
666 fprintf(fp, "%sambient %f %f %f\n", indent, tempd[0], tempd[1], tempd[2]); in WriteAnActor()
668 tempd = prop->GetDiffuseColor(); in WriteAnActor()
670 fprintf(fp, "%sdiffuse %f %f %f\n", indent, tempd[0], tempd[1], tempd[2]); in WriteAnActor()
[all …]
H A DvtkOBJExporter.cxx134 double *tempd; in WriteAnActor() local
153 tempd = prop->GetAmbientColor(); in WriteAnActor()
154 fprintf(fpMtl,"Ka %g %g %g\n",tempd[0], tempd[1], tempd[2]); in WriteAnActor()
155 tempd = prop->GetDiffuseColor(); in WriteAnActor()
156 fprintf(fpMtl,"Kd %g %g %g\n",tempd[0], tempd[1], tempd[2]); in WriteAnActor()
157 tempd = prop->GetSpecularColor(); in WriteAnActor()
158 fprintf(fpMtl,"Ks %g %g %g\n",tempd[0], tempd[1], tempd[2]); in WriteAnActor()
/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/
H A Dx87_ops_loadstore.h115 double tempd; in FBSTP_a16() local
120 tempd = ST(0); in FBSTP_a16()
121 if (tempd < 0.0) in FBSTP_a16()
122 tempd = -tempd; in FBSTP_a16()
126 tempd -= floor(fmod(tempd, 10.0)); in FBSTP_a16()
129 tempd -= floor(fmod(tempd, 10.0)); in FBSTP_a16()
141 double tempd; in FBSTP_a32() local
146 tempd = ST(0); in FBSTP_a32()
148 tempd = -tempd; in FBSTP_a32()
152 tempd -= floor(fmod(tempd, 10.0)); in FBSTP_a32()
[all …]
/dports/math/octave/octave-6.4.0/liboctave/system/
H A Doct-env.cc205 std::string tempd; in do_get_temp_directory() local
211 if (tempd.empty ()) in do_get_temp_directory()
215 if (tempd.empty ()) in do_get_temp_directory()
216 tempd = P_tmpdir; in do_get_temp_directory()
221 if (tempd.empty () || tempd == R"(\)") in do_get_temp_directory()
222 tempd = R"(c:\temp)"; in do_get_temp_directory()
229 if (tempd.empty ()) in do_get_temp_directory()
230 tempd = P_tmpdir; in do_get_temp_directory()
232 if (tempd.empty ()) in do_get_temp_directory()
233 tempd = "/tmp"; in do_get_temp_directory()
[all …]
/dports/sysutils/keyboard-daemon/keyboard-daemon-0.7/
H A DMakefile20 tempd=$$(mktemp -d -t ${PROG}); \
21 mkdir $$tempd/$$name; \
22 cp -R ${SRCS} Makefile ${MAN1:S,$,.in,} examples $$tempd/$$name; \
23 tar cjfC $${name}.tar.bz2 $$tempd .; \
24 rm -rf $$tempd; \
/dports/devel/p5-pip/pip-1.19/lib/Module/
H A DP5Z.pm25 $self->{tempd} ||= File::pushd::tempd();
30 sub tempd { subroutine
31 $_[0]->{tempd};
/dports/math/vtk8/VTK-8.2.0/Filters/Modeling/
H A DvtkRotationalExtrusionFilter.cxx77 double tempd; in RequestData() local
153 tempd = (double)x[0]/radius; in RequestData()
154 if (tempd < -1.0) in RequestData()
156 tempd = -1.0; in RequestData()
158 if (tempd > 1.0) in RequestData()
160 tempd = 1.0; in RequestData()
162 theta = acos(tempd); in RequestData()
164 if (tempd < -1.0) in RequestData()
166 tempd = -1.0; in RequestData()
168 if (tempd > 1.0) in RequestData()
[all …]
/dports/math/vtk6/VTK-6.2.0/Filters/Modeling/
H A DvtkRotationalExtrusionFilter.cxx77 double tempd; in RequestData() local
153 tempd = (double)x[0]/radius; in RequestData()
154 if (tempd < -1.0) in RequestData()
156 tempd = -1.0; in RequestData()
158 if (tempd > 1.0) in RequestData()
160 tempd = 1.0; in RequestData()
162 theta = acos(tempd); in RequestData()
164 if (tempd < -1.0) in RequestData()
166 tempd = -1.0; in RequestData()
168 if (tempd > 1.0) in RequestData()
[all …]
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-clustering/src/main/java/de/lmu/ifi/dbs/elki/algorithm/clustering/kmeans/initialization/
H A DLABInitialMeans.java117 WritableDoubleDataStore mindist, bestd, tempd; in chooseInitialMedoids() local
120tempd = DataStoreUtil.makeDoubleStorage(ids, DataStoreFactory.HINT_HOT | DataStoreFactory.HINT_TEM… in chooseInitialMedoids()
133 tempd.clear(); in chooseInitialMedoids()
136 tempd.putDouble(j, d); in chooseInitialMedoids()
143 mindist = tempd; in chooseInitialMedoids()
144 tempd = temp; in chooseInitialMedoids()
167 tempd.clear(); in chooseInitialMedoids()
174 tempd.put(j, v); in chooseInitialMedoids()
181 bestd = tempd; in chooseInitialMedoids()
182 tempd = temp; in chooseInitialMedoids()
[all …]
/dports/www/firefox/firefox-99.0/third_party/python/pip/pip/_internal/operations/build/
H A Dwheel.py16 tempd, # type: str argument
25 logger.debug('Destination directory: %s', tempd)
32 tempd,
38 return os.path.join(tempd, wheel_name)
/dports/math/sprng/sprng5/check/mlfg/
H A Dcheck_gen_simple.cpp50 double tempd; in check_gen() local
85 tempd = (double) get_rn_flt_simple_mpi(); in check_gen()
87 tempd = (double) get_rn_flt_simple(); in check_gen()
91 if(abs((tempi>>11) - (int) (tempd*fltmult)) > 1 ) in check_gen()
93 printf("%d. %d %d\n", i, tempi>>11, (int)(tempd*fltmult)); in check_gen()
109 tempd = sprng(); in check_gen()
111 if(abs((tempi>>1) - (int) (tempd*dblmult)) > 1 ) in check_gen()
/dports/math/sprng/sprng5/check/lcg64/
H A Dcheck_gen_simple.cpp50 double tempd; in check_gen() local
85 tempd = (double) get_rn_flt_simple_mpi(); in check_gen()
87 tempd = (double) get_rn_flt_simple(); in check_gen()
91 if(abs((tempi>>11) - (int) (tempd*fltmult)) > 1 ) in check_gen()
93 printf("%d. %d %d\n", i, tempi>>11, (int)(tempd*fltmult)); in check_gen()
109 tempd = sprng(); in check_gen()
111 if(abs((tempi>>1) - (int) (tempd*dblmult)) > 1 ) in check_gen()
/dports/math/sprng/sprng5/check/pmlcg/
H A Dcheck_gen_simple.cpp50 double tempd; in check_gen() local
85 tempd = (double) get_rn_flt_simple_mpi(); in check_gen()
87 tempd = (double) get_rn_flt_simple(); in check_gen()
91 if(abs((tempi>>11) - (int) (tempd*fltmult)) > 1 ) in check_gen()
93 printf("%d. %d %d\n", i, tempi>>11, (int)(tempd*fltmult)); in check_gen()
109 tempd = sprng(); in check_gen()
111 if(abs((tempi>>1) - (int) (tempd*dblmult)) > 1 ) in check_gen()
/dports/math/sprng/sprng5/check/cmrg/
H A Dcheck_gen_simple.cpp50 double tempd; in check_gen() local
85 tempd = (double) get_rn_flt_simple_mpi(); in check_gen()
87 tempd = (double) get_rn_flt_simple(); in check_gen()
91 if(abs((tempi>>11) - (int) (tempd*fltmult)) > 1 ) in check_gen()
93 printf("%d. %d %d\n", i, tempi>>11, (int)(tempd*fltmult)); in check_gen()
109 tempd = sprng(); in check_gen()
111 if(abs((tempi>>1) - (int) (tempd*dblmult)) > 1 ) in check_gen()
/dports/math/sprng/sprng5/check/lcg/
H A Dcheck_gen_simple.cpp50 double tempd; in check_gen() local
85 tempd = (double) get_rn_flt_simple_mpi(); in check_gen()
87 tempd = (double) get_rn_flt_simple(); in check_gen()
91 if(abs((tempi>>11) - (int) (tempd*fltmult)) > 1 ) in check_gen()
93 printf("%d. %d %d\n", i, tempi>>11, (int)(tempd*fltmult)); in check_gen()
109 tempd = sprng(); in check_gen()
111 if(abs((tempi>>1) - (int) (tempd*dblmult)) > 1 ) in check_gen()

12345678910>>...25