代码搜索:optimizations

找到约 908 项符合「optimizations」的源代码

代码结果 908
www.eeworm.com/read/216898/14987531

f echof2-back.f

! Tuned Fortran 77 version ! Optimizations: ! - blocked stencil algorithm to improve cache use ! - arrays interlaced by making one big 3-dimensional array ! - copying of arrays avoided by cyclin
www.eeworm.com/read/216898/14987787

f echotunef.f

! Tuned Fortran 77 version ! Optimizations: ! - blocked stencil algorithm to improve cache use ! - arrays interlaced by making one big 3-dimensional array ! - copying of arrays avoided by cyclin
www.eeworm.com/read/470720/1452001

c i386-memset-1.c

/* Copyright (C) 2002 Free Software Foundation. Test -minline-all-stringops memset with various combinations of pointer alignments and lengths to make sure builtin optimizations are correct.
www.eeworm.com/read/470693/1463947

c i386-memset-1.c

/* Copyright (C) 2002 Free Software Foundation. Test -minline-all-stringops memset with various combinations of pointer alignments and lengths to make sure builtin optimizations are correct.
www.eeworm.com/read/459172/1573075

h dsputil_bfin.h

/* * BlackFin DSPUTILS COMMON OPTIMIZATIONS HEADER * * Copyright (C) 2007 Marc Hoffman * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it
www.eeworm.com/read/233448/4682368

c acc2.c

/* Tail call optimizations would reverse the order of multiplications in func(). */ double func (const double *array) { double d = *array; if (d == 1.0) return d; else return d * fu
www.eeworm.com/read/233448/4683645

c 20030823-1.c

struct A { int a; }; int foo (struct A *a) { static int c = 30; int x; a->a = c; /* Dominator optimizations will replace the use of 'a->a' with 'c', but they won't copy the virtual op
www.eeworm.com/read/233448/4684601

c i386-memset-1.c

/* Copyright (C) 2002 Free Software Foundation. Test -minline-all-stringops memset with various combinations of pointer alignments and lengths to make sure builtin optimizations are correct.
www.eeworm.com/read/233448/4686156

c fwrapv-2.c

/* Copyright (C) 2003 Free Software Foundation. Test that the -fno-wrapv command line option is accepted and enables "unsafe" optimizations that rely on undefined arithmetic overflow. Writt
www.eeworm.com/read/229812/4742123

txt lisa.txt

AFS ~~~ - rewrite ppexpn.c to use a precedence parser - add new tests to check pp-expression parsing - develop and implement CLIB optimizations - printf( "%s\n", p );