| /freebsd-10-stable/contrib/llvm/include/llvm/ADT/ |
| D | APFloat.h | 212 static APFloat getZero(const fltSemantics &Sem, bool Negative = false) { 214 Val.makeZero(Negative); 221 static APFloat getInf(const fltSemantics &Sem, bool Negative = false) { 223 Val.makeInf(Negative); 232 static APFloat getNaN(const fltSemantics &Sem, bool Negative = false, 236 return getQNaN(Sem, Negative, &fill); 238 return getQNaN(Sem, Negative, 0); 243 static APFloat getQNaN(const fltSemantics &Sem, bool Negative = false, 245 return makeNaN(Sem, false, Negative, payload); 249 static APFloat getSNaN(const fltSemantics &Sem, bool Negative = false, [all …]
|
| /freebsd-10-stable/contrib/llvm/lib/Support/ |
| D | APFloat.cpp | 618 void APFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill) in makeNaN() argument 621 sign = Negative; in makeNaN() 665 APFloat APFloat::makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative, in makeNaN() argument 668 value.makeNaN(SNaN, Negative, fill); in makeNaN() 3342 void APFloat::makeLargest(bool Negative) { in makeLargest() argument 3348 sign = Negative; in makeLargest() 3365 void APFloat::makeSmallest(bool Negative) { in makeSmallest() argument 3371 sign = Negative; in makeSmallest() 3377 APFloat APFloat::getLargest(const fltSemantics &Sem, bool Negative) { in getLargest() argument 3383 Val.makeLargest(Negative); in getLargest() [all …]
|
| /freebsd-10-stable/contrib/gcc/config/i386/ |
| D | i386.opt | 27 Target RejectNegative Negative(m64) Report InverseMask(64BIT) 43 Target RejectNegative Negative(m32) Report Mask(64BIT)
|
| D | predicates.md | 263 offsets, since one bit is available for free. Negative
|
| /freebsd-10-stable/contrib/ofed/management/doc/ |
| D | libibumad.txt | 215 the status field set (non zero). Negative 'timeout_ms' value makes the kernel 229 Negative 'timeout_ms' value makes the function block until a packet 375 1 - basic debugging information, 2 - verbose debugging. Negative values are
|
| D | libibmad.txt | 407 mad_free(). Negative 'timeout_ms' value makes the function to block until
|
| /freebsd-10-stable/contrib/llvm/lib/Target/AArch64/InstPrinter/ |
| D | AArch64InstPrinter.cpp | 181 uint32_t Negative = (Imm8 >> 7) & 0x1; in printFPImmOperand() local 194 Val = Negative ? -Val : Val; in printFPImmOperand()
|
| /freebsd-10-stable/contrib/gcc/ |
| D | common.opt | 1119 Common JoinedOrMissing Negative(gdwarf-2) 1123 Common JoinedOrMissing Negative(gstabs) 1131 Common JoinedOrMissing Negative(gstabs+) 1135 Common JoinedOrMissing Negative(gvms) 1139 Common JoinedOrMissing Negative(gxcoff) 1143 Common JoinedOrMissing Negative(gxcoff+) 1147 Common JoinedOrMissing Negative(gcoff)
|
| D | ChangeLog-2006 | 5751 * doc/options.texi: Move the Negative option. 5771 * common.opt (gcoff): Add Negative(gdwarf-2). 5772 (gdwarf-2): Add Negative(gstabs). 5773 (gstabs): Add Negative(gstabs+). 5774 (gstabs+): Add Negative(gvms). 5775 (gvms): Add Negative(gxcoff). 5776 (gxcoff): Add Negative(gxcoff+). 5777 (gxcoff+): Add Negative(gcoff). 5778 * config/i386/i386.opt (m32): Add Negative(m64). 5779 (m64): Add Negative(m32). [all …]
|
| /freebsd-10-stable/contrib/gcc/config/s390/ |
| D | constraints.md | 53 ;; n: Negative extended immediate value (-4G .. -1). 341 Negative extended immediate value (-4G .. -1).
|
| /freebsd-10-stable/contrib/gcc/doc/ |
| D | options.texi | 103 @item Negative(@var{othername}) 106 propagate through the @code{Negative} property of the option to be
|
| D | libgcc.texi | 325 toward zero. Negative values all become zero. 333 toward zero. Negative values all become zero. 341 toward zero. Negative values all become zero. 590 These functions convert @var{a} to an unsigned integer. Negative values all become zero. 596 These functions convert @var{a} to an unsigned long. Negative values
|
| /freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/ |
| D | SystemZInstrFP.td | 199 // Negative absolute value (Load Negative).
|
| /freebsd-10-stable/contrib/groff/font/devlj4/generate/ |
| D | wingdings.map | 115 -1 F08B u24FF # Negative circled digit zero
|
| /freebsd-10-stable/contrib/llvm/lib/Target/AArch64/AsmParser/ |
| D | AArch64AsmParser.cpp | 1584 bool Negative = false; in ParseFPImmOperand() local 1586 Negative = true; in ParseFPImmOperand() 1598 if (Negative) RealVal.changeSign(); in ParseFPImmOperand()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/X86/ |
| D | X86InstrFMA.td | 102 // Fused Negative Multiply-Add
|
| /freebsd-10-stable/contrib/llvm/include/llvm/IR/ |
| D | Constants.h | 259 static ConstantFP *getInfinity(Type *Ty, bool Negative = false);
|
| /freebsd-10-stable/crypto/openssl/doc/apps/ |
| D | ocsp.pod | 91 decimal integer unless preceded by B<0x>. Negative integers can also
|
| D | x509.pod | 368 The serial number can be decimal or hex (if preceded by B<0x>). Negative
|
| /freebsd-10-stable/contrib/gdb/gdb/doc/ |
| D | stabs.texinfo | 1333 * Negative Type Numbers:: Builtin types using negative type numbers 1465 actually uses negative type numbers (@pxref{Negative Type Numbers}). 1500 uses negative type numbers (@pxref{Negative Type Numbers}). 1504 uses negative type numbers (@pxref{Negative Type Numbers}). 1518 @node Negative Type Numbers 1519 @subsection Negative Type Numbers 1741 character type (@pxref{Negative Type Numbers}). I'm not sure how this 1990 cases where decimal is perfectly good. Negative decimal values are 3500 Reference to builtin type; see @ref{Negative Type Numbers}.
|
| /freebsd-10-stable/share/misc/ |
| D | usb_hid_usages | 1068 0x62 Negative Coefficient 1070 0x64 Negative Saturation
|
| /freebsd-10-stable/contrib/llvm/lib/IR/ |
| D | Constants.cpp | 638 ConstantFP *ConstantFP::getInfinity(Type *Ty, bool Negative) { in getInfinity() argument 641 APFloat::getInf(Semantics, Negative)); in getInfinity()
|
| /freebsd-10-stable/sys/conf/ |
| D | options | 6 # descriptions. Negative options (options that make some code not
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Sparc/ |
| D | SparcInstrInfo.td | 205 def ICC_NEG : ICC_VAL< 6>; // Negative
|
| /freebsd-10-stable/contrib/texinfo/doc/ |
| D | info-stnd.texi | 930 string. Negative arguments search backwards. 939 occurrence of the string. Negative arguments search forward. 948 of @var{N}, search for @var{N}th occurrence of the string. Negative
|