代码搜索:Exponentiation

找到约 185 项符合「Exponentiation」的源代码

代码结果 185
www.eeworm.com/read/250980/12372119

m gauss_power.m

function [P,w] = gauss_power(P,r) %function [Pr,w] = gauss_power(P,r) % % INPUTS: % P - covariance of Gaussian % r - positive real power % % OUTPUTS: % Pr - resultant covariance % w -
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