/external/llvm/unittests/ADT/ |
BitVectorTest.cpp | 54 TypeParam Inv = Vec; 55 Inv.flip(); 56 EXPECT_EQ(6U, Inv.count()); 57 EXPECT_EQ(11U, Inv.size()); 58 EXPECT_TRUE(Inv.any()); 59 EXPECT_FALSE(Inv.all()); 60 EXPECT_FALSE(Inv.none()); 61 EXPECT_FALSE(Inv.empty()); 63 EXPECT_FALSE(Inv == Vec); 64 EXPECT_TRUE(Inv != Vec) [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
rat.go | 363 // Inv sets z to 1/x and returns z. 364 func (z *Rat) Inv(x *Rat) *Rat {
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/big/ |
rat.go | 360 // Inv sets z to 1/x and returns z. 361 func (z *Rat) Inv(x *Rat) *Rat {
|
/prebuilts/go/darwin-x86/src/math/big/ |
rat.go | 360 // Inv sets z to 1/x and returns z. 361 func (z *Rat) Inv(x *Rat) *Rat {
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
rat.go | 363 // Inv sets z to 1/x and returns z. 364 func (z *Rat) Inv(x *Rat) *Rat {
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/big/ |
rat.go | 360 // Inv sets z to 1/x and returns z. 361 func (z *Rat) Inv(x *Rat) *Rat {
|
/prebuilts/go/linux-x86/src/math/big/ |
rat.go | 360 // Inv sets z to 1/x and returns z. 361 func (z *Rat) Inv(x *Rat) *Rat {
|
/external/pdfium/third_party/lcms2-2.6/src/ |
cmsio1.c | 461 cmsMAT3 Mat, Inv; 468 if (!_cmsMAT3inverse(&Mat, &Inv)) 477 Inv.v[i].n[j] *= OutpAdj; 506 if (!cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocMatrix(ContextID, 3, 3, (cmsFloat64Number*) &Inv, NULL)) || [all...] |
/external/llvm/lib/Analysis/ |
ValueTracking.cpp | 455 Instruction *Inv = cast<Instruction>(V); 466 if (Q.DT->dominates(Inv, Q.CxtI)) { 468 } else if (Inv->getParent() == Q.CxtI->getParent()) { 473 IE(Inv); I != IE; ++I) 477 return !isEphemeralValueOf(Inv, Q.CxtI); 484 if (Inv->getParent() == Q.CxtI->getParent()->getSinglePredecessor()) { 486 } else if (Inv->getParent() == Q.CxtI->getParent()) { 489 for (BasicBlock::iterator I = std::next(BasicBlock::iterator(Inv)), 490 IE = Inv->getParent()->end(); I != IE; ++I) 497 IE(Inv); I != IE; ++I [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelDAGToDAG.cpp | [all...] |
/external/valgrind/exp-sgcheck/ |
sg_main.c | 837 Inv; 853 i->Inv.Stack0.addr, i->Inv.Stack0.szB); 857 i->Inv.StackN.nd->addr, i->Inv.StackN.nd->szB); 861 i->Inv.Global.nd->addr, i->Inv.Global.nd->szB); 879 return i1->Inv.Stack0.addr == i2->Inv.Stack0.addr 880 && i1->Inv.Stack0.szB == i2->Inv.Stack0.szB 1002 Invar inv; member in struct:__anon26722 1778 Invar* inv; local [all...] |