Home
last modified time | relevance | path

Searched refs:Rstat (Results 1 – 25 of 56) sorted by relevance

123

/dports/math/p5-Math-GSL/Math-GSL-0.43/pm/Math/GSL/
H A DRstat.pm.2.07 package Math::GSL::Rstat;
11 bootstrap Math::GSL::Rstat;
12 package Math::GSL::Rstat;
17 package Math::GSL::Rstat;
50 package Math::GSL::Rstat;
82 @ISA = qw( Math::GSL::Rstat );
129 package Math::GSL::Rstat::gsl_rstat_workspace;
131 @ISA = qw( Math::GSL::Rstat );
182 package Math::GSL::Rstat;
257 Math::GSL::Rstat - Running Statistical functions
[all …]
H A DRstat.pm.2.37 package Math::GSL::Rstat;
11 bootstrap Math::GSL::Rstat;
12 package Math::GSL::Rstat;
17 package Math::GSL::Rstat;
50 package Math::GSL::Rstat;
84 @ISA = qw( Math::GSL::Rstat );
131 package Math::GSL::Rstat::gsl_rstat_workspace;
133 @ISA = qw( Math::GSL::Rstat );
184 package Math::GSL::Rstat;
259 Math::GSL::Rstat - Running Statistical functions
[all …]
H A DRstat.pm.2.77 package Math::GSL::Rstat;
11 bootstrap Math::GSL::Rstat;
12 package Math::GSL::Rstat;
17 package Math::GSL::Rstat;
50 package Math::GSL::Rstat;
84 @ISA = qw( Math::GSL::Rstat );
131 package Math::GSL::Rstat::gsl_rstat_workspace;
133 @ISA = qw( Math::GSL::Rstat );
184 package Math::GSL::Rstat;
259 Math::GSL::Rstat - Running Statistical functions
[all …]
H A DRstat.pm.2.27 package Math::GSL::Rstat;
11 bootstrap Math::GSL::Rstat;
12 package Math::GSL::Rstat;
17 package Math::GSL::Rstat;
50 package Math::GSL::Rstat;
84 @ISA = qw( Math::GSL::Rstat );
131 package Math::GSL::Rstat::gsl_rstat_workspace;
133 @ISA = qw( Math::GSL::Rstat );
184 package Math::GSL::Rstat;
259 Math::GSL::Rstat - Running Statistical functions
[all …]
H A DRstat.pm.2.17 package Math::GSL::Rstat;
11 bootstrap Math::GSL::Rstat;
12 package Math::GSL::Rstat;
17 package Math::GSL::Rstat;
50 package Math::GSL::Rstat;
82 @ISA = qw( Math::GSL::Rstat );
129 package Math::GSL::Rstat::gsl_rstat_workspace;
131 @ISA = qw( Math::GSL::Rstat );
182 package Math::GSL::Rstat;
257 Math::GSL::Rstat - Running Statistical functions
[all …]
H A DRstat.pm.2.2.17 package Math::GSL::Rstat;
11 bootstrap Math::GSL::Rstat;
12 package Math::GSL::Rstat;
17 package Math::GSL::Rstat;
50 package Math::GSL::Rstat;
84 @ISA = qw( Math::GSL::Rstat );
131 package Math::GSL::Rstat::gsl_rstat_workspace;
133 @ISA = qw( Math::GSL::Rstat );
184 package Math::GSL::Rstat;
259 Math::GSL::Rstat - Running Statistical functions
[all …]
H A DRstat.pm.2.47 package Math::GSL::Rstat;
11 bootstrap Math::GSL::Rstat;
12 package Math::GSL::Rstat;
17 package Math::GSL::Rstat;
50 package Math::GSL::Rstat;
84 @ISA = qw( Math::GSL::Rstat );
131 package Math::GSL::Rstat::gsl_rstat_workspace;
133 @ISA = qw( Math::GSL::Rstat );
184 package Math::GSL::Rstat;
259 Math::GSL::Rstat - Running Statistical functions
[all …]
H A DRstat.pm.2.57 package Math::GSL::Rstat;
11 bootstrap Math::GSL::Rstat;
12 package Math::GSL::Rstat;
17 package Math::GSL::Rstat;
50 package Math::GSL::Rstat;
84 @ISA = qw( Math::GSL::Rstat );
131 package Math::GSL::Rstat::gsl_rstat_workspace;
133 @ISA = qw( Math::GSL::Rstat );
184 package Math::GSL::Rstat;
259 Math::GSL::Rstat - Running Statistical functions
[all …]
H A DRstat.pm.2.67 package Math::GSL::Rstat;
11 bootstrap Math::GSL::Rstat;
12 package Math::GSL::Rstat;
17 package Math::GSL::Rstat;
50 package Math::GSL::Rstat;
84 @ISA = qw( Math::GSL::Rstat );
131 package Math::GSL::Rstat::gsl_rstat_workspace;
133 @ISA = qw( Math::GSL::Rstat );
184 package Math::GSL::Rstat;
259 Math::GSL::Rstat - Running Statistical functions
[all …]
/dports/math/p5-Math-GSL/Math-GSL-0.43/t/
H A DRstat.t1 package Math::GSL::Rstat::Test;
17 eval "use Math::GSL::Rstat qw/:all/";
20 plan skip_all => "Rstat doesn't exist in GSL < 2.0";
31 $self->{rstat} = Math::GSL::Rstat::gsl_rstat_alloc();
32 $self->{quantile} = Math::GSL::Rstat::gsl_rstat_quantile_alloc(0.5);
54 isa_ok($rstat, "Math::GSL::Rstat");
68 isa_ok($rstat, "Math::GSL::Rstat");
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Ds-auxdec-vms-ia64.adb465 Rstat : Long_Integer; variable
471 Rstat := Remret.Status;
474 if Rstat = 0 then
477 elsif Rstat = 1 then
480 elsif Rstat = 2 then
550 Rstat : Long_Integer; variable
556 Rstat := Remret.Status;
561 if Rstat = 0 then
564 elsif Rstat = 1 then
567 elsif Rstat = 2 then
H A Dsem_eval.adb2016 Rstat : constant Boolean := constant
2041 elsif Rstat then
2077 Set_Is_Static_Expression (N, Rstat);
3192 Rstat : constant Boolean := constant
3224 if not Rstat then
3229 Set_Is_Static_Expression (N, Rstat);
3234 elsif not Rstat then
3259 Fold_Uint (N, Left_Int, Rstat);
5285 if not Rstat then
5298 if not Rstat then
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Ds-auxdec-vms-ia64.adb465 Rstat : Long_Integer; variable
471 Rstat := Remret.Status;
474 if Rstat = 0 then
477 elsif Rstat = 1 then
480 elsif Rstat = 2 then
550 Rstat : Long_Integer; variable
556 Rstat := Remret.Status;
561 if Rstat = 0 then
564 elsif Rstat = 1 then
567 elsif Rstat = 2 then
H A Dsem_eval.adb2026 Rstat : constant Boolean := constant
2051 elsif Rstat then
2087 Set_Is_Static_Expression (N, Rstat);
3195 Rstat : constant Boolean := constant
3227 if not Rstat then
3232 Set_Is_Static_Expression (N, Rstat);
3237 elsif not Rstat then
3262 Fold_Uint (N, Left_Int, Rstat);
5230 if not Rstat then
5243 if not Rstat then
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Ds-auxdec-vms-ia64.adb465 Rstat : Long_Integer; variable
471 Rstat := Remret.Status;
474 if Rstat = 0 then
477 elsif Rstat = 1 then
480 elsif Rstat = 2 then
550 Rstat : Long_Integer; variable
556 Rstat := Remret.Status;
561 if Rstat = 0 then
564 elsif Rstat = 1 then
567 elsif Rstat = 2 then
H A Dsem_eval.adb2026 Rstat : constant Boolean := constant
2051 elsif Rstat then
2087 Set_Is_Static_Expression (N, Rstat);
3195 Rstat : constant Boolean := constant
3227 if not Rstat then
3232 Set_Is_Static_Expression (N, Rstat);
3237 elsif not Rstat then
3262 Fold_Uint (N, Left_Int, Rstat);
5230 if not Rstat then
5243 if not Rstat then
[all …]
/dports/math/p5-Math-GSL/Math-GSL-0.43/lib/Math/GSL/
H A DRstat.pm7 package Math::GSL::Rstat;
11 bootstrap Math::GSL::Rstat;
12 package Math::GSL::Rstat;
17 package Math::GSL::Rstat;
50 package Math::GSL::Rstat;
82 package Math::GSL::Rstat::gsl_rstat_quantile_workspace;
131 package Math::GSL::Rstat::gsl_rstat_workspace;
184 package Math::GSL::Rstat;
/dports/math/p5-Math-GSL/Math-GSL-0.43/pod/
H A DRstat.pod34 Math::GSL::Rstat - Running Statistical functions
38 use Math::GSL::Rstat qw /:all/;
/dports/x11-wm/wmii-devel/wmii+ixp-3.9.2/alternative_wmiircs/python/pyxp/
H A Dfcall.py122 class Rstat(Fcall): class
126 class Twstat(Rstat):
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dsem_eval.adb2171 Rstat : constant Boolean := constant
2204 if not Rstat then
2209 Set_Is_Static_Expression (N, Rstat);
2214 elsif not Rstat then
2238 Fold_Uint (N, Left_Int, Rstat);
2256 Fold_Uint (N, Expr_Value (Right), Rstat);
3982 if not Rstat then
3987 Set_Is_Static_Expression (N, Rstat);
3996 if not Rstat then
4001 Set_Is_Static_Expression (N, Rstat);
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dsem_eval.adb2171 Rstat : constant Boolean := constant
2204 if not Rstat then
2209 Set_Is_Static_Expression (N, Rstat);
2214 elsif not Rstat then
2238 Fold_Uint (N, Left_Int, Rstat);
2256 Fold_Uint (N, Expr_Value (Right), Rstat);
3982 if not Rstat then
3987 Set_Is_Static_Expression (N, Rstat);
3996 if not Rstat then
4001 Set_Is_Static_Expression (N, Rstat);
[all …]
/dports/net/drawterm/drawterm/libc/
H A DconvS2M.c182 case Rstat: in sizeS2M()
373 case Rstat: in convS2M()
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dsem_eval.adb2356 Rstat : constant Boolean := constant
2367 if not Rstat then
3497 Rstat : constant Boolean := constant
3529 if not Rstat then
3534 Set_Is_Static_Expression (N, Rstat);
3539 elsif not Rstat then
3564 Fold_Uint (N, Left_Int, Rstat);
6042 if not Rstat then
6047 Set_Is_Static_Expression (N, Rstat);
6055 if not Rstat then
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dsem_eval.adb2356 Rstat : constant Boolean := constant
2367 if not Rstat then
3497 Rstat : constant Boolean := constant
3529 if not Rstat then
3534 Set_Is_Static_Expression (N, Rstat);
3539 elsif not Rstat then
3564 Fold_Uint (N, Left_Int, Rstat);
6042 if not Rstat then
6047 Set_Is_Static_Expression (N, Rstat);
6055 if not Rstat then
[all …]
/dports/devel/9base/9base-6/lib9/
H A DconvS2M.c193 case Rstat: in sizeS2Mu()
402 case Rstat: in convS2Mu()

123