Searched refs:PIL (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/regress/lib/libm/cephes/
H A Dconstll.c44 long double PIL = 3.141592653589793238462643383279502884197169L; variable
H A Dpolevll.c59 * PIL = 3.1415926535897932384626L;
94 long double PIL = 3.1415926535897932384626L; variable
123 short PIL[] = {0xc235,0x2168,0xdaa2,0xc90f,0x4000, XPD}; variable
145 long PIL[] = {0x40000000,0xc90fdaa2,0x2168c235}; variable
H A Dtestvectl.c42 extern long double PIL, PIO2L, PIO4L, MACHEPL;
279 {"atan2l", atan2l, &ZEROL, &MONEL, &PIL, 0},
281 {"atan2l", atan2l, &ZEROL, &NEGZEROL, &PIL, 0},
293 {"atan2l", atan2l, &ONEL, &MINFL, &PIL, 0},
401 MPIL = -PIL;
H A Dtestvectll.c46 extern long double PIL, PIO2L, PIO4L, MACHEPL;
283 {"atan2l", atan2l, &ZEROL, &MONEL, &PIL, 0},
285 {"atan2l", atan2l, &ZEROL, &NEGZEROL, &PIL, 0},
297 {"atan2l", atan2l, &ONEL, &MINFL, &PIL, 0},
428 MPIL = -PIL;
/openbsd-current/lib/libm/src/
H A Ds_catanl.c70 static const long double PIL = 3.141592653589793238462643383279502884197169L; variable
81 t = x / PIL;
H A Ds_ctanl.c69 static const long double PIL = 3.141592653589793238462643383279502884197169L; variable
80 t = x / PIL;
/openbsd-current/lib/libm/src/ld80/
H A De_tgammal.c184 static const long double PIL = 3.1415926535897932384626L; variable
255 z = q * sinl( PIL * z );
257 if( z <= PIL/LDBL_MAX )
262 z = PIL/z;
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h73 PointerRec** setPrevInList(PointerRec **PIL) { argument
74 PrevInList = PIL;
/openbsd-current/lib/libm/src/ld128/
H A De_lgammal.c77 static const long double PIL = 3.1415926535897932384626433832795028841972E0L; variable
794 z = q * sinl (PIL * z);
798 z = logl (PIL / z) - w;
/openbsd-current/gnu/llvm/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp115 SP::TL, SP::PIL, SP::CWP, SP::CANSAVE, SP::CANRESTORE, SP::CLEANWIN,
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1544 for (const Loop *PIL : PostIncLoops) {
1546 PIL->getHeader()->printAsOperand(OS, /*PrintType=*/false);
5276 for (const Loop *PIL : LF.PostIncLoops) {
5277 if (PIL == L) continue;
5281 PIL->getExitingBlocks(ExitingBlocks);
/openbsd-current/gnu/llvm/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp1414 RegNo = Sparc::PIL;

Completed in 266 milliseconds