Searched refs:Signed (Results 1 - 24 of 24) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/unittests/ADT/
H A DStringRefTest.cpp361 } Signed[] = member in namespace:__anon10542
427 for (size_t i = 0; i < array_lengthof(Signed); ++i) {
428 bool S8Success = StringRef(Signed[i].Str).getAsInteger(0, S8);
429 if (static_cast<int8_t>(Signed[i].Expected) == Signed[i].Expected) {
431 EXPECT_EQ(S8, Signed[i].Expected);
435 bool S16Success = StringRef(Signed[i].Str).getAsInteger(0, S16);
436 if (static_cast<int16_t>(Signed[i].Expected) == Signed[i].Expected) {
438 EXPECT_EQ(S16, Signed[
[all...]
/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Dtest_gem_gemcutter_utilities.rb95 assert_match %r{Signed in.}, @sign_in_ui.output
109 assert_match %r{Signed in.}, @sign_in_ui.output
123 assert_match %r{Signed in.}, @sign_in_ui.output
136 assert_match %r{Signed in.}, @sign_in_ui.output
162 assert_match %r{Signed in.}, @sign_in_ui.output
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/NVPTX/
H A DNVPTX.h116 Signed, enumerator in enum:llvm::NVPTX::PTXLdStInstCode::FromType
H A DNVPTXISelDAGToDAG.cpp195 fromType = NVPTX::PTXLdStInstCode::Signed;
H A DNVPTXAsmPrinter.cpp638 if (Imm==NVPTX::PTXLdStInstCode::Signed)
/macosx-10.10.1/JavaScriptCore-7600.1.17/assembler/
H A DMacroAssemblerSH4.h72 Signed = SH4Assembler::SI, enumerator in enum:JSC::MacroAssemblerSH4::ResultCondition
2019 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
2026 if (cond == Signed) {
2037 ASSERT((cond == Overflow) || (cond == Signed) || (cond == PositiveOrZero) || (cond == Zero) || (cond == NonZero));
2046 if ((cond == Signed) || (cond == PositiveOrZero)) {
2048 return (cond == Signed) ? branchFalse() : branchTrue();
2057 ASSERT((cond == Overflow) || (cond == Signed) || (cond == PositiveOrZero) || (cond == Zero) || (cond == NonZero));
2071 if ((cond == Signed) || (cond == PositiveOrZero)) {
2073 return (cond == Signed) ? branchFalse() : branchTrue();
2082 ASSERT((cond == Overflow) || (cond == Signed) || (con
[all...]
H A DMacroAssemblerARM.h60 Signed = ARMAssembler::MI, enumerator in enum:JSC::MacroAssemblerARM::ResultCondition
751 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero)
759 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero)
767 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero)
775 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero)
783 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero)
813 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
830 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
843 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
850 ASSERT((cond == Overflow) || (cond == Signed) || (con
[all...]
H A DMacroAssemblerMIPS.h82 Signed, enumerator in enum:JSC::MacroAssemblerMIPS::ResultCondition
1550 ASSERT((cond == Overflow) || (cond == Signed) || (cond == PositiveOrZero) || (cond == Zero) || (cond == NonZero));
1577 if (cond == Signed) {
1603 ASSERT((cond == Overflow) || (cond == Signed) || (cond == PositiveOrZero) || (cond == Zero) || (cond == NonZero));
1630 if (cond == Signed) {
1669 ASSERT((cond == Overflow) || (cond == Signed) || (cond == PositiveOrZero) || (cond == Zero) || (cond == NonZero));
1714 if (cond == Signed) {
1734 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
1759 if (cond == Signed) {
1779 ASSERT((cond == Overflow) || (cond == Signed) || (con
[all...]
H A DMacroAssemblerARM64.h96 Signed = ARM64Assembler::ConditionMI, enumerator in enum:JSC::MacroAssemblerARM64::ResultCondition
1975 ASSERT(cond != Signed);
2007 ASSERT(cond != Signed);
H A DMacroAssemblerX86Common.h70 Signed = X86Assembler::ConditionS, enumerator in enum:JSC::MacroAssemblerX86Common::ResultCondition
H A DMacroAssemblerARMv7.h119 Signed = ARMv7Assembler::ConditionMI, enumerator in enum:JSC::MacroAssemblerARMv7::ResultCondition
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DAPInt.h800 /// Signed divide this APInt by APInt RHS.
801 /// @brief Signed division function for APInt.
822 /// Signed remainder operation on APInt.
953 /// @brief Signed less than comparison
959 /// @brief Signed less than comparison
983 /// @brief Signed less or equal comparison
991 /// @brief Signed less or equal comparison
1015 /// @brief Signed greather than comparison
1023 /// @brief Signed greater than comparison
1047 /// @brief Signed greathe
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DAPInt.cpp2085 bool Signed, bool formatAsCLiteral) const {
2128 if (!Signed) {
2155 if (Signed && isNegative()) {
2206 std::string APInt::toString(unsigned Radix = 10, bool Signed = true) const {
2208 toString(S, Radix, Signed, /* formatAsCLiteral = */false);
/macosx-10.10.1/tcl-105/tcl/tcl/unix/
H A Dconfigure.in347 AC_DEFINE_UNQUOTED([intptr_t], [$tcl_cv_intptr_t], [Signed integer
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A Dconfigure.in233 AC_DEFINE_UNQUOTED([intptr_t], [$tcl_cv_intptr_t], [Signed integer
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp540 bool Signed = N->getOpcode() == ISD::SINT_TO_FP; local
555 LC = Signed ? RTLIB::getSINTTOFP(NVT, RVT):RTLIB::getUINTTOFP (NVT, RVT);
560 SDValue Op = DAG.getNode(Signed ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND, dl,
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86FastISel.cpp291 bool Signed = true; local
294 case MVT::i1: Signed = false; // FALLTHROUGH to handle as i8.
308 .addImm(Signed ? (uint64_t) CI->getSExtValue() :
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DJIT.cpp102 skipOptimize.append(branchAdd32(Signed, TrustedImm32(Options::executionCounterIncrementForEntry()), AbsoluteAddress(m_codeBlock->addressOfJITExecuteCounter())));
H A DRepatch.cpp1055 slowPath.append(stubJit.branchSubPtr(MacroAssembler::Signed, MacroAssembler::TrustedImm32(newSize), scratchGPR1));
1066 slowPath.append(stubJit.branchSubPtr(MacroAssembler::Signed, MacroAssembler::TrustedImm32(newSize), scratchGPR1));
H A DJITArithmetic32_64.cpp956 Jump negZero = branchOr32(Signed, regT2, regT3);
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGSpeculativeJIT64.cpp4699 MacroAssembler::Signed,
4714 MacroAssembler::Signed,
4734 MacroAssembler::Signed,
H A DDFGSpeculativeJIT.h2161 MacroAssembler::Jump slowPath = m_jit.branchSubPtr(JITCompiler::Signed, size, resultGPR);
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dbn.tex865 \subsection{Signed comparison}
H A Dtommath.tex1565 \subsection{Signed Comparisons}
1574 \textbf{Output}. Signed Comparison Results ($a$ to the left of $b$) \\
3165 \subsection{Signed Multiplication}

Completed in 630 milliseconds