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

1 2 3 4

  /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
  /src/external/gpl3/binutils/dist/opcodes/
makefile.vms 33 ifeq ($(ARCH),VAX)
34 OBJS=vax-dis.obj
  /src/external/gpl3/binutils.old/dist/opcodes/
makefile.vms 33 ifeq ($(ARCH),VAX)
34 OBJS=vax-dis.obj
  /src/external/gpl3/gdb.old/dist/opcodes/
makefile.vms 33 ifeq ($(ARCH),VAX)
34 OBJS=vax-dis.obj
  /src/external/gpl3/gdb/dist/opcodes/
makefile.vms 33 ifeq ($(ARCH),VAX)
34 OBJS=vax-dis.obj
  /src/lib/libc/gdtoa/test/
dt.c 195 #ifdef VAX
252 #ifdef VAX
271 #ifdef VAX
  /src/external/lgpl3/gmp/dist/mpn/vax/
rshift.asm 1 dnl VAX mpn_rshift -- right shift.
add_n.asm 1 dnl VAX mpn_add_n -- Add two limb vectors of the same length > 0 and store sum
lshift.asm 1 dnl VAX mpn_lshift -- left shift.
sub_n.asm 1 dnl VAX mpn_sub_n -- Subtract two limb vectors of the same length > 0 and
addmul_1.asm 1 dnl VAX mpn_addmul_1 -- Multiply a limb vector with a limb and add the result
mul_1.asm 1 dnl VAX mpn_mul_1 -- Multiply a limb vector with a limb and store the result
submul_1.asm 1 dnl VAX mpn_submul_1 -- Multiply a limb vector with a limb and subtract the
  /src/external/bsd/pcc/dist/pcc/f77/fcom/
defines.h 48 #define VAX 7
  /src/usr.bin/make/unit-tests/
cond-token-number.mk 102 # the largest representable number (VAX); in particular, make does not fall
  /src/external/bsd/byacc/dist/
vmsbuild.com 12 $! The default compiler on VAX hosts is vaxc, else decc (Alpha hosts).
  /src/external/gpl2/gmake/dist/
vmsfunctions.c 167 #if defined(VAX)
  /src/external/gpl3/binutils/dist/gas/
configure.com 179 first (like Motorola and SPARC, unlike Intel and VAX). */
  /src/external/gpl3/binutils.old/dist/gas/
configure.com 179 first (like Motorola and SPARC, unlike Intel and VAX). */
  /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)"

Completed in 22 milliseconds

1 2 3 4