| /src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
| bid128_sqrt.c | 36 UINT128 CX, CX1, CX2, A10, S2, T128, TP128, CS, CSM, res; 107 CS.w[0] = short_sqrt128 (A10); 108 CS.w[1] = 0; 110 if (CS.w[0] * CS.w[0] == A10.w[0]) { 111 __mul_64x64_to_128_fast (S2, CS.w[0], CS.w[0]); 116 DECIMAL_EXPONENT_BIAS_128) >> 1, CS); 152 long_sqrt128 (&CS, C256); 160 CSM.w[1] = (CS.w[1] << 1) | (CS.w[0] >> 63) [all...] |
| bid64_sqrt.c | 216 UINT128 CX, CX2, A10, S2, T128, CS, CSM, CS2, C256, CS1, 299 CS.w[0] = short_sqrt128 (A10); 300 CS.w[1] = 0; 303 if (CS.w[0] < 10000000000000000ull) { 304 if (CS.w[0] * CS.w[0] == A10.w[0]) { 305 __sqr64_fast (S2, CS.w[0]); 311 DECIMAL_EXPONENT_BIAS, CS.w[0], rnd_mode, pfpsf); 318 if (CS.w[0] >= 1000000000000000ull) { 330 __mul_64x64_to_128_full (CS2, CS.w[0], B10) [all...] |
| bid_sqrt_macros.h | 51 UINT128 CS; 78 CS.w[1] = (UINT64) (lS * lm64); 79 CS.w[0] = (UINT64) (lS - (BINARY80) CS.w[1] * l64); 114 X = CS.w[0]; 117 CS.w[0] += SE; 118 if (CS.w[0] < X) 119 CS.w[1]++; 122 CS.w[0] -= SE; 123 if (CS.w[0] > X [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/ |
| bid128_sqrt.c | 36 UINT128 CX, CX1, CX2, A10, S2, T128, TP128, CS, CSM, res; 107 CS.w[0] = short_sqrt128 (A10); 108 CS.w[1] = 0; 110 if (CS.w[0] * CS.w[0] == A10.w[0]) { 111 __mul_64x64_to_128_fast (S2, CS.w[0], CS.w[0]); 116 DECIMAL_EXPONENT_BIAS_128) >> 1, CS); 152 long_sqrt128 (&CS, C256); 160 CSM.w[1] = (CS.w[1] << 1) | (CS.w[0] >> 63) [all...] |
| bid64_sqrt.c | 216 UINT128 CX, CX2, A10, S2, T128, CS, CSM, CS2, C256, CS1, 299 CS.w[0] = short_sqrt128 (A10); 300 CS.w[1] = 0; 303 if (CS.w[0] < 10000000000000000ull) { 304 if (CS.w[0] * CS.w[0] == A10.w[0]) { 305 __sqr64_fast (S2, CS.w[0]); 311 DECIMAL_EXPONENT_BIAS, CS.w[0], rnd_mode, pfpsf); 318 if (CS.w[0] >= 1000000000000000ull) { 330 __mul_64x64_to_128_full (CS2, CS.w[0], B10) [all...] |
| bid_sqrt_macros.h | 51 UINT128 CS; 78 CS.w[1] = (UINT64) (lS * lm64); 79 CS.w[0] = (UINT64) (lS - (BINARY80) CS.w[1] * l64); 114 X = CS.w[0]; 117 CS.w[0] += SE; 118 if (CS.w[0] < X) 119 CS.w[1]++; 122 CS.w[0] -= SE; 123 if (CS.w[0] > X [all...] |
| /src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| gcc_compat.c | 217 #define CS(x) 219 #define CS(x) [x] = 226 CS(ATTR_NONE) { 0, NULL }, 227 CS(ATTR_COMPLEX) { 0, NULL }, 228 CS(xxxATTR_BASETYP) { 0, NULL }, 229 CS(ATTR_QUALTYP) { 0, NULL }, 230 CS(ATTR_STRUCT) { 0, NULL }, 231 CS(ATTR_ALIGNED) { A_0ARG|A_1ARG, "aligned" }, 232 CS(GCC_ATYP_PACKED) { A_0ARG|A_1ARG, "packed" }, 233 CS(GCC_ATYP_SECTION) { A_1ARG|A1_STR, "section" } [all...] |
| /src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| gcc_compat.c | 317 #define CS(x) 319 #define CS(x) [x] = 326 CS(ATTR_NONE) { 0, NULL }, 327 CS(ATTR_COMPLEX) { 0, NULL }, 328 CS(xxxATTR_BASETYP) { 0, NULL }, 329 CS(ATTR_QUALTYP) { 0, NULL }, 330 CS(ATTR_STRUCT) { 0, NULL }, 331 CS(ATTR_ALIGNED) { A_0ARG|A_1ARG, "aligned" }, 332 CS(ATTR_NORETURN) { A_0ARG, "noreturn" }, 333 CS(ATTR_P1LABELS) { A_0ARG, "p1labels" } [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| CtorUtils.cpp | 72 ConstantStruct *CS = cast<ConstantStruct>(V); 73 Result.push_back(dyn_cast<Function>(CS->getOperand(1))); 97 ConstantStruct *CS = cast<ConstantStruct>(V); 98 if (isa<ConstantPointerNull>(CS->getOperand(1))) 102 if (!isa<Function>(CS->getOperand(1))) 106 ConstantInt *CI = cast<ConstantInt>(CS->getOperand(0));
|
| CallGraphUpdater.cpp | 160 void CallGraphUpdater::removeCallSite(CallBase &CS) { 165 Function *Caller = CS.getCaller(); 167 CallerNode->removeCallEdgeFor(CS);
|
| /src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| CFGStmtMap.cpp | 52 Optional<CFGStmt> CS = CE.getAs<CFGStmt>(); 53 if (!CS) 56 CFGBlock *&Entry = SM[CS->getStmt()];
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/MCA/ |
| Instruction.h | 300 bool startsAfter(const CycleSegment &CS) const { return End <= CS.Begin; } 301 bool endsBefore(const CycleSegment &CS) const { return Begin >= CS.End; } 302 bool overlaps(const CycleSegment &CS) const { 303 return !startsAfter(CS) && !endsBefore(CS); 338 CycleSegment CS; 341 : CS(Cycles), NumUnits(Units) {} 342 unsigned size() const { return CS.size(); [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/Solaris/sys/ |
| regset.h | 18 #undef CS
|
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| FormatStringParsing.h | 49 FormatSpecifier &CS, 54 FormatSpecifier &CS, const char *Start,
|
| PrintfFormatString.cpp | 386 PrintfConversionSpecifier CS(conversionPosition, k); 387 FS.setConversionSpecifier(CS); 388 if (CS.consumesDataArgument() && !FS.usesPositionalArg()) 398 CS.setEndScanList(Start + Len); 399 FS.setConversionSpecifier(CS); 490 if (CS.getKind() == ConversionSpecifier::cArg) 505 if (CS.isIntArg()) 541 if (CS.isUIntArg()) 576 if (CS.isDoubleArg()) { 594 if (CS.getKind() == ConversionSpecifier::nArg) [all...] |
| ScanfFormatString.cpp | 32 ScanfConversionSpecifier &CS, 69 CS.setEndScanList(I); 200 ScanfConversionSpecifier CS(conversionPosition, k); 202 if (ParseScanList(H, CS, I, E)) 205 FS.setConversionSpecifier(CS); 206 if (CS.consumesDataArgument() && !FS.getSuppressAssignment() 216 CS.setEndScanList(Beg + Len); 217 FS.setConversionSpecifier(CS); 226 const ScanfConversionSpecifier &CS = getConversionSpecifier(); 228 if (!CS.consumesDataArgument() [all...] |
| FormatString.cpp | 123 FormatSpecifier &CS, 129 CS.setFieldWidth(ParseNonPositionAmount(Beg, E, *argIndex)); 138 CS.setFieldWidth(Amt); 728 if (LO.OpenCL && CS.isDoubleArg()) 732 switch (CS.getKind()) { 750 switch (CS.getKind()) { 774 if (CS.isDoubleArg()) { 781 switch (CS.getKind()) { 805 switch (CS.getKind()) { 829 switch (CS.getKind()) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| StringsAndChecksums.cpp | 65 const DebugChecksumsSubsectionRef &CS) { 67 *OwnedChecksums = CS;
|
| /src/external/cddl/osnet/dev/dtrace/x86/ |
| regset.h | 129 #define CS 15 150 #define CS 14
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| BlockCounter.cpp | 28 CountKey(const StackFrameContext *CS, unsigned ID) 29 : CallSite(CS), BlockID(ID) {}
|
| /src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| FunctionPropertiesAnalysis.cpp | 39 if (auto *CS = dyn_cast<CallBase>(&I)) { 40 const auto *Callee = CS->getCalledFunction();
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| WebAssemblyLowerGlobalDtors.cpp | 87 auto *CS = dyn_cast<ConstantStruct>(O); 88 if (!CS) 91 auto *Priority = dyn_cast<ConstantInt>(CS->getOperand(0)); 96 Constant *DtorFunc = CS->getOperand(1); 100 Constant *Associated = CS->getOperand(2);
|
| /src/external/cddl/osnet/dist/lib/libdtrace/i386/ |
| regs.sed.in | 59 SED_REPLACE(CS)
|
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| FormatString.h | 401 ConversionSpecifier CS; 411 : CS(isPrintf), VectorNumElts(false), 490 static bool classof(const analyze_format_string::ConversionSpecifier *CS) { 491 return CS->isPrintfKind(); 527 void setConversionSpecifier(const PrintfConversionSpecifier &cs) { 528 CS = cs; 561 return cast<PrintfConversionSpecifier>(CS); 636 static bool classof(const analyze_format_string::ConversionSpecifier *CS) { 637 return !CS->isPrintfKind() [all...] |
| /src/sys/arch/amd64/include/ |
| frame_regs.h | 60 greg(cs, CS, 22) /* tf_cs */ \
|