代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/366702/2876350
f90 derived_comp_array_ref_3.f90
! { dg-do run }
! Tests the fix for PR33337, which was partly associated with
! the problem in PR31564 and, in addition, the parentheses in
! the initialization expression for the_chi_square.
!
! Cont
www.eeworm.com/read/366702/2876444
f90 derived_comp_array_ref_1.f90
! { dg-do run }
! Tests the fix for PR27411, in which the array reference on line
! 18 caused an ICE because the derived type, rather than its integer
! component, was appearing in the index expressio
www.eeworm.com/read/366702/2876479
f90 auto_pointer_array_result_1.f90
! { dg-do run }
! Tests the fixes for PR25597 and PR27096.
!
! This test combines the PR testcases.
!
character(10), dimension (2) :: implicit_result
character(10), dimension (2) :: explicit_resul
www.eeworm.com/read/366702/2876487
f90 derived_comp_array_ref_4.f90
! { dg-do run }
! Tests the fix for PR33376, which was a regression caused by the
! fix for PR31564.
!
! Contributed by Harald Anlauf
!
module foo
implicit none
public chk
type
www.eeworm.com/read/366702/2876814
f90 module_private_array_refs_1.f90
! { dg-do compile }
! This tests the fix for PR28735 in which an ICE would be triggered in resolve_ref
! because the references to 'a' and 'b' in the dummy arguments of mysub have
! no symtrees in mod
www.eeworm.com/read/366702/2876959
f90 module_parameter_array_refs_1.f90
! { dg-do compile }
! Tests the fix for 26074, in which the array reference below would
! be determined not to be constant within modules.
!
! Contributed by Jonathan Dursi
www.eeworm.com/read/366702/2877372
f90 auto_char_dummy_array_2.f90
! { dg-do compile }
! Test fix for pr24789 - would segfault on the assignment
! because the array descriptor size was not set.
!
! This is the example submitted by Martin Reineke
www.eeworm.com/read/366702/2877544
f90 derived_comp_array_ref_5.f90
! { dg-do compile }
! Tests the fix for PR33566, in which the first variable array ref
! to v1 would cause an incompatible ranks error and the second an ICE.
!
! Contributed by Mikael Morin
www.eeworm.com/read/366702/2877651
f90 derived_comp_array_ref_2.f90
! { dg-do run }
! Tests the fix for PR31564, in which the actual argument to
! the call for set_bound was simplified when it should not be.
!
! Contributed by Michael Richmond