代码搜索:optimizations
找到约 908 项符合「optimizations」的源代码
代码结果 908
www.eeworm.com/read/440906/1780562
c 20020506-1.c
/* Copyright (C) 2002 Free Software Foundation.
Test that (A & C1) op C2 optimizations behave correctly where C1 is
a constant power of 2, op is == or !=, and C2 is C1 or zero.
Written by
www.eeworm.com/read/366702/2878459
c 20020506-1.c
/* Copyright (C) 2002 Free Software Foundation.
Test that (A & C1) op C2 optimizations behave correctly where C1 is
a constant power of 2, op is == or !=, and C2 is C1 or zero.
Written by
www.eeworm.com/read/366702/2883092
c forwprop-1.c
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-forwprop1" } */
/* We should be able to optimize this to b->t[i] = 1 during
early optimizations. */
struct a
{
int t[10];
};
void f(s
www.eeworm.com/read/396796/8090003
c libfbx-3dfx-misc.c
/*
* libfbx-3dfx-misc.c -- Miscellaneous routines for 3dfx optimizations
* (C)opyright 2001 U4X Labs
*
* Written by: Michael Bourgeous
* Paul Mundt
www.eeworm.com/read/215896/4900412
makefile
include ../optimizations.mk
include ../definitions.mk
SCAN_FILE=lexer
OTHER_FILES=token parser
OBJS= $(SCAN_FILE).o $(OTHER_FILES:%=%.o)
../bin/cxx: $(OBJS)
$(CC) -o ../bin/cxx $(OBJS) -lstdc++
www.eeworm.com/read/325387/3484336
msvc
# Copyright (C) Igor Sysoev
# MSVC 6.0 SP2, MSVC Toolkit 2003 (7.1), MSVC 2005 Express Edition SP1 (8.0)
# optimizations
# maximize speed, equivalent to -Og -Oi -Ot -Oy -Ob2 -Gs -GF -Gy
CFLAGS="$
www.eeworm.com/read/159825/5581032
h pgtable.h
#ifndef _I386_PGTABLE_H
#define _I386_PGTABLE_H
#include
/*
* Define USE_PENTIUM_MM if you want the 4MB page table optimizations.
* This works only on a intel Pentium.
*/
www.eeworm.com/read/396796/8089991
c libfbx-3dfx.c
/*
* libfbx-3dfx.c -- 3dfx optimizations for libfbx
* (C)opyright 2000-2001 U4X Labs
*
* Written by: Paul Mundt
* Mike Bourgeous
*
www.eeworm.com/read/396796/8090000
c libfbx-ati-misc.c
/*
* libfbx-ati-misc.c -- Miscellaneous routines for ati optimizations
* (C)opyright 2001 U4X Labs
*
* Written by: Paul Mundt
*
* $Id: libfbx-ati-misc.c,v 1.3 2001/03/03
www.eeworm.com/read/233448/4683975
c pr17024-1.c
/* PR middle-end/17024 */
/* { dg-do compile } */
/* { dg-options "-funsafe-math-optimizations" } */
#define MAX2(a,b) (((a)>(b)) ? (a) : (b))
void C(double);
void i(int k)
{
double c[1];
C(MAX2(