| /openbsd-src/gnu/usr.bin/perl/dist/Unicode-Normalize/t/ |
| H A D | func.t | 132 ok(decompose(""), ""); 133 ok(decompose("A"), "A"); 134 ok(decompose("", 1), ""); 135 ok(decompose("A", 1), "A"); 137 ok(decompose(hexU("1E14 AC01")), hexU("0045 0304 0300 1100 1161 11A8")); 138 ok(decompose(hexU("AC00 AE00")), hexU("1100 1161 1100 1173 11AF")); 139 ok(decompose(hexU("304C FF76")), hexU("304B 3099 FF76")); 141 ok(decompose(hexU("1E14 AC01"), 1), hexU("0045 0304 0300 1100 1161 11A8")); 142 ok(decompose(hexU("AC00 AE00"), 1), hexU("1100 1161 1100 1173 11AF")); 143 ok(decompose(hexU("304C FF76"), 1), hexU("304B 3099 30AB")); [all …]
|
| H A D | null.t | 24 $_ = decompose('abc'); 45 $_ = decompose("\x{304C}abc"); 48 $_ = decompose("\x{304B}\x{3099}abc");
|
| H A D | illegal.t | 53 ok($c eq decompose($c)); # 7 54 ok($c eq decompose($c,1)); # 8
|
| H A D | tie.t | 60 ok(decompose($tie3), 315);
|
| H A D | proto.t | 51 ok(prototype \&decompose, '$;$');
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | ConstraintElimination.cpp | 228 static Decomposition decompose(Value *V, 262 auto Result = decompose(InnerGEP, Preconditions, IsSigned, DL); in decomposeGEP() 284 auto IdxResult = decompose(Index, Preconditions, IsSigned, DL); in decomposeGEP() 300 static Decomposition decompose(Value *V, in decompose() function 306 auto ResA = decompose(A, Preconditions, IsSigned, DL); in decompose() 307 auto ResB = decompose(B, Preconditions, IsSignedB, DL); in decompose() 368 auto Result = decompose(Op1, Preconditions, IsSigned, DL); in decompose() 375 auto Result = decompose(Op1, Preconditions, IsSigned, DL); in decompose() 428 auto ADec = decompose(Op0->stripPointerCastsSameRepresentation(), in getConstraint() 430 auto BDec = decompose(Op1->stripPointerCastsSameRepresentation(), in getConstraint()
|
| /openbsd-src/gnu/usr.bin/perl/dist/Unicode-Normalize/ |
| H A D | Changes | 134 decompose() and reorder() will be safe. Garbage will be no longer added. 177 - decompose Hangul syllables in a decomposition mapping. 197 - decompose(), reorder(), and compose() are documented. 234 - modify internal. decompose() - reorder() - compose().
|
| H A D | Normalize.xs | 441 decompose(src, compat = &PL_sv_no)
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86InterleavedAccess.cpp | 72 void decompose(Instruction *Inst, unsigned NumSubVectors, FixedVectorType *T, 167 void X86InterleavedAccessGroup::decompose( in decompose() function in X86InterleavedAccessGroup 743 decompose(Inst, Factor, ShuffleTy, DecomposedVectors); in lowerIntoOptimizedSequence() 769 decompose(Shuffles[0], Factor, in lowerIntoOptimizedSequence()
|
| H A D | X86.td | 383 "LFENCE instruction to serialize control flow. Also decompose RET "
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/alpha/ |
| H A D | ev6.md | 106 ; Conditional moves decompose into two independent primitives, each taking
|
| /openbsd-src/gnu/gcc/gcc/config/alpha/ |
| H A D | ev6.md | 111 ; Conditional moves decompose into two independent primitives, each taking
|
| /openbsd-src/gnu/usr.bin/perl/lib/unicore/ |
| H A D | CompositionExclusions.txt | 198 # (i.e., those which canonically decompose to a sequence
|
| H A D | NamedSequences.txt | 173 # These characters decompose for normalized text, even
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | reload.c | 261 static struct decomposition decompose (rtx); 2299 decompose (rtx x) in decompose() function 2415 return decompose (SUBREG_REG (x)); in decompose() 2419 return decompose (SUBREG_REG (x)); in decompose() 2456 xdata = decompose (x); in immune_p() 2488 early_data = decompose (clobber); in safe_from_earlyclobber() 3563 early_data = decompose (recog_data.operand[i]); in find_reloads()
|
| H A D | params.def | 51 /* The maximum number of array elements structure aliasing will decompose
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | reload.c | 256 static struct decomposition decompose PARAMS ((rtx)); 2303 decompose (x) in decompose() function 2420 return decompose (SUBREG_REG (x)); 2424 return decompose (SUBREG_REG (x)); 2459 xdata = decompose (x); 2492 early_data = decompose (clobber); 3516 early_data = decompose (recog_data.operand[i]);
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlunicook.pod | 40 Always decompose on the way in, then recompose on the way out. 45 $_ = NFD($_); # decompose + reorder canonically
|
| H A D | perlpacktut.pod | 550 To illustrate unpacking for bit strings, we'll decompose a simple
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | ExtendingLLVM.rst | 147 code you wrote in ``LegalizeOp`` above to decompose your new node into other
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | DiagnosticSemaKinds.td | 510 "cannot decompose %select{union|non-class, non-array}1 type %2">; 512 "cannot decompose class type %1: " 516 "cannot decompose members of ambiguous base class %1 of %0:%2">; 518 "cannot decompose members of inaccessible base class %1 of %0">, 521 "cannot decompose %select{private|protected}0 member %1 of %3">, 524 "cannot decompose lambda closure type">; 526 "cannot decompose class type %0 because it has an anonymous " 529 "cannot decompose this type; 'std::tuple_element<%0>::type' " 532 "cannot decompose this type; 'std::tuple_size<%0>::value' "
|
| /openbsd-src/gnu/gcc/libcpp/po/ |
| H A D | el.po | 3337 #~ msgid "Cannot decompose address."
|
| /openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
| H A D | perlglossary.pod | 844 smaller pieces generally have operations to compose and decompose them, and
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | cpp.texi | 3433 The traditional preprocessor does not decompose its input into tokens
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | ChangeLog | 2729 Don't decompose assignment statment here. Use
|