代码搜索:difference
找到约 3,389 项符合「difference」的源代码
代码结果 3,389
www.eeworm.com/read/120923/14782842
cpp numerictest.cpp
//: C08:NumericTest.cpp
// From "Thinking in C++, 2nd Edition, Volume 2"
// by Bruce Eckel & Chuck Allison, (c) 2001 MindView, Inc.
// Available at www.BruceEckel.com.
//{L} ../TestSuite/Test
//{
www.eeworm.com/read/120385/14804306
c alg1.c
#include
#include
#include
#include
#include
int main()
{
int ia[] = { 1, 1, 2, 3, 5, 8 };
list ilist(ia, ia+6);
li
www.eeworm.com/read/209853/15212985
cpp numerictest.cpp
//: C06:NumericTest.cpp
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in the fi
www.eeworm.com/read/168845/5432407
hpp vector_assign.hpp
//
// Copyright (c) 2000-2002
// Joerg Walter, Mathias Koch
//
// Permission to use, copy, modify, distribute and sell this software
// and its documentation for any purpose is hereby granted
www.eeworm.com/read/168845/5433785
rst iterator_facade_ref.rst
.. Version 1.3 of this ReStructuredText document corresponds to
n1530_, the paper accepted by the LWG for TR1.
.. Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2003.
.. parsed-li
www.eeworm.com/read/168845/5435820
pattern test_fp_comparisons.pattern
152: error in "test_BOOST_CHECK_CLOSE": difference between fp1{0} and fp2{1e-20} exceeds 1e-05%
153: error in "test_BOOST_CHECK_CLOSE": difference between fp1{0} and fp2{1e-30} exceeds 1e-05%
154: e
www.eeworm.com/read/162614/5518555
c pr22444.c
// PR tree-optimization/22444
// When creating SFT's, we shouldn't add the original variable
// to the addressable vars list, because this may cause false aliasing
// with the subvars leading to the s
www.eeworm.com/read/162614/5528726
c 20021029-1.c
/* Test whether difference of local labels doesn't force
variables into writable sections. */
/* { dg-do compile { target fpic } } */
/* { dg-options "-O2 -fpic" } */
/* { dg-options "-O2 -fpic -m
www.eeworm.com/read/162614/5528825
c vect-52.c
/* { dg-require-effective-target vect_float } */
#include
#include "tree-vect.h"
#define N 256
/* Unaligned pointer read accesses, aligned write access.
The loop bound is unknown.
www.eeworm.com/read/162614/5528853
c vect-48.c
/* { dg-require-effective-target vect_float } */
#include
#include "tree-vect.h"
#define N 256
/* Unaligned pointer read accesses, aligned write access.
The loop bound is known and di