代码搜索:Mapping
找到约 10,000 项符合「Mapping」的源代码
代码结果 10,000
www.eeworm.com/read/375190/2734191
cpp doc_file_mapping.cpp
//////////////////////////////////////////////////////////////////////////////
//
// (C) Copyright Ion Gaztanaga 2006-2007. Distributed under the Boost
// Software License, Version 1.0. (See accompany
www.eeworm.com/read/375190/2734245
cpp file_mapping_test.cpp
//////////////////////////////////////////////////////////////////////////////
//
// (C) Copyright Ion Gaztanaga 2004-2007. Distributed under the Boost
// Software License, Version 1.0. (See accompany
www.eeworm.com/read/375190/2738468
cpp fixed_mapping_test.cpp
// (C) Copyright Gennadiy Rozental 2001-2008.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_
www.eeworm.com/read/366702/2876521
f90 mapping_3.f90
! { dg-do run }
! Tests the fix for PR33888, in which the character length of
! the elemental function myfunc was not being calculated before
! the temporary for the array result was allocated.
!
! Co
www.eeworm.com/read/366702/2877041
f90 mapping_1.f90
! { dg-do run }
! Tests the fix for PR31213, which exposed rather a lot of
! bugs - see the PR and the ChangeLog.
!
! Contributed by Joost VandeVondele
!
module mykinds
implicit no
www.eeworm.com/read/366702/2877795
f90 mapping_2.f90
! { dg-do run }
! Tests the fix for PR33998, in which the chain of expressions
! determining the character length of my_string were not being
! resolved by the formal to actual mapping.
!
! Contribute