Searched refs:isInt (Results 1 - 25 of 43) sorted by relevance

12

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dbigfloat.tcl108 # The isInt, isFloat, checkNumber and checkFloat procedures are used
123 if {[isInt $number]} {
192 if {[isInt $a]} {
193 if {[isInt $b]} {
200 if {[isInt $b]} {
242 if {![isInt $b]} {
625 if {![isInt $x] && ![isFloat $x]} {
637 if {[isInt $a] && [isInt $b]} {
804 if {[isInt
[all...]
H A Dbigfloat2.tcl55 # The isInt, isFloat, checkNumber and checkFloat procedures are used
70 if {[isInt $number]} {
138 if {[isInt $a]} {
139 if {[isInt $b]} {
146 if {[isInt $b]} {
186 if {![isInt $b]} {
554 if {![isFloat $x] && ![isInt $x]} {
565 if {[isInt $a] && [isInt $b]} {
736 if {[isInt
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/
H A DMips16FrameLowering.cpp42 if (isInt<16>(-StackSize))
59 if (isInt<16>(StackSize))
H A DMipsSERegisterInfo.cpp115 if (!MI.isDebugValue() && !isInt<16>(Offset)) {
H A DMipsAnalyzeImmediate.cpp96 if (!isInt<16>(ShiftedImm))
H A DMipsSEFrameLowering.cpp193 return isInt<16>(MFI->getMaxCallFrameSize()) && !MFI->hasVarSizedObjects();
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DTypedArrayType.h107 inline bool isInt(TypedArrayType type) function in namespace:JSC
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DMathExtras.h35 /// isInt - Checks if an integer fits into the given bit width.
37 inline bool isInt(int64_t x) { function in namespace:llvm
42 inline bool isInt<8>(int64_t x) { function in namespace:llvm
46 inline bool isInt<16>(int64_t x) { function in namespace:llvm
50 inline bool isInt<32>(int64_t x) { function in namespace:llvm
58 return isInt<N+S>(x) && (x % (1<<S) == 0);
/macosx-10.10.1/objc4-646/runtime/
H A Dllvm-MathExtras.h35 /// isInt - Checks if an integer fits into the given bit width.
37 inline bool isInt(int64_t x) { function in namespace:objc
42 inline bool isInt<8>(int64_t x) { function in namespace:objc
46 inline bool isInt<16>(int64_t x) { function in namespace:objc
50 inline bool isInt<32>(int64_t x) { function in namespace:objc
58 return isInt<N+S>(x) && (x % (1<<S) == 0);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/CellSPU/
H A DSPUFrameLowering.cpp127 if (isInt<10>(FrameSize)) {
134 } else if (isInt<16>(FrameSize)) {
205 if (isInt<10>(FrameSize + LinkSlotOffset)) {
H A DSPURegisterInfo.cpp297 if ((MI.getOpcode() == SPU::AIr32 && !isInt<10>(Offset))
298 || !isInt<14>(Offset)) {
H A DSPUISelDAGToDAG.cpp44 return isInt<10>(CN->getSExtValue());
58 return isInt<10>(CN->getSExtValue());
865 if (isInt<10>(CN->getSExtValue())) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp134 if (isInt<10>(BranchSize)) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp86 if (isInt<13>(CN->getSExtValue())) {
122 if (isInt<13>(CN->getSExtValue()))
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp134 if (isInt<16>(BranchSize)) {
H A DPPCFrameLowering.cpp373 assert(isPowerOf2_32(MaxAlign) && isInt<16>(MaxAlign) &&
375 assert(isInt<16>(NegFrameSize) && "Unhandled stack size and alignment!");
389 } else if (isInt<16>(NegFrameSize)) {
407 assert(isPowerOf2_32(MaxAlign) && isInt<16>(MaxAlign) &&
409 assert(isInt<16>(NegFrameSize) && "Unhandled stack size and alignment!");
422 } else if (isInt<16>(NegFrameSize)) {
619 if (FI->hasFastCall() && isInt<16>(FrameSize)) {
633 } else if (isInt<16>(FrameSize) &&
643 if (FI->hasFastCall() && isInt<16>(FrameSize)) {
657 } else if (isInt<1
[all...]
H A DPPCISelDAGToDAG.cpp476 if (isInt<16>((int)Imm))
517 if (isInt<16>(Imm))
769 if (!isInt<32>(Imm)) {
774 if (isInt<32>(ImmSh)) {
793 if (isInt<16>(Imm)) {
H A DPPCRegisterInfo.cpp243 if (isInt<16>(CalleeAmt)) {
327 if (MaxAlign < TargetAlign && isInt<16>(FrameSize)) {
609 (isInt<16>(Offset) && (!isIXAddr || (Offset & 3) == 0))) {
/macosx-10.10.1/iodbc-42.5/iodbc/iodbc/
H A Dherr.c1419 int isInt = 0; local
1434 isInt = 0;
1459 isInt = 0;
1476 isInt = 0;
1483 isInt = 1;
1489 isInt = 1;
1513 isInt = 0;
1520 if (isInt)
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86RegisterInfo.cpp445 if (isInt<8>(Imm))
449 if (isInt<8>(Imm))
457 if (isInt<8>(Imm))
461 if (isInt<8>(Imm))
590 assert((!Is64Bit || isInt<32>((long long)FIOffset + Imm)) &&
H A DX86FrameLowering.cpp60 if (isInt<8>(Imm))
64 if (isInt<8>(Imm))
72 if (isInt<8>(Imm))
76 if (isInt<8>(Imm))
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/math/
H A Dbigfloat.demo.tcl117 if {![isInt $x]} {
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h115 bool isInt() const { return EntryKind == E_Integer; } function in struct:llvm::DotDebugLocEntry
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp117 return isInt<11>(v);
287 if (MemType == MVT::i8 && isInt<11>(Offset)) {
1016 if (isInt<9>(CN->getSExtValue())) {
1044 if (isInt<9>(CN->getSExtValue())) {
1452 if (isInt<13>(CN->getSExtValue()))
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DJITPropertyAccess.cpp1001 if (isInt(type))
1058 if (isInt(type))
1096 ASSERT(isInt(type));
1222 ASSERT(isInt(type));

Completed in 438 milliseconds

12