HomeSort by: relevance | last modified time | path
    Searched refs:VAX (Results 1 - 14 of 14) sorted by relevancy

  /src/lib/libc/arch/vax/gdtoa/
arith.h 3 #define VAX
  /src/lib/libc/gdtoa/
arithchk.c 42 VAX = { "VAX", 4 },
66 return &VAX;
93 return &VAX;
gdtoaimp.h 35 double-precision arithmetic (any of IEEE, VAX D_floating,
53 /* strtod for IEEE-, VAX-, and IBM-arithmetic machines.
65 * 1. We only require IEEE, IBM, or VAX double-precision
92 * #define VAX for VAX-style floating-point arithmetic (D_floating).
257 #ifdef VAX
283 #ifdef VAX
293 #if defined(IEEE_LITTLE_ENDIAN) + defined(IEEE_BIG_ENDIAN) + defined(VAX) + defined(IBM) != 1
294 Exactly one of IEEE_LITTLE_ENDIAN, IEEE_BIG_ENDIAN, VAX, or IBM should be defined.
323 #if defined(IEEE_LITTLE_ENDIAN) + defined(VAX)
    [all...]
strtodg.c 40 #ifndef VAX
299 #ifndef VAX
308 #ifdef VAX
315 #ifdef VAX
322 #endif /* !VAX */
560 #ifdef VAX
579 #ifdef VAX
580 /* VAX exponent range is so narrow we must
misc.c 669 #ifdef VAX
718 #ifdef VAX
742 #ifdef VAX
749 #ifdef VAX
887 #ifdef VAX
strtod.c 364 #ifdef VAX
392 #ifdef VAX
393 /* VAX exponent range is so narrow we must
dtoa.c 166 #if defined(IEEE_Arith) + defined(VAX)
  /src/lib/libc/gdtoa/test/
dt.c 195 #ifdef VAX
252 #ifdef VAX
271 #ifdef VAX
  /src/usr.bin/make/unit-tests/
cond-token-number.mk 102 # the largest representable number (VAX); in particular, make does not fall
  /src/common/dist/zlib/
make_vms.com 21 $! 0.08 20120219 Make it work on VAX again, pre-load missing symbols to shared
56 $ vax = f$getsyi("HW_MODEL").lt.1024
61 $! Why is this needed? And if it is needed, why not simply ".not. vax"?
108 $! Why /NAMES = AS_IS? Why not simply ".not. vax"? And why not on VAX?
402 $ if its_vaxc then write sys$output "CC compiler check ... VAX C"
818 $ if vax
860 $ write sys$output "Unknown Architecture (Not VAX, AXP, or IA64)"
  /src/sys/external/isc/libsodium/dist/
config.guess 185 arm*|i386|m68k|ns32k|sh3*|sparc|vax)
448 VAX*:ULTRIX*:*:*)
449 echo vax-dec-ultrix${UNAME_RELEASE}
1020 vax:Linux:*:*)
1346 V*) echo vax-dec-vms ; exit ;;
1451 #if defined (vax)
1456 printf ("vax-dec-bsd4.3\n"); exit (0);
1459 printf ("vax-dec-bsd4.3reno\n"); exit (0);
1461 printf ("vax-dec-bsd\n"); exit (0);
1465 printf ("vax-dec-bsd\n"); exit (0)
    [all...]
  /src/lib/librumpuser/build-aux/
config.guess 195 arm*|i386|m68k|ns32k|sh3*|sparc|vax)
472 VAX*:ULTRIX*:*:*)
473 echo vax-dec-ultrix${UNAME_RELEASE}
1057 vax:Linux:*:*)
1396 V*) echo vax-dec-vms ; exit ;;
  /src/sys/external/isc/libsodium/dist/build-aux/
config.guess 195 arm*|i386|m68k|ns32k|sh3*|sparc|vax)
472 VAX*:ULTRIX*:*:*)
473 echo vax-dec-ultrix${UNAME_RELEASE}
1058 vax:Linux:*:*)
1407 V*) echo vax-dec-vms ; exit ;;
  /src/share/mk/
bsd.own.mk 98 ${MACHINE} == "vax" || \
135 ${MACHINE} == "vax" || \
276 .if ${MACHINE_ARCH} == "vax" || ${MACHINE} == "sun2"
595 TOOL_VAXMOPCOPY= ${TOOLDIR}/bin/${_TOOL_PREFIX}vax-mopcopy
713 TOOL_VAXMOPCOPY= vax-mopcopy
812 MACHINES.vax= vax
998 # On VAX using ELF, all objects are PIC, not just shared libraries,
999 # so don't build the _pic version. VAX has no native TLS support either,
1002 MKPICLIB.vax= n
    [all...]

Completed in 28 milliseconds