代码搜索结果
找到约 10,000 项符合
X 的代码
10197.x
# Scratch files aren't implemented for mmixware
# (_stat is a stub and files can't be deleted).
# Similar restrictions exist for most simulators.
if { [istarget "mmix-knuth-mmixware"]
|| [istarg
shiftdi.x
# 16-bit "int"
if { [istarget "xstormy16-*"] } {
return 1
}
return 0
rbug.x
# This doesn't work on d10v if doubles are not 64 bits
if { [istarget "d10v-*-*"] && ! [string-match "*-mdouble64*" $CFLAGS] } {
set torture_execute_xfail "d10v-*-*"
}
return 0
hugeval.x
# This test fails under hpux 9.X and 10.X because HUGE_VAL is DBL_MAX
# instead of +Infinity.
global target_triplet
if { [istarget "hppa*-*-hpux9*"] || [istarget "hppa*-*-hpux10*"] } {
set tort
x.c
f(m){int i,s=0;for(i=0;i
dll.x
# This test examines the attribute support for DLLs.
# Only COFF/PE formats support DLLs, (plus, as a special case
# the mcore-elf toolchain), so the code here tries to determine
# the file format and
memory.x
/* L'espace m閙oire du MCS12DP256 en "Normal single ship */
/* ----------------------------------------------------- */
/* 0X0000 - 0X0399 : Registres
0X0400 - 0X0FFF : 4KO EEPROM
0X1000 - 0X3FF
math.x
/*filename: math.x*/
const ADD =0;
const SUB =1;
const MUL =2;
const DIV =3;
struct MATH
{
int op; /* 0-ADD ,1-SUB ,2-MUL,3-DIV*/
float arg1;
float arg2;
f
math.x
/*filename: math.x*/
const ADD =0;
const SUB =1;
const MUL =2;
const DIV =3;
struct MATH
{
int op; /* 0-ADD ,1-SUB ,2-MUL,3-DIV*/
float arg1;
float arg2;
f