Home
last modified time | relevance | path

Searched refs:Truncate (Results 1 – 25 of 134) sorted by relevance

123456

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DScaledNumber.cpp285 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 DSystemZOperands.td223 // 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 Dstop.double-cc275 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 DInstruction.def184 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 Dev44 ^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 Devpencod.txt94 # Truncate 1-3 chars
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
H A Devpencod.txt93 # Truncate 1-3 chars
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Diprop-commands.in103 help = "Truncate the log, preserve the version number. Keeps 100 entries by default."
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DAMDGPUOperandSyntax.rst1009 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 Dvimrc172 " Truncate the at the first [#, <#, or {#.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DThreading.inc158 // 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 DREADME_P9.txt166 - 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 Dmt.opc227 /* Truncate to 16 bits. This is necessary
H A Dip2k.opc404 /* Truncate to eight bits to accept both signed and unsigned input. */
/netbsd-src/external/gpl3/binutils.old/dist/cpu/
H A Dmt.opc227 /* Truncate to 16 bits. This is necessary
H A Dip2k.opc404 /* Truncate to eight bits to accept both signed and unsigned input. */
/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Dmt.opc227 /* Truncate to 16 bits. This is necessary
H A Dip2k.opc404 /* Truncate to eight bits to accept both signed and unsigned input. */
/netbsd-src/external/gpl3/gdb.old/dist/cpu/
H A Dip2k.opc404 /* Truncate to eight bits to accept both signed and unsigned input. */
/netbsd-src/external/apache2/llvm/dist/llvm/docs/GlobalISel/
H A DGenericOpcode.rst124 Truncate the underlying scalar type of an operation. This is equivalent to
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A DChangeLog-2012353 * addr2line.c (translate_addresses): Truncate input addresses to
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A DChangeLog-2012353 * addr2line.c (translate_addresses): Truncate input addresses to
/netbsd-src/sys/arch/m68k/fpsp/
H A Dround.sa277 * Truncate all other bits
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kInstrData.td637 // Extend/Truncate Patterns
/netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/
H A Dhstech.texi361 Truncate the history file @var{filename}, leaving only the last

123456