Home
last modified time | relevance | path

Searched refs:NX (Results 1 – 25 of 29) sorted by relevance

12

/openbsd/lib/libm/src/
H A Ds_cosl.c42 #define NX 3 macro
45 #define NX 5 macro
61 double xd[NX], yd[PREC]; in cosl()
82 for (i = 0; i < NX; i++) { in cosl()
88 e0 = __kernel_rem_pio2(xd, yd, e0, NX, PREC); in cosl()
H A Ds_tanl.c43 #define NX 3 macro
46 #define NX 5 macro
62 double xd[NX], yd[PREC]; in tanl()
86 for (i = 0; i < NX; i++) { in tanl()
92 e0 = __kernel_rem_pio2(xd, yd, e0, NX, PREC); in tanl()
H A Ds_sinl.c40 #define NX 3 macro
43 #define NX 5 macro
59 double xd[NX], yd[PREC]; in sinl()
83 for (i = 0; i < NX; i++) { in sinl()
89 e0 = __kernel_rem_pio2(xd, yd, e0, NX, PREC); in sinl()
H A Ds_sincosl.c38 #define NX 3 macro
42 #define NX 5 macro
58 double xd[NX], yd[PREC]; in sincosl()
88 for (i = 0; i < NX; i++) { in sincosl()
94 e0 = __kernel_rem_pio2(xd, yd, e0, NX, PREC); in sincosl()
/openbsd/libexec/getty/
H A Dmain.c357 if (NX && *NX) in main()
358 tname = NX; in main()
H A Dgettytab.h61 #define NX gettystrs[0].value macro
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/
H A D17.crt18 NX/fyOa3wK3W/BfUO6vm9p4gNy3xg6ixbxJ9i9yvZyUVNezQNpQO0cSoKsX3qEb0
H A D1000.key15 NOI5ZA6OWgS/E0yaj+S3vIHxwNR0/1NX+ZC4v8XR51glzTcNX4wi4MECgYEAvJ8/
H A D2325.key24 hHJ1AoGADeTRBZSOBI69ye1J/NX/Pe0Yha9TUPB47ltxTZKnPtB3D9K59PtQj+Bx
H A D2026.key25 L5xRiNu5SMsVi1O3mPRcXSq7VfSwFHvLpt0wxFN7cR2phKtO+NZIbruNlf9h++NX
H A D2757.chain44 NX+4eT95k1xCIZMw2ncIbpiD2N9KcGi+J+qu+0D3yF8dcEx1BQgbskdp9ODQR5jn
H A D2012.chain44 uOKuCDb45QhqnMBfPozYPAZbM9PXI4PmQo/NX/CzvKS4Ctn/13N4MnYcx3oioNQz
H A D2911.chain12 yD9lBh/gLxPfqyWyBO/SHVWQ6EJwR0f20PCiD4fGLl1iSsQap5C2rv6RcCP9z+NX
H A D1147.chain19 gPvEl/MzohzbAfSNaeT93p7FeDRt3JLT3aTzcHaMonX1YGF/NX+G2JcGyCIH+dqs
H A D3559.chain18 Os9tDZiAo7oSHi1nYPLN+3NX+ct7TbvuKMazFrLdrE9fs6QKAHR5wu/DTLaBLtCd
H A D1356.chain44 UKvz/qy2tAHbpHZSSIxiq5zBlgReenKc5+qxlQNmlqjG0RTFWhNYlObw+NX+m1QO
/openbsd/gnu/usr.bin/binutils/gas/doc/
H A Dc-m68hc11.texi406 NX: negative of condition XX
428 @var{NX}, the opposite condition to @var{XX}. For example, for the
435 b@var{NX}s oof
H A Dc-m68k.texi448 NX: negative of condition XX
483 issues a longer code fragment in terms of @var{NX}, the opposite condition
490 b@var{NX}s oof
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-m68hc11.texi406 NX: negative of condition XX
428 @var{NX}, the opposite condition to @var{XX}. For example, for the
435 b@var{NX}s oof
H A Dc-m68k.texi515 NX: negative of condition XX
550 issues a longer code fragment in terms of @var{NX}, the opposite condition
557 b@var{NX}s oof
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp12775 const auto *NX = cast<DependentNameType>(X), in getCommonNonSugarTypeNode() local
12777 assert(NX->getIdentifier() == NY->getIdentifier()); in getCommonNonSugarTypeNode()
12779 getCommonTypeKeyword(NX, NY), getCommonNNS(Ctx, NX, NY), in getCommonNonSugarTypeNode()
12780 NX->getIdentifier(), NX->getCanonicalTypeInternal()); in getCommonNonSugarTypeNode()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp199 if (NamedDecl *NX = dyn_cast<NamedDecl>(X)) in isSameDeclaration() local
200 X = NX->getUnderlyingDecl(); in isSameDeclaration()
/openbsd/usr.sbin/nsd/doc/
H A DRELNOTES334 of NX.
2362 - -DBIND8_STATS to enable bind8 like [NX]STATS
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZScheduleZ16.td474 def : InstRW<[WLat1, FXa, NormalGr], (instregex "NX(G)?RK$")>;
H A DSystemZScheduleZ15.td474 def : InstRW<[WLat1, FXa, NormalGr], (instregex "NX(G)?RK$")>;

12