Home
last modified time | relevance | path

Searched defs:tpi (Results 1 – 6 of 6) sorted by relevance

/trueos/lib/msun/src/
HDe_j1f.c28 tpi = 6.3661974669e-01, /* 0x3f22f983 */ variable
HDe_j1.c71 tpi = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */ variable
HDe_j0f.c28 tpi = 6.3661974669e-01, /* 0x3f22f983 */ variable
HDe_j0.c71 tpi = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */ variable
/trueos/contrib/llvm/lib/CodeGen/
HDTwoAddressInstructionPass.cpp1342 for (unsigned tpi = 0, tpe = TiedPairs.size(); tpi != tpe; ++tpi) { in processTiedPairs() local
1352 for (unsigned tpi = 0, tpe = TiedPairs.size(); tpi != tpe; ++tpi) { in processTiedPairs() local
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaType.cpp3766 for (unsigned i = 0, e = TL.getNumArgs(), tpi = 0; i != e; ++i) { in VisitFunctionTypeLoc() local