HomeSort by: relevance | last modified time | path
    Searched defs:spx (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/vax/vax/
conf.c 52 #include "spx.h"
133 cons_decl(spx); variable
163 cons_init(spx),
  /src/external/lgpl3/mpfr/dist/tests/
tpow_all.c 63 * spx: non-zero if px is a stringm zero if px is a MPFR number.
75 cmpres (int spx, const void *px, const char *sy, mpfr_rnd_t rnd,
96 if (spx)
147 int spx = sx != NULL; local
149 if (!spx)
156 cmpres (spx, sx, sy, rnd, z1, inex1, z2, inex2, MPFR_FLAGS_ALL,
168 cmpres (spx, sx, sy, rnd, z1, inex1, z2, inex2, flags,
172 cmpres (spx, sx, sy, rnd, z1, inex1, z2, inex2, MPFR_FLAGS_ALL,
184 cmpres (spx, sx, sy, rnd, z1, inex1, z2, inex2, flags,
188 cmpres (spx, sx, sy, rnd, z1, inex1, z2, inex2, MPFR_FLAGS_ALL
    [all...]
  /src/sys/arch/vax/vsa/
spx.c 1 /* $NetBSD: spx.c,v 1.13 2025/03/09 18:50:20 hans Exp $ */
3 * SPX/LCSPX/SPXg/SPXgt accelerated framebuffer driver for NetBSD/VAX
35 __KERNEL_RCSID(0, "$NetBSD: spx.c,v 1.13 2025/03/09 18:50:20 hans Exp $");
93 #define SPX_REG_ADDR 0x39302000 /* 1st set of SPX registers */
102 #define SPX_REG1_ADDR 0x39b00000 /* 2nd set of SPX registers */
115 /* few SPX register names */
134 /* few SPX opcodes (microcode entry points); rasterop # = opcode ? */
198 CFATTACH_DECL_NEW(spx, sizeof(struct spx_softc),
345 * SPX HW accelerated block copy
366 /* SPX HW accelerated block set, no common code *
1177 cons_decl(spx); variable
    [all...]

Completed in 38 milliseconds