/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | ScaledNumber.cpp | 285 size_t Truncate = in toString() local 289 if (Truncate >= Str.size()) in toString() 292 bool Carry = doesRoundUp(Str[Truncate]); in toString() 294 return stripTrailingZeros(Str.substr(0, Truncate)); in toString() 297 for (std::string::reverse_iterator I(Str.begin() + Truncate), E = Str.rend(); in toString() 312 return stripTrailingZeros(std::string(Carry, '1') + Str.substr(0, Truncate)); in toString()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZOperands.td | 223 // Truncate an immediate to a 8-bit signed quantity. 229 // Truncate an immediate to a 8-bit unsigned quantity. 235 // Truncate an immediate to a 8-bit unsigned quantity and mask off low bit. 241 // Truncate an immediate to a 12-bit unsigned quantity. 247 // Truncate an immediate to a 16-bit signed quantity. 259 // Truncate an immediate to a 16-bit unsigned quantity. 265 // Truncate an immediate to a 32-bit signed quantity. 277 // Truncate an immediate to a 32-bit unsigned quantity. 289 // Truncate an immediate to a 48-bit unsigned quantity.
|
/netbsd-src/external/ibm-public/postfix/dist/proto/ |
H A D | stop.double-cc | 275 Truncate hostnames ending in dot but not dot dot 276 Truncate hostnames ending in dot but not dot dot 277 Truncate hostnames ending in dot but not dot dot 278 Truncate names ending in dot but not dot dot
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Instruction.def | 184 HANDLE_CAST_INST(38, Trunc , TruncInst ) // Truncate integers 191 HANDLE_CAST_INST(45, FPTrunc , FPTruncInst ) // Truncate floating point
|
/netbsd-src/external/bsd/nvi/docs/ |
H A D | ev | 44 ^T D Truncate the line at the cursor position.
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/30-test_evp_data/ |
H A D | evpencod.txt | 94 # Truncate 1-3 chars
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/ |
H A D | evpencod.txt | 93 # Truncate 1-3 chars
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
H A D | iprop-commands.in | 103 help = "Truncate the log, preserve the version number. Keeps 100 entries by default."
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | AMDGPUOperandSyntax.rst | 1009 i16, u16, b16 16 num.u16 Truncate to 16 bits. 1010 i32, u32, b32 32 num.u32 Truncate to 32 bits. 1011 …i64 32 {-1,num.i32} Truncate to 32 bits and then sign-extend the resu… 1012 …u64, b64 32 {0,num.u32} Truncate to 32 bits and then zero-extend the resu…
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/vim/ |
H A D | vimrc | 172 " Truncate the at the first [#, <#, or {#.
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/ |
H A D | Threading.inc | 158 // Truncate from the beginning, not the end, if the specified name is too
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | README_P9.txt | 166 - Decimal (Unsigned) Truncate: bcdtrunc. bcdutrunc. 338 - Truncate & Convert QP -> (Un)Signed (D)Word (dword[1] is set to zero):
|
/netbsd-src/external/gpl3/gdb/dist/cpu/ |
H A D | mt.opc | 227 /* Truncate to 16 bits. This is necessary
|
H A D | ip2k.opc | 404 /* Truncate to eight bits to accept both signed and unsigned input. */
|
/netbsd-src/external/gpl3/binutils.old/dist/cpu/ |
H A D | mt.opc | 227 /* Truncate to 16 bits. This is necessary
|
H A D | ip2k.opc | 404 /* Truncate to eight bits to accept both signed and unsigned input. */
|
/netbsd-src/external/gpl3/binutils/dist/cpu/ |
H A D | mt.opc | 227 /* Truncate to 16 bits. This is necessary
|
H A D | ip2k.opc | 404 /* Truncate to eight bits to accept both signed and unsigned input. */
|
/netbsd-src/external/gpl3/gdb.old/dist/cpu/ |
H A D | ip2k.opc | 404 /* Truncate to eight bits to accept both signed and unsigned input. */
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/GlobalISel/ |
H A D | GenericOpcode.rst | 124 Truncate the underlying scalar type of an operation. This is equivalent to
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | ChangeLog-2012 | 353 * addr2line.c (translate_addresses): Truncate input addresses to
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | ChangeLog-2012 | 353 * addr2line.c (translate_addresses): Truncate input addresses to
|
/netbsd-src/sys/arch/m68k/fpsp/ |
H A D | round.sa | 277 * Truncate all other bits
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
H A D | M68kInstrData.td | 637 // Extend/Truncate Patterns
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/ |
H A D | hstech.texi | 361 Truncate the history file @var{filename}, leaving only the last
|