Home
last modified time | relevance | path

Searched refs:tfx (Results 1 – 25 of 247) sorted by relevance

12345678910

/dports/science/teem/teem-1.11.0-src/src/ten/
H A DfiberMethods.c139 if (!( tfx->gtx && tfx->pvl && !gagePerVolumeAttach(tfx->gtx, tfx->pvl) )) { in _tenFiberContextCommonNew()
152 if (tenFiberKernelSet(tfx, tfx->ksp->kernel, tfx->ksp->parm)) { in _tenFiberContextCommonNew()
263 tfx->gageTen = gageAnswerPointer(tfx->gtx, tfx->pvl, in tenFiberTypeSet()
270 tfx->gageTen2 = gageAnswerPointer(tfx->gtx, tfx->pvl, in tenFiberTypeSet()
275 tfx->gageTen = gageAnswerPointer(tfx->gtx, tfx->pvl, in tenFiberTypeSet()
278 tfx->gageTen2 = gageAnswerPointer(tfx->gtx, tfx->pvl, in tenFiberTypeSet()
335 tfx->gageEval = gageAnswerPointer(tfx->gtx, tfx->pvl, tenGageEval); in tenFiberTypeSet()
814 if (gageQuerySet(tfx->gtx, tfx->pvl, tfx->query) in tenFiberUpdate()
848 tfx->gageTen = gageAnswerPointer(tfx->gtx, tfx->pvl, tenGageTensor); in tenFiberContextCopy()
849 tfx->gageEval = gageAnswerPointer(tfx->gtx, tfx->pvl, tenGageEval0); in tenFiberContextCopy()
[all …]
H A Dfiber.c99 tenEigensolve_d(tfx->fiberEval, tfx->fiberEvec, tfx->fiberTen); in _tenFiberProbe()
136 tfx->ten2Use = tfx->ten2Which; in _tenFiberProbe()
178 TEN_T_COPY(tfx->fiberTen, tfx->gageTen2 + 7*(tfx->ten2Use)); in _tenFiberProbe()
201 tfx->fiberEvec[0], tfx->fiberEvec[1], tfx->fiberEvec[2]); in _tenFiberProbe()
224 if (tfx->radius < tfx->minRadius) { in _tenFiberStopCheck()
234 if (tfx->numSteps[tfx->halfIdx] > tfx->maxNumSteps) { in _tenFiberStopCheck()
239 if (tfx->halfLen[tfx->halfIdx] >= tfx->maxHalfLen) { in _tenFiberStopCheck()
502 pansP = gageAnswerPointer(tfx->gtx, tfx->pvl, tfx->fiberProbeItem); in _fiberTraceSet()
593 for (tfx->halfIdx=0; tfx->halfIdx<=1; tfx->halfIdx++) { in _fiberTraceSet()
618 tfx->halfLen[tfx->halfIdx] = 0; in _fiberTraceSet()
[all …]
H A DtendFiber.c41 tenFiberContext *tfx; in tend_fiberMain() local
151 tfx = tenFiberContextDwiNew(nin, 50, 1, 1, in tend_fiberMain()
155 tfx = tenFiberContextNew(nin); in tend_fiberMain()
157 if (!tfx) { in tend_fiberMain()
169 if (!E) E |= tenFiberStopSet(tfx, istop, in tend_fiberMain()
174 if (!E) E |= tenFiberStopSet(tfx, istop, in tend_fiberMain()
214 E |= tenFiberTypeSet(tfx, ftype); in tend_fiberMain()
217 if (!E) E |= tenFiberIntgSet(tfx, intg); in tend_fiberMain()
221 if (!E) E |= tenFiberUpdate(tfx); in tend_fiberMain()
228 tenFiberVerboseSet(tfx, verbose); in tend_fiberMain()
[all …]
H A Dten.h1557 TEN_EXPORT int tenFiberTypeSet(tenFiberContext *tfx, int type);
1558 TEN_EXPORT int tenFiberKernelSet(tenFiberContext *tfx,
1564 TEN_EXPORT int tenFiberStopAnisoSet(tenFiberContext *tfx,
1566 TEN_EXPORT int tenFiberStopDoubleSet(tenFiberContext *tfx,
1568 TEN_EXPORT int tenFiberStopUIntSet(tenFiberContext *tfx,
1572 TEN_EXPORT void tenFiberStopReset(tenFiberContext *tfx);
1575 TEN_EXPORT int tenFiberAnisoSpeedReset(tenFiberContext *tfx);
1577 TEN_EXPORT int tenFiberUpdate(tenFiberContext *tfx);
1586 TEN_EXPORT int tenFiberTrace(tenFiberContext *tfx,
1596 TEN_EXPORT int tenFiberMultiPolyData(tenFiberContext *tfx,
[all …]
/dports/security/gnupg/gnupg-2.3.3/g10/
H A Dtextfilter.c77 while( len < size && tfx->buffer_pos < tfx->buffer_len ) in standard()
78 buf[len++] = tfx->buffer[tfx->buffer_pos++]; in standard()
84 tfx->buffer_pos = 0; in standard()
85 tfx->buffer_len = iobuf_read_line( a, &tfx->buffer, in standard()
88 tfx->truncated++; in standard()
94 lf_seen = tfx->buffer[tfx->buffer_len-1] == '\n'; in standard()
113 tfx->buffer_len=trim_trailing_chars(tfx->buffer,tfx->buffer_len, in standard()
116 tfx->buffer_len=trim_trailing_chars(tfx->buffer,tfx->buffer_len, in standard()
120 tfx->buffer[tfx->buffer_len++] = '\r'; in standard()
121 tfx->buffer[tfx->buffer_len++] = '\n'; in standard()
[all …]
H A Dsign.c1020 text_filter_context_t tfx; in sign_file() local
1121 memset (&tfx, 0, sizeof tfx); in sign_file()
1122 iobuf_push_filter (inp, text_filter, &tfx); in sign_file()
1320 memset (&tfx, 0, sizeof tfx); in sign_file()
1321 iobuf_push_filter (inp, text_filter, &tfx); in sign_file()
1552 text_filter_context_t tfx; in sign_symencrypt_file() local
1570 memset (&tfx, 0, sizeof tfx); in sign_symencrypt_file()
1634 iobuf_push_filter (inp, text_filter, &tfx); in sign_symencrypt_file()
H A Dencrypt.c275 text_filter_context_t tfx; in encrypt_simple() local
292 memset( &tfx, 0, sizeof tfx); in encrypt_simple()
317 iobuf_push_filter( inp, text_filter, &tfx ); in encrypt_simple()
652 text_filter_context_t tfx; in encrypt_crypt() local
666 memset( &tfx, 0, sizeof tfx); in encrypt_crypt()
732 iobuf_push_filter (inp, text_filter, &tfx); in encrypt_crypt()
H A Dplaintext.c512 text_filter_context_t tfx; in do_hash() local
517 memset (&tfx, 0, sizeof tfx); in do_hash()
518 iobuf_push_filter (fp, text_filter, &tfx); in do_hash()
/dports/security/gnupg1/gnupg-1.4.23/g10/
H A Dtextfilter.c78 while( len < size && tfx->buffer_pos < tfx->buffer_len ) in standard()
79 buf[len++] = tfx->buffer[tfx->buffer_pos++]; in standard()
85 tfx->buffer_pos = 0; in standard()
86 tfx->buffer_len = iobuf_read_line( a, &tfx->buffer, in standard()
89 tfx->truncated++; in standard()
95 lf_seen = tfx->buffer[tfx->buffer_len-1] == '\n'; in standard()
114 tfx->buffer_len=trim_trailing_chars(tfx->buffer,tfx->buffer_len, in standard()
117 tfx->buffer_len=trim_trailing_chars(tfx->buffer,tfx->buffer_len, in standard()
121 tfx->buffer[tfx->buffer_len++] = '\r'; in standard()
122 tfx->buffer[tfx->buffer_len++] = '\n'; in standard()
[all …]
H A Dencode.c161 text_filter_context_t tfx; in encode_simple() local
168 memset( &tfx, 0, sizeof tfx); in encode_simple()
190 iobuf_push_filter( inp, text_filter, &tfx ); in encode_simple()
431 text_filter_context_t tfx; in encode_crypt() local
439 memset( &tfx, 0, sizeof tfx); in encode_crypt()
483 iobuf_push_filter( inp, text_filter, &tfx ); in encode_crypt()
H A Dsign.c715 text_filter_context_t tfx; in sign_file() local
811 memset( &tfx, 0, sizeof tfx); in sign_file()
812 iobuf_push_filter( inp, text_filter, &tfx ); in sign_file()
983 memset( &tfx, 0, sizeof tfx); in sign_file()
984 iobuf_push_filter( inp, text_filter, &tfx ); in sign_file()
1199 text_filter_context_t tfx; in sign_symencrypt_file() local
1213 memset( &tfx, 0, sizeof tfx); in sign_symencrypt_file()
1276 iobuf_push_filter (inp, text_filter, &tfx); in sign_symencrypt_file()
H A Dplaintext.c421 text_filter_context_t tfx; in do_hash() local
425 memset( &tfx, 0, sizeof tfx); in do_hash()
426 iobuf_push_filter( fp, text_filter, &tfx ); in do_hash()
/dports/www/py-django-filer/django-filer-1.7.0/filer/
H A Dthumbnail_processors.py108 tfx, tfy = subj_x + (box_width / 2), subj_y + (box_height / 2)
111 tfx = tfx - tex # tex is negative!
113 elif tfx > res_x:
115 tex = tex - (tfx - res_x)
116 tfx = res_x
127 crop_box = ((int(tex), int(tey), int(tfx), int(tfy)))
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.cp/
H A Dpr10728.exp26 set tfx ${testfile}-x
35 if { [gdb_compile "${srcdir}/${subdir}/${tfx}.cc" "${tfx}.o" object {debug c++}] != "" } {
40 if { [gdb_compile "${tfx}.o ${tfy}.o" ${binfile} executable {debug c++}] != "" } {
/dports/games/spacejunk/spacejunk-1.0.5/src/
H A Dcollisionengine.cpp48 real tfx=vel.x!=0 ? -(pos.x+gb2->getWidth())/vel.x : 0; in box_swept_collision() local
50 if (tix>tfx) { in box_swept_collision()
52 tix=tfx; in box_swept_collision()
53 tfx=temp; in box_swept_collision()
56 if (tfx<=0 || tix>=1) return false; in box_swept_collision()
71 if (tfx<=0 || tix>=1) return false; in box_swept_collision()
77 return (tiy<tfx && tix<tfy); in box_swept_collision()
/dports/www/swiggle/swiggle-0.4/
H A Dresize.c209 int tcx, tcy, tfx, tfy, tx, ty, t_row_width, x, y; in resize_bilinear() local
246 tfx = floor_x * dinfo->num_components; in resize_bilinear()
252 (one_minus_x * p[tfx + tfy] + in resize_bilinear()
254 fraction_y * (one_minus_x * p[tfx + tcy] + in resize_bilinear()
259 (one_minus_x * p[tfx + tfy + 1] + in resize_bilinear()
262 p[tfx + tcy + 1] + fraction_x * in resize_bilinear()
266 (one_minus_x * p[tfx + tfy + 2] + in resize_bilinear()
269 p[tfx + tcy + 2] + fraction_x * in resize_bilinear()
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.cp/
H A Dpr10728.exp25 set tfx [standard_output_file pr10728-x.o]
33 if { [gdb_compile "${srcdir}/${subdir}/$srcfile" "${tfx}.o" object {debug c++}] != "" } {
38 if { [gdb_compile "${tfx}.o ${tfy}.o" ${binfile} executable {debug c++}] != "" } {
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.cp/
H A Dpr10728.exp25 set tfx [standard_output_file pr10728-x.o]
33 if { [gdb_compile "${srcdir}/${subdir}/$srcfile" "${tfx}.o" object {debug c++}] != "" } {
38 if { [gdb_compile "${tfx}.o ${tfy}.o" ${binfile} executable {debug c++}] != "" } {
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Dplugin_fxnode_interface.cpp81 TFx *tfx = reinterpret_cast<TFx *>(fxnode); in fxnode_get_input_port_count() local
82 *count = tfx->getInputPortCount(); in fxnode_get_input_port_count()
91 TFx *tfx = reinterpret_cast<TFx *>(fxnode); in fxnode_get_input_port() local
93 p = tfx->getInputPort(index); in fxnode_get_input_port()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/fusion/view/ext_/
H A Dsegmented_iterator_range.hpp210 typedef detail::segments_transform<Cdr> tfx; typedef
215 typedef transform_view<mask const, segmented_range const, tfx> type;
225 , tfx(seq.cons.cdr) in call()
266 typedef detail::segments_transform<Cdr> tfx; typedef
273 typedef transform_view<mask const, segmented_range const, tfx> type;
283 , tfx(seq.cons.cdr) in call()
332 > tfx; typedef
344 typedef transform_view<mask const, segmented_range const, tfx> type;
355 , tfx(seq.left_cons.cdr, seq.right_cons.cdr) in call()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/oeb/polish/tests/
H A Dstructure.py102 def tfx(linear, expected): function
120 tfx('121333', '1[2]1[333]')
121 tfx('1223424', '1[22[3[4]]2[4]]')
122 tfx('32123', '321[2[3]]')
123 tfx('123123', '1[2[3]]1[2[3]]')
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/MayaDataModel/include/
H A DMayaDMFluidEmitter.h58 void setTurbulenceFrequencyX(double tfx) in setTurbulenceFrequencyX() argument
60 if(tfx == 1.0) return; in setTurbulenceFrequencyX()
61 fprintf(mFile,"\tsetAttr \".tf.tfx\" %f;\n", tfx); in setTurbulenceFrequencyX()
H A DMayaDMVolumeAxisField.h99 void setTurbulenceFrequencyX(double tfx) in setTurbulenceFrequencyX() argument
101 if(tfx == 1.0) return; in setTurbulenceFrequencyX()
102 fprintf(mFile,"\tsetAttr \".tf.tfx\" %f;\n", tfx); in setTurbulenceFrequencyX()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dfxdag.cpp96 TFx *tfx = terminals->getFx(i); in checkLoop() local
97 if (tfx && checkLoop(tfx, fx)) return true; in checkLoop()
/dports/lang/guile2/guile-2.2.7/module/language/tree-il/
H A Deffects.scm306 (let ((tfx (compute-effects test))
309 (if (causes-effects? (logior tfx (logand afx cfx))
311 (logior tfx cfx afx)
312 (exclude-effects (logior tfx cfx afx)

12345678910