fp-int-convert-float128-timode.c
来自「用于进行gcc测试」· C语言 代码 · 共 17 行
C
17 行
/* Test floating-point conversions. __float128 type with TImode. *//* Origin: Joseph Myers <joseph@codesourcery.com> *//* { dg-do run { target { ia64-*-* || { { i?86-*-* x86_64-*-*} && lp64 } } } } *//* { dg-xfail-if "" { ia64-*-linux* } { "*" } { "" } } *//* { dg-options "" } */#include "fp-int-convert.h"#define FLOAT128_MANT_DIG 113intmain (void){ TEST_I_F(TItype, UTItype, __float128, FLOAT128_MANT_DIG); exit (0);}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?