HomeSort by: relevance | last modified time | path
    Searched refs:fold (Results 1 - 21 of 21) sorted by relevancy

  /xsrc/external/mit/fontconfig/dist/fc-case/
fc-case.py 100 fold = None
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['count'] + 1
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
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);
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); }
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 if no equal multipliers were found
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
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);
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); }
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 if no equal multipliers were found
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/util/
algebra.hpp 155 return fold(plus(), detail::dot_type<U, V>(),
algorithm.hpp 130 fold(F &&f, A a, R &&r) { function in namespace:clover
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/util/
algebra.hpp 155 return fold(plus(), detail::dot_type<U, V>(),
algorithm.hpp 129 fold(F &&f, A a, R &&r) { function in namespace:clover
  /xsrc/external/mit/bitmap/dist/
BitmapP.h 94 Boolean fold; member in struct:__anon5310
139 Boolean fold; member in struct:__anon5312
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;
Graphics.c 802 BW->bitmap.fold ^= True;
803 horiz = (BW->bitmap.image->width + BW->bitmap.fold) / 2;
804 vert = (BW->bitmap.image->height + BW->bitmap.fold) / 2;
  /xsrc/external/mit/fontconfig/dist/src/
fcstr.c 132 const FcCaseFold *fold = &fcCaseFold[mid]; local
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/src/gallium/frontends/clover/api/
memory.cpp 118 size > fold(maximum(), cl_ulong(0),
525 size > fold(minimum(), cl_ulong(ULONG_MAX),
kernel.cpp 302 if (fold(multiplies(), 1u, block_size) >
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/
kernel.cpp 264 if (fold(multiplies(), 1u, block_size) >
memory.cpp 88 size > fold(maximum(), cl_ulong(0),
program.cpp 428 buf.as_string() = fold([](const std::string &a, const module::symbol &s) {

Completed in 19 milliseconds