Searched refs:NX (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/lib/libm/src/
H A Ds_cosl.c42 #define NX 3 macro
45 #define NX 5 macro
61 double xd[NX], yd[PREC];
82 for (i = 0; i < NX; i++) {
88 e0 = __kernel_rem_pio2(xd, yd, e0, NX, PREC);
H A Ds_sinl.c40 #define NX 3 macro
43 #define NX 5 macro
59 double xd[NX], yd[PREC];
83 for (i = 0; i < NX; i++) {
89 e0 = __kernel_rem_pio2(xd, yd, e0, NX, PREC);
H A Ds_tanl.c43 #define NX 3 macro
46 #define NX 5 macro
62 double xd[NX], yd[PREC];
86 for (i = 0; i < NX; i++) {
92 e0 = __kernel_rem_pio2(xd, yd, e0, NX, PREC);
H A Ds_sincosl.c38 #define NX 3 macro
42 #define NX 5 macro
58 double xd[NX], yd[PREC];
88 for (i = 0; i < NX; i++) {
94 e0 = __kernel_rem_pio2(xd, yd, e0, NX, PREC);
/openbsd-current/libexec/getty/
H A Dmain.c356 if (NX && *NX)
357 tname = NX;
H A Dgettytab.h61 #define NX gettystrs[0].value macro
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp199 if (NamedDecl *NX = dyn_cast<NamedDecl>(X))
200 X = NX->getUnderlyingDecl();
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp12775 const auto *NX = cast<DependentNameType>(X),
12777 assert(NX->getIdentifier() == NY->getIdentifier());
12779 getCommonTypeKeyword(NX, NY), getCommonNNS(Ctx, NX, NY),
12780 NX->getIdentifier(), NX->getCanonicalTypeInternal());
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6448 SDValue NX = DAG.getNode(ISD::SUB, dl, VT, getZeroVector(VT, DAG, dl), X); local
6449 SDValue LSB = DAG.getNode(ISD::AND, dl, VT, X, NX);

Completed in 231 milliseconds