代码搜索:operators
找到约 8,993 项符合「operators」的源代码
代码结果 8,993
www.eeworm.com/read/190666/5174283
c tem06.c
// 980945 bkoz
// test for correct operators at link time
/*
/tmp/cca211431.o: In function `void blah(foo const &)':
/tmp/cca211431.o(.void gnu.linkonce.t.blah(foo con
www.eeworm.com/read/179906/5300964
java mathops.java
//: c03:MathOps.java
// Demonstrates the mathematical operators.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
import com.b
www.eeworm.com/read/179906/5300970
java bitmanipulation.java
//: c03:BitManipulation.java
// Using the bitwise operators.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
import com.bruce
www.eeworm.com/read/179906/5301002
java bool.java
//: c03:Bool.java
// Relational and logical operators.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
import com.bruceeckel.
www.eeworm.com/read/340665/3274939
c tem06.c
// 980945 bkoz
// test for correct operators at link time
/*
/tmp/cca211431.o: In function `void blah(foo const &)':
/tmp/cca211431.o(.void gnu.linkonce.t.blah(foo con
www.eeworm.com/read/440906/1776571
c tem06.c
// 980945 bkoz
// test for correct operators at link time
/*
/tmp/cca211431.o: In function `void blah(foo const &)':
/tmp/cca211431.o(.void gnu.linkonce.t.blah(foo con
www.eeworm.com/read/366702/2871972
c overload19.c
// { dg-do run }
// PRMS Id: 4689
// Bug: g++ doesn't notice operators overloaded on enumeral types.
enum E { A=5, B=32, C=100 };
E operator|(E a, E b) { return C; }
int main()
{
return (A|B) !=
www.eeworm.com/read/366702/2882251
c compare-rel-d32.c
/* { dg-options "-std=gnu99 -O0" } */
/* C99 6.5.8 Relational operators.
Compare decimal float values against each other at runtime. */
#define WIDTH 32
#include "compare-rel.h"
int
main ()
{
www.eeworm.com/read/366702/2882261
c compare-rel-d64.c
/* { dg-options "-std=gnu99 -O0" } */
/* C99 6.5.8 Relational operators.
Compare decimal float values against each other at runtime. */
#define WIDTH 64
#include "compare-rel.h"
int
main ()
{
www.eeworm.com/read/366702/2882316
c compare-rel-d128.c
/* { dg-options "-std=gnu99 -O0" } */
/* C99 6.5.8 Relational operators.
Compare decimal float values against each other at runtime. */
#define WIDTH 128
#include "compare-rel.h"
int
main ()
{