代码搜索:X
找到约 10,000 项符合「X」的源代码
代码结果 10,000
www.eeworm.com/read/366702/2877862
x shiftdi.x
load_lib target-supports.exp
if { [check_effective_target_int16] } {
return 1
}
return 0;
www.eeworm.com/read/366702/2878607
x 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
www.eeworm.com/read/366702/2878660
x 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
www.eeworm.com/read/366702/2878817
x usmul.x
load_lib target-supports.exp
if { [check_effective_target_int16] } {
return 1
}
return 0;