Searched refs:ZERO (Results 1 - 25 of 80) sorted by relevance

1234

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dcmdlne-C2.c12 #define ZERO 0 // A comment macro
14 ZERO:
H A Dcmdlne-C.c34 #define ZERO 0 /* A trailing comment. */ macro
36 #if ZERO
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Ddivbyzero.c8 #define ZERO (4 - 6 + 2) macro
12 int w = argc % ZERO; /* { dg-warning "division by zero" } */
14 int y = argc / ZERO; /* { dg-warning "division by zero" } */
17 w = (ZERO ? y / ZERO : x); /* { dg-bogus "division by zero" } */
18 x = (ZERO ? argc % ZERO: x); /* { dg-bogus "division by zero" } */
H A Dc90-const-expr-3.c8 static const int ZERO = 0; variable
27 ASSERT_NOT_NPC (ZERO);
29 ASSERT_NOT_NPC (ZERO + 0); /* { dg-bogus "incompatible" "bogus null pointer constant" { xfail *-*-* } } */
30 ASSERT_NOT_NPC (ZERO + ZERO); /* { dg-bogus "incompatible" "bogus null pointer constant" { xfail *-*-* } } */
32 ASSERT_NOT_NPC (+ZERO); /* { dg-bogus "incompatible" "bogus null pointer constant" { xfail *-*-* } } */
34 ASSERT_NOT_NPC (-ZERO); /* { dg-bogus "incompatible" "bogus null pointer constant" { xfail *-*-* } } */
36 ASSERT_NOT_NPC ((char) ZERO);
38 ASSERT_NOT_NPC ((int) ZERO);
H A Dc99-const-expr-3.c8 static const int ZERO = 0; variable
27 ASSERT_NOT_NPC (ZERO);
29 ASSERT_NOT_NPC (ZERO + 0); /* { dg-bogus "incompatible" "bogus null pointer constant" { xfail *-*-* } } */
30 ASSERT_NOT_NPC (ZERO + ZERO); /* { dg-bogus "incompatible" "bogus null pointer constant" { xfail *-*-* } } */
32 ASSERT_NOT_NPC (+ZERO); /* { dg-bogus "incompatible" "bogus null pointer constant" { xfail *-*-* } } */
34 ASSERT_NOT_NPC (-ZERO); /* { dg-bogus "incompatible" "bogus null pointer constant" { xfail *-*-* } } */
36 ASSERT_NOT_NPC ((char) ZERO);
38 ASSERT_NOT_NPC ((int) ZERO);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/noncompile/
H A D970626-2.f3 ALPHA(I)=A(I,I).ZERO)
/openbsd-current/regress/lib/libm/cephes/
H A Dtestvect.c47 static double ZERO, MZERO, HALF, MHALF, ONE, MONE, TWO, MTWO, THREE, MTHREE; variable
113 {"acos", acos, &ONE, &ZERO, 0},
117 {"asin", asin, &ZERO, &ZERO, 0},
122 {"atan", atan, &ZERO, &ZERO, 0},
127 {"cos", cos, &ZERO, &ONE, 0},
133 {"sin", sin, &ZERO, &ZERO, 0},
137 {"tan", tan, &ZERO,
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/
H A Dcmdlne-C.c34 #define ZERO 0 /* A trailing comment. */ macro
36 #if ZERO
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/
H A D19990305-0.f37 DOUBLE PRECISION A,B,Y0,ZERO,ONE,FOUR,HALF local in function:HWUCI2
40 PARAMETER (ZERO=0.D0, ONE =1.D0, FOUR= 4.D0, HALF=0.5D0)
41 IF(B.EQ.ZERO)THEN
42 HWUCI2=CMPLX(ZERO,ZERO)
/openbsd-current/gnu/gcc/intl/
H A DgettextP.h140 # define ZERO 0 macro
142 # define ZERO 1 macro
153 char domainname[ZERO];
/openbsd-current/gnu/usr.bin/texinfo/intl/
H A DgettextP.h132 # define ZERO 0 macro
134 # define ZERO 1 macro
145 char domainname[ZERO];
/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsInstPrinter.cpp277 return (isReg<Mips::ZERO>(MI, 0) && isReg<Mips::ZERO>(MI, 1) &&
279 (isReg<Mips::ZERO>(MI, 1) &&
288 return isReg<Mips::ZERO>(MI, 1) &&
296 return isReg<Mips::ZERO>(MI, 0) &&
309 return (isReg<Mips::ZERO>(MI, 0) &&
324 return isReg<Mips::ZERO>(MI, 2) &&
334 return isReg<Mips::ZERO>(MI, 2) &&
H A DMipsABIInfo.cpp97 return ArePtrs64bit() ? Mips::ZERO_64 : Mips::ZERO;
101 return AreGprs64bit() ? Mips::ZERO_64 : Mips::ZERO;
H A DMipsTargetStreamer.cpp290 emitRR(Opc, Mips::ZERO, Mips::ZERO, IDLoc, STI);
297 emitRRI(Opc, Mips::ZERO, Mips::ZERO, 0, IDLoc, STI);
302 emitRR(Mips::MOVE16_MM, Mips::ZERO, Mips::ZERO, IDLoc, STI);
304 emitRRI(Mips::SLL, Mips::ZERO, Mips::ZERO, 0, IDLoc, STI);
341 if (BaseReg != Mips::ZERO)
377 if (BaseReg != Mips::ZERO)
[all...]
/openbsd-current/sys/arch/mips64/include/
H A Dregnum.h33 * Location of the saved registers relative to ZERO.
36 #define ZERO 0 macro
/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsLoongson2FBTBFix.cpp82 .addReg(Mips::ZERO)
H A DMipsExpandPseudo.cpp84 unsigned ZERO = Mips::ZERO; local
169 .addReg(ZERO)
213 unsigned LL, SC, ZERO, BNE, BEQ, MOVE; local
232 ZERO = Mips::ZERO;
237 ZERO = Mips::ZERO_64;
286 BuildMI(loop2MBB, DL, TII->get(MOVE), Scratch).addReg(NewVal).addReg(ZERO);
290 .addReg(Scratch, RegState::Kill).addReg(ZERO).addMBB(loop1MBB);
446 .addReg(Mips::ZERO)
586 unsigned LL, SC, ZERO, BEQ, SLT, SLTu, OR, MOVN, MOVZ, SELNEZ, SELEQZ; local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCMacroFusion.cpp110 (RA.getReg() != PPC::ZERO && RA.getReg() != PPC::ZERO8);
123 (RT.getReg() == PPC::ZERO || RT.getReg() == PPC::ZERO8))
209 if (RA.getReg() == PPC::ZERO || RA.getReg() == PPC::ZERO8)
220 if (RA.getReg() == PPC::ZERO || RA.getReg() == PPC::ZERO8)
/openbsd-current/gnu/usr.bin/gcc/gcc/intl/
H A DgettextP.h154 /*# define ZERO 0*/
156 # define ZERO 1 macro
167 char domainname[ZERO];
/openbsd-current/sys/arch/mips64/mips64/
H A Dprocess_machdep.c90 regs->r_regs[ZERO] = 0;
/openbsd-current/lib/libm/src/ld128/
H A De_logl.c127 #define ZERO logtbl[38] macro
205 return -0.5L / ZERO;
210 return (x - x) / ZERO;
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/hexagon/
H A Ddfsqrt.S278 #define ZERO r11:10 define
281 ZERO = #0 define
284 REM_HI_TMP = sub(REM_HI,ZERO,P_CARRY1):carry
300 REM_HI_TMP = sub(REM_HI,ZERO,P_CARRY2):carry
314 P_TMP = cmp.eq(REM_LO,ZERO) // is the low part zero
H A Ddfaddsub.S121 #define ZERO r15:14 define
122 ZERO = #0 define
125 NO_STICKIES = cmp.eq(ATMP2,ZERO)
297 #undef ZERO
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600RegisterInfo.cpp42 reserveRegisterTuples(Reserved, R600::ZERO);
/openbsd-current/usr.bin/seq/
H A Dseq.c44 #define ZERO '0' macro
99 char pad = ZERO;

Completed in 144 milliseconds

1234