代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/372770/2769538
c der_encode_short_integer.c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The librar
www.eeworm.com/read/366702/2873300
f90 integer_select_1.f90
INTEGER :: I = 1
SELECT CASE (I)
CASE (-3:-5) ! Can never be matched
CALL abort
CASE (1)
CONTINUE
CASE DEFAULT
CALL abort
END SELECT
I = -3
SELECT CASE (I)
CASE
www.eeworm.com/read/366702/2876229
f90 integer_exponentiation_5.f90
! { dg-do run }
! { dg-options "-fno-range-check" }
module mod_check
implicit none
interface check
module procedure check_i8
module procedure check_i4
module procedure check_r8
mo
www.eeworm.com/read/366702/2876731
f90 integer_exponentiation_3.f90
! { dg-do run }
! { dg-options "" }
module mod_check
implicit none
interface check
module procedure check_i8
module procedure check_i4
module procedure check_r8
module procedure c
www.eeworm.com/read/366702/2876808
f90 integer_exponentiation_2.f90
! { dg-do run }
! { dg-options "" }
! Test various exponentations
! initially designed for patch to PR31120
program test
call run_me (1.0, 1, (1.0,0.0))
call run_me (-1.1, -1, (0.0,-1.0))
call
www.eeworm.com/read/366702/2877216
f90 integer_exponentiation_1.f90
! { dg-do run }
! PR 30981 - this used to go into an endless loop during execution.
program test
a = 3.0
b = a**(-2147483647_4-1_4) ! { dg-warning "Integer outside symmetric range" }
end program t
www.eeworm.com/read/366702/2877679
f90 integer_exponentiation_4.f90
! { dg-do compile }
! { dg-options "" }
program test
implicit none
!!!!!! INTEGER BASE !!!!!!
print *, 0**0
print *, 0**1
print *, 0**(-1) ! { dg-error "Division by zero" }
print *, 0**(hug
www.eeworm.com/read/353378/3086047
c der_length_short_integer.c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The librar
www.eeworm.com/read/353378/3086145
c der_decode_short_integer.c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The librar
www.eeworm.com/read/353378/3086151
c der_encode_short_integer.c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The librar