代码搜索:Exponent
找到约 2,379 项符合「Exponent」的源代码
代码结果 2,379
www.eeworm.com/read/178666/5315698
txt exponent_output_ver.txt
-12
-12
-12
-12
-12
-12
-12
-12
-12
-12
-12
-12
-12
-12
-12
www.eeworm.com/read/317981/3573326
txt exponent_output_ver.txt
-12
-12
-12
-12
-12
-12
-12
-12
-12
-12
-12
-12
-12
-12
-12
www.eeworm.com/read/366702/2876149
f90 exponent_1.f90
! { dg-do run }
! PR fortran/28276
! Original code submitted by Harald Anlauf
! Converted to Dejagnu for the testsuite by Steven G. Kargl
!
program gfcbug36
implicit none
real, parameter :: one =
www.eeworm.com/read/366702/2876302
f90 exponent_2.f90
! { dg-do run }
! { dg-options "-fdefault-integer-8" }
! PR fortran/32942
! Testcase contributed by Dominique d'Humieres .
integer i
real x
x = 3.0
if (2 /= exponent(x)) call abort