Home
last modified time | relevance | path

Searched refs:Negative (Results 1 – 25 of 42) sorted by relevance

12

/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
DAPFloat.h212 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/
DAPFloat.cpp618 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/
Di386.opt27 Target RejectNegative Negative(m64) Report InverseMask(64BIT)
43 Target RejectNegative Negative(m32) Report Mask(64BIT)
Dpredicates.md263 offsets, since one bit is available for free. Negative
/freebsd-10-stable/contrib/ofed/management/doc/
Dlibibumad.txt215 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
Dlibibmad.txt407 mad_free(). Negative 'timeout_ms' value makes the function to block until
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/InstPrinter/
DAArch64InstPrinter.cpp181 uint32_t Negative = (Imm8 >> 7) & 0x1; in printFPImmOperand() local
194 Val = Negative ? -Val : Val; in printFPImmOperand()
/freebsd-10-stable/contrib/gcc/
Dcommon.opt1119 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)
DChangeLog-20065751 * 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/
Dconstraints.md53 ;; n: Negative extended immediate value (-4G .. -1).
341 Negative extended immediate value (-4G .. -1).
/freebsd-10-stable/contrib/gcc/doc/
Doptions.texi103 @item Negative(@var{othername})
106 propagate through the @code{Negative} property of the option to be
Dlibgcc.texi325 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/
DSystemZInstrFP.td199 // Negative absolute value (Load Negative).
/freebsd-10-stable/contrib/groff/font/devlj4/generate/
Dwingdings.map115 -1 F08B u24FF # Negative circled digit zero
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp1584 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/
DX86InstrFMA.td102 // Fused Negative Multiply-Add
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
DConstants.h259 static ConstantFP *getInfinity(Type *Ty, bool Negative = false);
/freebsd-10-stable/crypto/openssl/doc/apps/
Docsp.pod91 decimal integer unless preceded by B<0x>. Negative integers can also
Dx509.pod368 The serial number can be decimal or hex (if preceded by B<0x>). Negative
/freebsd-10-stable/contrib/gdb/gdb/doc/
Dstabs.texinfo1333 * 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/
Dusb_hid_usages1068 0x62 Negative Coefficient
1070 0x64 Negative Saturation
/freebsd-10-stable/contrib/llvm/lib/IR/
DConstants.cpp638 ConstantFP *ConstantFP::getInfinity(Type *Ty, bool Negative) { in getInfinity() argument
641 APFloat::getInf(Semantics, Negative)); in getInfinity()
/freebsd-10-stable/sys/conf/
Doptions6 # descriptions. Negative options (options that make some code not
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/
DSparcInstrInfo.td205 def ICC_NEG : ICC_VAL< 6>; // Negative
/freebsd-10-stable/contrib/texinfo/doc/
Dinfo-stnd.texi930 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

12