Searched refs:CSM (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid64_sqrt.c216 UINT128 CX, CX2, A10, S2, T128, CS, CSM, CS2, C256, CS1,
433 CSM.w[0] = (CS.w[0] + CS.w[0]) | 1;
434 //printf("C256=%016I64x %016I64x, CSM=%016I64x %016I64x %016I64x\n",C4.w[1],C4.w[0],CSM.w[1],CSM.w[0], CS.w[0]);
436 CSM.w[0] *= mul_factor;
437 // CSM^2
438 __mul_64x64_to_128 (M256, CSM.w[0], CSM.w[0]);
439 //__mul_128x128_to_256(M256, CSM, CS
[all...]
H A Dbid128_sqrt.c36 UINT128 CX, CX1, CX2, A10, S2, T128, TP128, CS, CSM, res;
160 CSM.w[1] = (CS.w[1] << 1) | (CS.w[0] >> 63);
161 CSM.w[0] = (CS.w[0] + CS.w[0]) | 1;
162 // CSM^2
163 //__mul_128x128_to_256(M256, CSM, CSM);
164 __sqr128_to_256 (M256, CSM);
180 // M256 - 8*CSM
186 // if CSM' > C256, round up
299 UINT128 CX, CX1, CX2, A10, S2, T128, TP128, CS, CSM, re
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid64_sqrt.c216 UINT128 CX, CX2, A10, S2, T128, CS, CSM, CS2, C256, CS1,
433 CSM.w[0] = (CS.w[0] + CS.w[0]) | 1;
434 //printf("C256=%016I64x %016I64x, CSM=%016I64x %016I64x %016I64x\n",C4.w[1],C4.w[0],CSM.w[1],CSM.w[0], CS.w[0]);
436 CSM.w[0] *= mul_factor;
437 // CSM^2
438 __mul_64x64_to_128 (M256, CSM.w[0], CSM.w[0]);
439 //__mul_128x128_to_256(M256, CSM, CS
[all...]
H A Dbid128_sqrt.c36 UINT128 CX, CX1, CX2, A10, S2, T128, TP128, CS, CSM, res;
160 CSM.w[1] = (CS.w[1] << 1) | (CS.w[0] >> 63);
161 CSM.w[0] = (CS.w[0] + CS.w[0]) | 1;
162 // CSM^2
163 //__mul_128x128_to_256(M256, CSM, CSM);
164 __sqr128_to_256 (M256, CSM);
180 // M256 - 8*CSM
186 // if CSM' > C256, round up
299 UINT128 CX, CX1, CX2, A10, S2, T128, TP128, CS, CSM, re
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp6807 CXXSpecialMember CSM = getSpecialMember(M);
6809 if (CSM != CXXInvalid) {
6810 M->setTrivial(SpecialMemberIsTrivial(M, CSM));
6815 SpecialMemberIsTrivial(M, CSM, TAH_ConsiderTrivialABI));
6822 if ((CSM == CXXCopyConstructor || CSM == CXXMoveConstructor ||
6823 CSM == CXXDestructor) && M->isUserProvided()) {
6832 (CSM == CXXDefaultConstructor || CSM == CXXCopyConstructor ||
6833 CSM
[all...]
H A DSemaCUDA.cpp320 CXXSpecialMember CSM,
366 LookupSpecialMember(BaseClassDecl, CSM,
387 << (unsigned)CSM << InferredTarget.getValue() << BaseMethodTarget;
409 LookupSpecialMember(FieldRecDecl, CSM,
431 << (unsigned)CSM << InferredTarget.getValue()
H A DSemaOverload.cpp11011 Sema::CXXSpecialMember CSM;
11017 CSM = Sema::CXXDefaultConstructor;
11020 CSM = Sema::CXXCopyConstructor;
11023 CSM = Sema::CXXMoveConstructor;
11026 CSM = Sema::CXXCopyAssignment;
11029 CSM = Sema::CXXMoveAssignment;
11041 S.inferCUDATargetForImplicitSpecialMember(ParentClass, CSM, Meth,
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp417 SourceManager &CSM) {
434 FileID FID = CSM.createFileID(std::move(CBuf));
439 CSM.getLocForStartOfFile(FID).getLocWithOffset(Offset);
440 return FullSourceLoc(NewLoc, CSM);
416 ConvertBackendLocation(const llvm::SMDiagnostic &D, SourceManager &CSM) argument
/netbsd-current/distrib/sets/
H A DMakefile143 sort | ${TOOL_MTREE} -CSM -k all -R time -N ${NETBSDSRCDIR}/etc \
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h3048 void DiagnoseNontrivial(const CXXRecordDecl *Record, CXXSpecialMember CSM);
3058 bool SpecialMemberIsTrivial(CXXMethodDecl *MD, CXXSpecialMember CSM,
3071 DefaultedFunctionKind(CXXSpecialMember CSM) argument
3072 : SpecialMember(CSM), Comparison(DefaultedComparisonKind::None) {}
5882 bool ShouldDeleteSpecialMember(CXXMethodDecl *MD, CXXSpecialMember CSM,
7145 CXXSpecialMember CSM);
12163 /// \param CSM the kind of special member.
12172 CXXSpecialMember CSM,

Completed in 281 milliseconds