代码搜索结果

找到约 10,000 项符合 R 的代码

t-r3900

LIB1ASMSRC = mips/mips16.S LIB1ASMFUNCS = _m16addsf3 _m16subsf3 _m16mulsf3 _m16divsf3 \ _m16eqsf2 _m16nesf2 _m16gtsf2 _m16gesf2 _m16lesf2 _m16ltsf2 \ _m16fltsisf _m16fix_truncsfsi \ _m16adddf3 _m16

r3900.h

/* Definitions of MIPS sub target machine for GNU compiler. Toshiba r3900. You should include mips.h after this. Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2004 Fre

r4382844.cc

/* APPLE LOCAL file Radar 4382844 */ /* { dg-do compile } */ #include struct vec3 { inline vec3() : x(0), y(0), z(0) {} inline vec3(const vec3 &V) : x(V.x), y(V.y), z(V.z) {} union { s

r4281384.c

/* APPLE LOCAL file Radar 4281384 */ /* Contributed by Devang Patel */ /* { dg-do compile } */ /* { dg-skip-if "No stabs" { mmix-*-* *-*-aix* *-*-netware* alpha*-*-* hppa*64*-*-*

r4475058.c

/* APPLE LOCAL file Radar 4475058 */ /* { dg-compile } */ /* { dg-options "-O" } */ struct C1 { }; template class T1 { private: T * _p; public: T * operator -> () { return _p; } };

r4499790.c

/* Test case for radar 4499790 */ /* { dg-do run } */ /* { dg-options "-fpascal-strings -fshort-wchar" } */ extern void abort (void); typedef unsigned short UInt16; typedef UInt16 UniChar; int main(i

r1.c

void assert (a) {if (a != 1) abort ();} int h1 (int *p) {return *p & 255;} void p1 () {int a = 0x01020304; assert (h1 (&a) == 0x04);} int h2 (a) {return a > 0;} p2 () {assert (h2 (1));} h3 (int

r4208007.c

/* APPLE LOCAL file Radar 4208007 */ /* { dg-compile } */ /* { dg-options "-O2 -ftree-loop-memset" } */ int A[16]; void foo() { int i; for (i=0;i