20020415-1.c
来自「用于进行gcc测试」· C语言 代码 · 共 23 行
C
23 行
/* Check that floating point casts of integer operations don't ICE. *//* The first of these routines caused problems for a patch, that wasn't otherwise caught by a full bootstrap, the regression test suite or SPEC CPU2000. */doubleandop (unsigned int x){ return x & 1;}doubleorop (unsigned int x){ return x | 1;}doublenotop (unsigned int x){ return ~x;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?