代码搜索:optimized

找到约 6,562 项符合「optimized」的源代码

代码结果 6,562
www.eeworm.com/read/289455/8550116

makefile

LIBNAME = wvlt LIB = lib$(LIBNAME).a LINTLIB = llib-l$(LIBNAME).ln MAKETYPE = OPTIMIZED # Even though the IBM CC compiler permits optimized debugs, the debuggers # get confused with the res
www.eeworm.com/read/448642/7528808

makefile

LIBNAME = wvlt LIB = lib$(LIBNAME).a LINTLIB = llib-l$(LIBNAME).ln MAKETYPE = OPTIMIZED # Even though the IBM CC compiler permits optimized debugs, the debuggers # get confused with the res
www.eeworm.com/read/135954/13883711

makefile

LIBNAME = wvlt LIB = lib$(LIBNAME).a LINTLIB = llib-l$(LIBNAME).ln MAKETYPE = OPTIMIZED # Even though the IBM CC compiler permits optimized debugs, the debuggers # get confused with the res
www.eeworm.com/read/229812/4741368

makefile

# PPACT -- pretty-printer for code generator actions file .extensions: .extensions: .exe .lib .lnk .obj .cpp TRPRTDLL = yes optimized = yes .cpp.obj : .AUTODEPEND !ifdef optimized ! if
www.eeworm.com/read/195201/5114236

makefile

LIBNAME = wvlt LIB = lib$(LIBNAME).a LINTLIB = llib-l$(LIBNAME).ln MAKETYPE = OPTIMIZED # Even though the IBM CC compiler permits optimized debugs, the debuggers # get confused with the res
www.eeworm.com/read/179541/5304299

makefile

LIBNAME = wvlt LIB = lib$(LIBNAME).a LINTLIB = llib-l$(LIBNAME).ln MAKETYPE = OPTIMIZED # Even though the IBM CC compiler permits optimized debugs, the debuggers # get confused with the res
www.eeworm.com/read/192122/8403171

asm dbl_mpys.asm

;******************************************************************* ; Double Precision Multiplication ; ; ( Optimized for Code Size : Looped Code ) ; ;**********
www.eeworm.com/read/192122/8403185

asm dbl_mpyf.asm

;******************************************************************* ; Double Precision Multiplication ; ; ( Optimized for Speed : straight Line Code ) ; ;****
www.eeworm.com/read/192122/8403190

asm dbl_divf.asm

;******************************************************************* ; Double Precision Division ; ; ( Optimized for Speed : straight Line Code ) ; ;**********
www.eeworm.com/read/192122/8403211

asm dbl_divs.asm

;******************************************************************* ; Double Precision Division ; ; ( Optimized for Code Size : Looped Code ) ; ;*************