Home
last modified time | relevance | path

Searched defs:PS2 (Results 1 – 14 of 14) sorted by relevance

/external/rust/crates/libm/src/math/
Dacos.rs42 const PS2: f64 = 2.01212532134862925881e-01; /* 0x3FC9C155, 0x0E884455 */ constant
Dj1f.rs209 const PS2: [f32; 5] = [ constant
Dj1.rs265 const PS2: [f64; 5] = [ constant
Dj0f.rs210 const PS2: [f32; 5] = [ constant
Dj0.rs273 const PS2: [f64; 5] = [ constant
/external/llvm-project/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp207 BasicBlock *PS2 = PBI->getSuccessor(1); in FlattenParallelAndOr() local
236 BasicBlock *PS2 = TBB->getSuccessor(1); in FlattenParallelAndOr() local
/external/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp195 BasicBlock *PS2 = PBI->getSuccessor(1); in FlattenParallelAndOr() local
224 BasicBlock *PS2 = TBB->getSuccessor(1); in FlattenParallelAndOr() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp207 BasicBlock *PS2 = PBI->getSuccessor(1); in FlattenParallelAndOr() local
236 BasicBlock *PS2 = TBB->getSuccessor(1); in FlattenParallelAndOr() local
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-sizeof-expression.cpp205 PMyStruct2 PS2; in Test5() local
/external/python/cpython3/Lib/lib2to3/
Drefactor.py535 PS2 = "... " variable in RefactoringTool
/external/python/cpython2/Lib/lib2to3/
Drefactor.py550 PS2 = "... " variable in RefactoringTool
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp4516 ClassTemplatePartialSpecializationDecl *PS2, in getMoreSpecializedPartialSpecialization()
4589 VarTemplatePartialSpecializationDecl *PS2, SourceLocation Loc) { in getMoreSpecializedPartialSpecialization()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateDeduction.cpp5511 ClassTemplatePartialSpecializationDecl *PS2, in getMoreSpecializedPartialSpecialization()
5567 VarTemplatePartialSpecializationDecl *PS2, SourceLocation Loc) { in getMoreSpecializedPartialSpecialization()
/external/mksh/src/
Dsh.h1928 #define PS2 1 /* command continuation */ macro