| /src/lib/libm/src/ |
| e_fmod.c | 27 static const double one = 1.0, Zero[] = {0.0, -0.0,}; 52 return Zero[(u_int32_t)sx>>31]; /* |x|=|y| return x*0*/ 106 return Zero[(u_int32_t)sx>>31]; 115 return Zero[(u_int32_t)sx>>31];
|
| e_fmodf.c | 30 static const float one = 1.0, Zero[] = {0.0, -0.0,}; 49 return Zero[(u_int32_t)sx>>31]; /* |x|=|y| return x*0*/ 82 return Zero[(u_int32_t)sx>>31]; 91 return Zero[(u_int32_t)sx>>31];
|
| s_remquo.c | 26 static const double Zero[] = {0.0, -0.0,}; 60 return Zero[(u_int32_t)sx>>31]; /* |x|=|y| return x*0*/ 124 return Zero[(u_int32_t)sx>>31];
|
| s_remquof.c | 24 static const float Zero[] = {0.0, -0.0,}; 55 return Zero[(u_int32_t)sx>>31]; /* |x|=|y| return x*0*/ 97 return Zero[(u_int32_t)sx>>31];
|
| e_fmodl.c | 60 static const long double one = 1.0, Zero[] = {0.0, -0.0,}; 98 return Zero[sx]; /* |x|=|y| return x*0*/ 132 return Zero[sx]; 141 return Zero[sx];
|
| s_remquol.c | 62 static const long double Zero[] = {0.0L, -0.0L}; 109 return Zero[sx]; /* |x|=|y| return x*0*/ 151 return Zero[sx];
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| BoolAssignmentChecker.cpp | 85 llvm::APSInt Zero = BVF.getValue(0, valTy); 89 std::tie(StIn, StOut) = CM.assumeInclusiveRangeDual(state, *NV, Zero, One);
|
| VLASizeChecker.cpp | 10 // performs checks for declaration of VLA of undefined or zero size. 174 // Check if the size is zero. 185 // From this point on, assume that the size is not zero. 192 DefinedOrUnknownSVal Zero = SVB.makeZeroVal(SizeTy); 194 SVal LessThanZeroVal = SVB.evalBinOp(State, BO_LT, SizeD, Zero, SizeTy); 231 os << "has zero size";
|
| /src/external/gpl3/gcc/dist/libquadmath/math/ |
| fmodq.c | 23 static const __float128 one = 1.0, Zero[] = {0.0, -0.0,}; 44 return Zero[(uint64_t)sx>>63]; /* |x|=|y| return x*0*/ 98 return Zero[(uint64_t)sx>>63]; 107 return Zero[(uint64_t)sx>>63];
|
| /src/external/gpl3/gcc.old/dist/libquadmath/math/ |
| fmodq.c | 23 static const __float128 one = 1.0, Zero[] = {0.0, -0.0,}; 44 return Zero[(uint64_t)sx>>63]; /* |x|=|y| return x*0*/ 98 return Zero[(uint64_t)sx>>63]; 107 return Zero[(uint64_t)sx>>63];
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| ScalarEvolutionDivision.h | 61 // be equal to zero and the remainder to be equal to the numerator. 65 const SCEV *Denominator, *Quotient, *Remainder, *Zero, *One;
|
| MemoryBuiltins.h | 85 /// allocates zero-filled memory (such as calloc). 241 APInt Zero; 306 Value *Zero;
|
| /src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| Thunk.h | 58 VirtualAdjustment Zero; 59 return Equals(Zero); 125 VirtualAdjustment Zero; 126 return Equals(Zero);
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| RangedConstraintManager.cpp | 61 const llvm::APSInt &Zero = getBasicVals().getValue(0, DiffTy); 65 return assumeSymRel(State, Subtraction, Op, Zero); 78 const llvm::APSInt &Zero = getBasicVals().getValue(0, ExprType); 81 return assumeSymNE(State, CanonicalEquality, Zero, Zero); 84 return assumeSymEQ(State, CanonicalEquality, Zero, Zero); 132 const llvm::APSInt &Zero = BVF.getValue(0, T); 134 return assumeSymNE(State, Sym, Zero, Zero); [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| ARMLegalizerInfo.cpp | 447 auto Zero = MIRBuilder.buildConstant(LLT::scalar(32), 0); 448 MIRBuilder.buildICmp(ResultPred, ProcessedResult, LibcallResult, Zero);
|
| MVETailPredication.cpp | 294 // TC - Ceil and test it for zero. 296 bool Zero = SE->getMinusSCEV( 303 if (!Zero) {
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| PPCBoolRetToInt.cpp | 103 Value *Zero = Constant::getNullValue(IntTy); 107 Q->addIncoming(Zero, P->getIncomingBlock(i)); 252 // zero in the translate function.
|
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| CharUnits.h | 52 /// Zero - Construct a CharUnits quantity of zero. 53 static CharUnits Zero() { 115 /// isZero - Test whether the quantity equals zero. 121 /// isPositive - Test whether the quantity is greater than zero. 124 /// isNegative - Test whether the quantity is less than zero. 128 /// Zero is not a power of two. 187 /// Align must be non-zero. 192 /// Given that this is a non-zero alignment value, what is the
|
| /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| SMTConv.h | 476 // Generate an SMTSolverRef that compares the expression to zero. 482 llvm::APFloat Zero = 485 Solver->mkFloat(Zero)); 502 llvm_unreachable("Unsupported type for zero value!");
|
| /src/external/apache2/llvm/dist/clang/tools/clang-offload-wrapper/ |
| ClangOffloadWrapper.cpp | 189 // So, we just create dummy zero sized object in the offload entries section 199 auto *Zero = ConstantInt::get(getSizeTTy(), 0u); 200 Constant *ZeroZero[] = {Zero, Zero}; 213 Constant *ZeroSize[] = {Zero, Size};
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| FixedPointBuilder.h | 49 // When converting to integers, we round towards zero. For negative 53 Value *Zero = Constant::getNullValue(Result->getType()); 54 Value *IsNegative = B.CreateICmpSLT(Result, Zero); 211 // get negative values. Emit an extra clamp to zero. 213 Constant *Zero = Constant::getNullValue(Result->getType()); 215 B.CreateSelect(B.CreateICmpSLT(Result, Zero), Zero, Result, "satmin"); 271 Constant *Zero = Constant::getNullValue(Result->getType()); 273 B.CreateSelect(B.CreateICmpSLT(Result, Zero), Zero, Result, "satmin") [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| KnownBits.h | 24 APInt Zero; 29 KnownBits(APInt Zero, APInt One) 30 : Zero(std::move(Zero)), One(std::move(One)) {} 33 // Default construct Zero and One. 37 KnownBits(unsigned BitWidth) : Zero(BitWidth, 0), One(BitWidth, 0) {} 41 assert(Zero.getBitWidth() == One.getBitWidth() && 42 "Zero and One should have the same width!"); 43 return Zero.getBitWidth(); 47 bool hasConflict() const { return Zero.intersects(One); [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| BitTracker.h | 158 Zero, // Bit = 0. 195 BitValue(bool B) : Type(B ? One : Zero) {} 211 return T == 0 ? Type == Zero 258 return Type == Zero || Type == One; 262 assert(Type == Zero || Type == One); 445 // Sign/zero extension.
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| X86PartialReduction.cpp | 87 // instructions, otherwise we use punpck to emulate zero extend in stages. The 161 Value *Zero = Constant::getNullValue(MAdd->getType()); 162 Value *Concat = Builder.CreateShuffleVector(MAdd, Zero, ConcatMask); 195 // Look for zero extend from i8. 240 Value *Zero = Constant::getNullValue(Op0->getType()); 241 Op0 = Builder.CreateShuffleVector(Op0, Zero, ConcatMask); 242 Op1 = Builder.CreateShuffleVector(Op1, Zero, ConcatMask); 291 Value *Zero = Constant::getNullValue(Ops[0]->getType()); 292 Ops[0] = Builder.CreateShuffleVector(Ops[0], Zero, ConcatMask);
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| AMDGPUEmitPrintf.cpp | 88 auto Zero = Builder.getInt64(0); 89 return callAppendArgs(Builder, Desc, 1, Arg0, Zero, Zero, Zero, Zero, Zero, 90 Zero, IsLast); 101 auto Zero = Builder.getInt64(0); 104 // The length is either zero for a null pointer, or the computed value for an 108 // Strictly speaking, the zero does not matter sinc [all...] |