代码搜索:implicit

找到约 5,250 项符合「implicit」的源代码

代码结果 5,250
www.eeworm.com/read/168845/5429900

jam boost-build.jam

# Bootstrap file not found via implicit lookup in BOOST_BUILD_PATH boost-build ;
www.eeworm.com/read/162614/5516963

c 3dnow-2.c

/* { dg-do assemble { target i?86-*-* x86_64-*-* } } */ /* { dg-options "-O0 -Werror-implicit-function-declaration -m3dnow" } */ /* Test that the intrinsics compile without optimization. All of them
www.eeworm.com/read/162614/5517052

c 3dnow-1.c

/* { dg-do assemble { target i?86-*-* x86_64-*-* } } */ /* { dg-options "-O2 -Werror-implicit-function-declaration -m3dnow" } */ /* Test that the intrinsics compile with optimization. All of them ar
www.eeworm.com/read/162614/5519616

c comdat3.c

// { dg-do run } // { dg-additional-sources " comdat3-aux.cc" } // Test that duplicate elimination of implicit instantiations of static // data members works properly. // Additional files: comdat3.h
www.eeworm.com/read/162614/5520840

c typename9.c

// { dg-do run } // { dg-options "-w" } // Test to make sure that implicit typename doesn't break name binding rules. typedef double A; template class B { typedef char A; }; template
www.eeworm.com/read/162614/5520891

c typename5.c

// { dg-do assemble } // { dg-options "-Wno-deprecated" } template struct A { typedef T A_Type; }; template struct B : public A { }; template struct C : public
www.eeworm.com/read/162614/5523341

f90 intrinsic_dprod.f90

! Program to test DPROD intrinsic program intrinsic_dprod implicit none real r, s, t double precision dp ! 6d60 doesn't fit in a 4-byte real r = 2e30 s = 4e30 dp = dprod (r, s)
www.eeworm.com/read/162614/5525993

f90 dfloat_1.f90

! { dg-do run } ! Progam to test the dfloat intrinsic. program dfloat_1 implicit none integer(2) i2 integer(4) i4 integer(8) i8 i2 = -4_2 i4 = 4_4 i8 = 10_8 if (dfloat(i2) /= -
www.eeworm.com/read/162614/5526138

f90 nesting_3.f90

! check to make the nested function dawsonseries_v gets the correct ! fake return decl and that the outer (dawson_v) has an assignment of ! just the fake return decl for real and not the inner's retur
www.eeworm.com/read/162614/5526278

f imag_2.f

! { dg-do compile } ! { dg-options "-std=f95" } program bug implicit none complex(kind=8) z double precision x z = cmplx(1.e0_8, 2.e0_8) x = imag(z) ! { dg-