代码搜索:optimize
找到约 6,026 项符合「optimize」的源代码
代码结果 6,026
www.eeworm.com/read/380993/2651042
tdf lpm_divide_frp.tdf
--lpm_divide DEVICE_FAMILY="Cyclone II" LPM_DREPRESENTATION="UNSIGNED" LPM_NREPRESENTATION="UNSIGNED" LPM_REMAINDERPOSITIVE="TRUE" LPM_WIDTHD=4 LPM_WIDTHN=7 OPTIMIZE_FOR_SPEED=5 denom numer quotient r
www.eeworm.com/read/380993/2651068
tdf lpm_divide_frp.tdf
--lpm_divide DEVICE_FAMILY="Cyclone II" LPM_DREPRESENTATION="UNSIGNED" LPM_NREPRESENTATION="UNSIGNED" LPM_REMAINDERPOSITIVE="TRUE" LPM_WIDTHD=4 LPM_WIDTHN=7 OPTIMIZE_FOR_SPEED=5 denom numer quotient r
www.eeworm.com/read/366702/2864806
c spe1.c
/* { dg-do compile { target powerpc-*-eabi* } } */
/* { dg-options "-mcpu=8540 -mabi=spe -O0" } */
/* (Test with -O0 so we don't optimize any of them away). */
typedef float __attribute__((vector_
www.eeworm.com/read/366702/2878043
c printf-chk-1.c
#include
#include
#include
volatile int should_optimize;
int
__attribute__((noinline))
__printf_chk (int flag, const char *fmt, ...)
{
va_list ap;
int ret;
#ifdef
www.eeworm.com/read/366702/2878052
c strspn.c
extern void abort (void);
extern int inside_main;
__SIZE_TYPE__
strcspn (const char *s1, const char *s2)
{
const char *p, *q;
#ifdef __OPTIMIZE__
if (inside_main)
abort();
#endif
for (p =
www.eeworm.com/read/366702/2878053
c strcspn.c
extern void abort (void);
extern int inside_main;
__SIZE_TYPE__
strcspn (const char *s1, const char *s2)
{
const char *p, *q;
#ifdef __OPTIMIZE__
if (inside_main)
abort();
#endif
for (p =
www.eeworm.com/read/366702/2878057
c strpbrk.c
extern void abort (void);
extern int inside_main;
char *
strpbrk(const char *s1, const char *s2)
{
const char *p;
#ifdef __OPTIMIZE__
if (inside_main)
abort ();
#endif
while (*s1)
{
www.eeworm.com/read/366702/2878067
c sprintf.c
#include
#include
extern void abort (void);
extern int inside_main;
int
sprintf (char *buf, const char *fmt, ...)
{
va_list ap;
int r;
#ifdef __OPTIMIZE__
if (inside_main)
www.eeworm.com/read/366702/2878068
c fprintf.c
#include
#include
extern void abort (void);
extern int inside_main;
int
fprintf (FILE *fp, const char *string, ...)
{
va_list ap;
int r;
#ifdef __OPTIMIZE__
if (inside_main
www.eeworm.com/read/357802/3012676
__i game_main.__i
"..\..\code\ap_game1\src\game_main.c" LARGE OPTIMIZE (9,SIZE) BROWSE INCDIR(..\..\..\bsp\include;..\..\code\ap_game1\src\include;..\..\code\global;..\..\code\include) DEFINE (CONFIG_ASIC,dynamic_load)