Searched refs:fold (Results 1 - 25 of 67) sorted by relevance

123

/xsrc/external/mit/fontconfig/dist/fc-case/
H A Dfc-case.py100 fold = None variable
140 if fold and fold['method'] == CaseFoldMethod.RANGE:
141 foldExtends = (lower[0] - upper) == fold['offset'] and upper == fold['upper'] + fold['count']
142 elif fold and fold['method'] == CaseFoldMethod.EVEN_ODD:
143 foldExtends = (lower[0] - upper) == 1 and upper == (fold['upper'] + fold['coun
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_expr.h68 bool fold(node &n);
69 bool fold(container_node &n);
70 bool fold(alu_node &n);
71 bool fold(fetch_node &n);
72 bool fold(cf_node &n);
H A Dsb_ir.cpp303 bool node::fold_dispatch(expr_handler* ex) { return ex->fold(*this); }
304 bool container_node::fold_dispatch(expr_handler* ex) { return ex->fold(*this); }
305 bool alu_node::fold_dispatch(expr_handler* ex) { return ex->fold(*this); }
306 bool alu_packed_node::fold_dispatch(expr_handler* ex) { return ex->fold(*this); }
307 bool fetch_node::fold_dispatch(expr_handler* ex) { return ex->fold(*this); }
308 bool cf_node::fold_dispatch(expr_handler* ex) { return ex->fold(*this); }
H A Dsb_expr.cpp148 bool expr_handler::fold(node& n) { function in class:r600_sb::expr_handler
184 bool expr_handler::fold(container_node& n) { function in class:r600_sb::expr_handler
292 bool expr_handler::fold(alu_node& n) { function in class:r600_sb::expr_handler
304 bool expr_handler::fold(fetch_node& n) { function in class:r600_sb::expr_handler
320 bool expr_handler::fold(cf_node& n) { function in class:r600_sb::expr_handler
388 /* don't fold LDS instructions */
443 // don't fold to NAN, let the GPU handle it for now
600 // fold the chain of associative ops, e.g. (ADD 2, (ADD x, 3)) => (ADD x, 5)
956 /* LDS instructions look like op3 with no dst - don't fold. */
1036 /* Don't fold i
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_expr.h68 bool fold(node &n);
69 bool fold(container_node &n);
70 bool fold(alu_node &n);
71 bool fold(fetch_node &n);
72 bool fold(cf_node &n);
H A Dsb_ir.cpp303 bool node::fold_dispatch(expr_handler* ex) { return ex->fold(*this); }
304 bool container_node::fold_dispatch(expr_handler* ex) { return ex->fold(*this); }
305 bool alu_node::fold_dispatch(expr_handler* ex) { return ex->fold(*this); }
306 bool alu_packed_node::fold_dispatch(expr_handler* ex) { return ex->fold(*this); }
307 bool fetch_node::fold_dispatch(expr_handler* ex) { return ex->fold(*this); }
308 bool cf_node::fold_dispatch(expr_handler* ex) { return ex->fold(*this); }
H A Dsb_expr.cpp148 bool expr_handler::fold(node& n) { function in class:r600_sb::expr_handler
184 bool expr_handler::fold(container_node& n) { function in class:r600_sb::expr_handler
292 bool expr_handler::fold(alu_node& n) { function in class:r600_sb::expr_handler
304 bool expr_handler::fold(fetch_node& n) { function in class:r600_sb::expr_handler
320 bool expr_handler::fold(cf_node& n) { function in class:r600_sb::expr_handler
388 /* don't fold LDS instructions */
443 // don't fold to NAN, let the GPU handle it for now
600 // fold the chain of associative ops, e.g. (ADD 2, (ADD x, 3)) => (ADD x, 5)
956 /* LDS instructions look like op3 with no dst - don't fold. */
1036 /* Don't fold i
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/util/
H A Dalgebra.hpp155 return fold(plus(), detail::dot_type<U, V>(),
H A Dalgorithm.hpp129 fold(F &&f, A a, R &&r) { function in namespace:clover
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/util/
H A Dalgebra.hpp155 return fold(plus(), detail::dot_type<U, V>(),
H A Dalgorithm.hpp130 fold(F &&f, A a, R &&r) { function in namespace:clover
/xsrc/external/mit/bitmap/dist/
H A DBitmapP.h94 Boolean fold; member in struct:__anon3c2117c80408
139 Boolean fold; member in struct:__anon3c2117c80608
H A DBitmap.c141 {"fold", (XtActionProc)BWFold},
195 fold()\
814 new->bitmap.fold = False;
1299 BW->bitmap.fold = BW->bitmap.zoom.fold;
1381 BW->bitmap.zoom.fold = BW->bitmap.fold;
/xsrc/external/mit/fontconfig/dist/src/
H A Dfcstr.c132 const FcCaseFold *fold = &fcCaseFold[mid]; local in function:FcStrCaseWalkerLong
135 switch (fold->method) {
137 if ((ucs4 & 1) != (fold->upper & 1))
141 dlen = FcUcs4ToUtf8 (ucs4 + fold->offset, w->utf8);
144 dlen = fold->count;
145 memcpy (w->utf8, fcCaseFoldChars + fold->offset, dlen);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.4.rst86 - dri2: dri2_make_current() fold multiple if blocks
H A D10.0.3.rst99 - i965: fold offset into coord for textureOffset(gsampler2DRect)
H A D17.2.1.rst40 - [bisected] Kodi crashes since commit 707d2e8b - gallium: fold
H A D11.0.8.rst95 - nvc0/ir: fold postfactor into immediate
H A D17.1.4.rst164 - nv50/ir: Properly fold constants in SPLIT operation
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/api/
H A Dmemory.cpp118 size > fold(maximum(), cl_ulong(0),
525 size > fold(minimum(), cl_ulong(ULONG_MAX),
H A Dkernel.cpp302 if (fold(multiplies(), 1u, block_size) >
H A Dprogram.cpp530 buf.as_string() = fold([](const std::string &a, const binary::symbol &s) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/
H A Dkernel.cpp264 if (fold(multiplies(), 1u, block_size) >
H A Dmemory.cpp88 size > fold(maximum(), cl_ulong(0),
H A Dprogram.cpp428 buf.as_string() = fold([](const std::string &a, const module::symbol &s) {

Completed in 27 milliseconds

123