代码搜索:optimizations
找到约 908 项符合「optimizations」的源代码
代码结果 908
www.eeworm.com/read/258653/4353216
c fft_sse.c
/*
* FFT/MDCT transform with SSE optimizations
* Copyright (c) 2002 Fabrice Bellard.
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it und
www.eeworm.com/read/258350/4357486
mk gcc-dev.mk
#
# FreeType 2 gcc-specific with NO OPTIMIZATIONS + DEBUGGING
#
# Copyright 1996-2000, 2003 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and
www.eeworm.com/read/159001/5589422
mk gcc-dev.mk
#
# FreeType 2 gcc-specific with NO OPTIMIZATIONS + DEBUGGING
#
# Copyright 1996-2000 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may on
www.eeworm.com/read/159001/5589423
mk bcc-dev.mk
#
# FreeType 2 Borland C++-specific with NO OPTIMIZATIONS + DEBUGGING
#
# Copyright 1996-2000 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, a
www.eeworm.com/read/367245/9765382
c winprint.c
/*
* print processor for virtual printer
*
* taken from the genprint example (C) Microsoft DDK
*
* optimizations by Alex Mokrov - thank you
*
* virtual printer (C) mabuse.de
*/
#i
www.eeworm.com/read/112652/15480381
cpp demo11_10.cpp
// DEMO11_10.CPP - Multithreaded DirectX demo
// make sure to compile with multithreaded libraries
// and if the program doesn't work try turning optimizations
// completely off
// INCLUDES ////
www.eeworm.com/read/291273/8430234
pas uxlssst.pas
unit UXlsSST;
{$IFDEF LINUX}{$INCLUDE ../FLXCOMPILER.INC}{$ELSE}{$INCLUDE ..\FLXCOMPILER.INC}{$ENDIF}
//This is a unit to optimize the SST for a big number of strings.
//Optimizations:
//We use
www.eeworm.com/read/291273/8430615
pas uxlssst2.pas
unit UXlsSST;
//This is a unit to optimize the SST for a big number of strings.
//Optimizations:
//We use records, no objects to strore the strings (4 bytes of VMT per string and avoid calling cr
www.eeworm.com/read/181902/9231064
pas uxlssst.pas
unit UXlsSST;
{$IFDEF LINUX}{$INCLUDE ../FLXCOMPILER.INC}{$ELSE}{$INCLUDE ..\FLXCOMPILER.INC}{$ENDIF}
//This is a unit to optimize the SST for a big number of strings.
//Optimizations:
//We use
www.eeworm.com/read/181902/9231396
pas uxlssst2.pas
unit UXlsSST;
//This is a unit to optimize the SST for a big number of strings.
//Optimizations:
//We use records, no objects to strore the strings (4 bytes of VMT per string and avoid calling cr