📄 20020415-1.c
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -