代码搜索:optimized
找到约 6,562 项符合「optimized」的源代码
代码结果 6,562
www.eeworm.com/read/268249/11148605
cpp firgen.cpp
///////////////////////////////////////////////////////////////
// Automatic FIR Generator Tool //
// Used to generate optimized FIR Filters/Corelators //
// using
www.eeworm.com/read/147211/12576584
makefile
#------------------------------------------------------------------------------
#
# Commands:
# make [opt] Create optimized executable melp
# make debug Create debugg
www.eeworm.com/read/133338/14048690
asm dbl_divf.asm
;*******************************************************************
; Double Precision Division
; 16位BIN数除法
; ( Optimized for Speed : st
www.eeworm.com/read/112641/15481138
makefile
#------------------------------------------------------------------------------
#
# Commands:
# make [opt] Create optimized executable melp
# make debug Create debugg
www.eeworm.com/read/102060/15793495
makefile
#------------------------------------------------------------------------------
#
# Commands:
# make [opt] Create optimized executable melp
# make debug Create debugg
www.eeworm.com/read/366702/2882963
c divide-1.c
/* { dg-do compile } */
/* { dg-options "-O1 -fstrict-overflow -fdump-tree-optimized" } */
int f(int a)
{
return (-a)/10;
}
/* { dg-final { scan-tree-dump-times "-a / 10" 0 "optimized"} } */
/* {
www.eeworm.com/read/366702/2882981
c foldaddr-2.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-optimized" } */
struct a{
int a;
int b;
} a;
int *
t()
{
return (int *)&a;
}
/* { dg-final { scan-tree-dump "a.a" "optimized"} } */
/* { dg-
www.eeworm.com/read/366702/2882990
c divide-4.c
/* { dg-do compile } */
/* { dg-options "-O1 -fstrict-overflow -fdump-tree-optimized" } */
int f(int a)
{
return -(-a/10);
}
/* { dg-final { scan-tree-dump-times "-a / 10" 0 "optimized"} } */
/* {
www.eeworm.com/read/294145/3919737
c test_ldpc_sse2.c
/***************************************************************************
test_ldpc_sse2.c - Module for testing optimized ldpc-codes
-------------------
www.eeworm.com/read/268249/11148644
cpp multgen.cpp
///////////////////////////////////////////////////////////////
// Automatic Multiplication Array Generator tool //
// Used to generate optimized FIR Filters/Corelators //
// us