代码搜索:does
找到约 10,000 项符合「does」的源代码
代码结果 10,000
www.eeworm.com/read/366702/2871259
c net14.c
// { dg-do assemble }
// this probably does not have correct debugging info generated.
typedef struct Thing {
Thing();
int x;
} Thing;
www.eeworm.com/read/366702/2878611
x fp-cmp-4f.x
if [istarget "spu-*-*"] {
# The SPU single-precision floating point format does not
# support Nan & Inf.
return 1
}
return 0
www.eeworm.com/read/366702/2878653
x compare-fp-1.x
if [istarget "spu-*-*"] {
# The SPU single-precision floating point format does not
# support Nan & Inf.
return 1
}
return 0
www.eeworm.com/read/366702/2878655
x fp-cmp-8f.x
if [istarget "spu-*-*"] {
# The SPU single-precision floating point format does not
# support Nan & Inf.
return 1
}
return 0
www.eeworm.com/read/261856/4319470
txt license.txt
LICENSE - UART bootloader
All software programs are provided 'as is' without warranty of any kind:
Atmel does not state the suitability of the provided materials for
any purpos
www.eeworm.com/read/258893/4350731
c clsrvprf.c
/*____________________________________________________________________________
Copyright (C) 1998 Network Associates, Inc.
All rights reserved.
CLsrvprf.c - does the drudge work of setting up
www.eeworm.com/read/258350/4356554
cpp hellounix.cpp
// This file does nothing, but check your makefile to see if there is a
// reference to hello_win.cpp...there shouldn't be if qmake is used on X11.
www.eeworm.com/read/258350/4356555
cpp hellowin.cpp
// This file does nothing, but check your makefile to see if there is a
// reference to hello_x11.cpp...there shouldn't be if qmake is used on Windows.