代码搜索:optimizations
找到约 908 项符合「optimizations」的源代码
代码结果 908
www.eeworm.com/read/430518/1927099
h string.h
/* This left blank until we do parisc optimizations */
www.eeworm.com/read/357083/3031833
h string.h
/* This left blank until we do parisc optimizations */
www.eeworm.com/read/162614/5530566
c recip-2.c
/* { dg-do compile } */
/* { dg-options "-O1 -funsafe-math-optimizations -fdump-tree-recip" } */
float e(float a, float b, float c, float d, float e, float f)
{
if (a < b)
{
a = a + b;
www.eeworm.com/read/240162/4589857
c cris-volatile-1.c
/* Copyright (C) 2003 Free Software Foundation.
Check that size-optimizations for move insns (specifically peephole
optimizations) aren't applied to volatile objects in the CRIS port.
Origin
www.eeworm.com/read/233448/4685242
c cris-volatile-1.c
/* Copyright (C) 2003 Free Software Foundation.
Check that size-optimizations for move insns (specifically peephole
optimizations) aren't applied to volatile objects in the CRIS port.
Origin
www.eeworm.com/read/340665/3280568
c cris-volatile-1.c
/* Copyright (C) 2003 Free Software Foundation.
Check that size-optimizations for move insns (specifically peephole
optimizations) aren't applied to volatile objects in the CRIS port.
Origin
www.eeworm.com/read/440906/1782225
c cris-volatile-1.c
/* Copyright (C) 2003 Free Software Foundation.
Check that size-optimizations for move insns (specifically peephole
optimizations) aren't applied to volatile objects in the CRIS port.
Origin
www.eeworm.com/read/366702/2882630
c cris-volatile-1.c
/* Copyright (C) 2003 Free Software Foundation.
Check that size-optimizations for move insns (specifically peephole
optimizations) aren't applied to volatile objects in the CRIS port.
Origin
www.eeworm.com/read/162614/5530176
c cris-volatile-1.c
/* Copyright (C) 2003 Free Software Foundation.
Check that size-optimizations for move insns (specifically peephole
optimizations) aren't applied to volatile objects in the CRIS port.
Origin
www.eeworm.com/read/162614/5530357
c recip-3.c
/* { dg-do compile } */
/* { dg-options "-O1 -fno-trapping-math -funsafe-math-optimizations -fdump-tree-recip" } */
double F[2] = { 0.0, 0.0 }, e;
/* In this case the optimization is interesting. *