| /xsrc/external/mit/fontconfig/dist/fc-case/ |
| H A D | fc-case.py | 100 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 D | sb_expr.h | 68 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 D | sb_ir.cpp | 303 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 D | sb_expr.cpp | 148 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 D | sb_expr.h | 68 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 D | sb_ir.cpp | 303 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 D | sb_expr.cpp | 148 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 D | algebra.hpp | 155 return fold(plus(), detail::dot_type<U, V>(),
|
| H A D | algorithm.hpp | 129 fold(F &&f, A a, R &&r) { function in namespace:clover
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/util/ |
| H A D | algebra.hpp | 155 return fold(plus(), detail::dot_type<U, V>(),
|
| H A D | algorithm.hpp | 130 fold(F &&f, A a, R &&r) { function in namespace:clover
|
| /xsrc/external/mit/bitmap/dist/ |
| H A D | BitmapP.h | 94 Boolean fold; member in struct:__anon3c2117c80408 139 Boolean fold; member in struct:__anon3c2117c80608
|
| H A D | Bitmap.c | 141 {"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 D | fcstr.c | 132 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 D | 20.1.4.rst | 86 - dri2: dri2_make_current() fold multiple if blocks
|
| H A D | 10.0.3.rst | 99 - i965: fold offset into coord for textureOffset(gsampler2DRect)
|
| H A D | 17.2.1.rst | 40 - [bisected] Kodi crashes since commit 707d2e8b - gallium: fold
|
| H A D | 11.0.8.rst | 95 - nvc0/ir: fold postfactor into immediate
|
| H A D | 17.1.4.rst | 164 - nv50/ir: Properly fold constants in SPLIT operation
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/api/ |
| H A D | memory.cpp | 118 size > fold(maximum(), cl_ulong(0), 525 size > fold(minimum(), cl_ulong(ULONG_MAX),
|
| H A D | kernel.cpp | 302 if (fold(multiplies(), 1u, block_size) >
|
| H A D | program.cpp | 530 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 D | kernel.cpp | 264 if (fold(multiplies(), 1u, block_size) >
|
| H A D | memory.cpp | 88 size > fold(maximum(), cl_ulong(0),
|
| H A D | program.cpp | 428 buf.as_string() = fold([](const std::string &a, const module::symbol &s) {
|