Home
last modified time | relevance | path

Searched refs:Coef (Results 1 – 25 of 610) sorted by relevance

12345678910>>...25

/dports/math/fricas/fricas-1.3.7/src/algebra/
H A Dserexp.spad6 taylor_via_deriv : (Coef, List PS, List (Coef -> Coef)) -> PS
10 taylor_via_deriv : (PS, List PS, List (Coef -> Coef)) -> PS
24 ld : List (Coef -> Coef)) : PS ==
41 stream_taylor(f : ST Coef, x : ST Coef, xn : ST Coef,
42 d : (ST(Coef) -> ST(Coef)),
45 ninv : Coef := qn*1$Coef
50 ld : List (Coef -> Coef)) : UTS ==
94 ld : List (Coef -> Coef)) : ULS ==
136 ld : List (Coef -> Coef)) : UPS ==
183 ninv : Coef := qn*1$Coef
[all …]
H A Ddirichlet.spad43 FUN ==> PI -> Coef
98 ((n : PI) : Coef +-> (if one? n then 1$Coef else 0$Coef))::%
101 ((n : PI) : Coef +-> 0$Coef)::%
104 ((n : PI) : Coef +-> 1$Coef)::%
122 reduce((a : Coef, b : Coef) : Coef +-> a + b, _
124 $ListFunctions2(Coef, Coef)
129 qrecip : (%, Coef, PI) -> Coef
130 qrecip(f : %, f1inv : Coef, n : PI) : Coef ==
135 $ListFunctions2(Coef, Coef)
148 if a.(i::PI) ~= reduce((r : Coef, s : Coef) : Coef +-> r*s, rl)
[all …]
H A Dexpps.spad43 "*" : (Stream Coef,Stream Coef) -> Stream Coef
47 -- "/" : (Stream Coef,Stream Coef) -> Stream Coef
51 deriv : Stream Coef->Stream Coef
54 integrate : (Coef, Stream Coef)->Stream Coef
57 lazyIntegrate : (Coef, ()->Stream Coef)->Stream Coef
60 exp0 : Stream Coef -> Stream Coef
65 log1 : Stream Coef -> Stream Coef
109 _*(x : Stream Coef, y : Stream Coef) : Stream Coef == delay
126 exp00 : Stream Coef->Stream Coef
177 exp : Stream Coef -> Stream Coef
[all …]
H A Dpscat.spad40 r : Coef * ps : % == (zero? r => 0; map((r1 : Coef) : Coef +-> r * r1, ps))
41 ps : % * r : Coef == (zero? r => 0; map((r1 : Coef) : Coef +-> r1 * r, ps))
49 ps : % / r : Coef == map((r1 : Coef) : Coef +-> r1 / r, ps)
112 if Coef has coerce : Symbol -> Coef then
113 if Coef has "^":(Coef,Expon) -> Coef then
120 if Coef has "*": (Expon,Coef) -> Coef then
125 if Coef has "^": (Coef,Expon) -> Coef then
126 eval : (%, Coef) -> Stream Coef
207 if Coef has integrate : (Coef, Symbol) -> Coef and _
422 if Coef has integrate : (Coef, Symbol) -> Coef and _
[all …]
H A Delfuts.spad13 Coef : Field
19 ST ==> Stream Coef
24 jacobiSn : (UTS, Coef) -> UTS
27 jacobiCn : (UTS, Coef) -> UTS
30 jacobiDn : (UTS, Coef) -> UTS
33 if Coef has Algebra(RN) then
34 ellipticE : (UTS, Coef) -> UTS
40 ellipticPi : (UTS, Coef, Coef) -> UTS
43 sncndn : (ST, Coef) -> L ST
53 sncndnre : (Coef, Coef, Coef, Coef, L ST, ST, Coef) -> L ST
[all …]
H A Dtaylor.spad19 Coef : Ring
154 Coef : Ring
156 cen : Coef
307 if Coef has coerce : Symbol -> Coef then
308 if Coef has "^": (Coef,NNI) -> Coef then
310 stToCoef : (ST Coef, Coef, NNI, NNI) -> Coef
380 if Coef has integrate : (Coef, Symbol) -> Coef and _
381 Coef has variables : Coef -> List Symbol then
391 integrateWithOneAnswer : (Coef, Symbol) -> Coef
394 res case Coef => res :: Coef
[all …]
H A Dgseries.spad18 Coef : Ring
20 cen : Coef
30 coerce : UPXS(Coef, var, cen) -> %
35 if Coef has Algebra Fraction Integer then
46 puiseux : % -> UPXS(Coef, var, cen)
49 if Coef has Algebra Fraction Integer then
75 if Coef has integrate : (Coef, Symbol) -> Coef and _
76 Coef has variables : Coef -> List Symbol then
90 integrateWithOneAnswer : (Coef, Symbol) -> Coef
93 res case Coef => res :: Coef
[all …]
H A Dpuiseux.spad19 Coef : Ring
221 if Coef has "^": (Coef,Integer) -> Coef and
222 Coef has "^": (Coef, RN) -> Coef then
299 if Coef has "*": (Fraction Integer, Coef) -> Coef then
329 if Coef has integrate : (Coef, Symbol) -> Coef and _
344 res case Coef => res :: Coef
471 if Coef has "*": (Fraction Integer, Coef) -> Coef then
477 if Coef has coerce : Symbol -> Coef then
478 if Coef has "^": (Coef,RN) -> Coef then
488 stToCoef : (ST, Coef, NNI, NNI) -> Coef
[all …]
H A Dlaurent.spad19 Coef : Ring
92 Coef : Ring
101 ST ==> Stream Coef
323 if Coef has coerce : Symbol -> Coef then
324 if Coef has "^": (Coef,I) -> Coef then
443 if Coef has integrate : (Coef, Symbol) -> Coef and _
444 Coef has variables : Coef -> List Symbol then
454 integrateWithOneAnswer : (Coef, Symbol) -> Coef
457 res case Coef => res :: Coef
534 Coef : Ring
[all …]
H A Dutsode.spad13 Coef : Algebra Fraction Integer
18 ST ==> Stream Coef
38 ode2 : ((UTS, UTS) -> UTS, Coef, Coef) -> UTS
41 ode : (FN, List Coef) -> UTS
44 mpsode : (L Coef, L FN) -> L UTS
56 divloopre : (Coef, ST, Coef, ST, ST) -> ST
58 divloop : (Coef, ST, Coef, ST) -> ST
72 divloop(hx, tx, rhy::Coef, ty)
81 iOde1 : ((ST -> ST), Coef) -> ST
88 ode2re : ((ST, ST)-> ST, Coef, Coef, ST) -> ST
[all …]
/dports/math/fricas/fricas-1.3.7/pre-generated/src/algebra/
H A DUTSODE.lsp4 ($ |Mapping| (|Stream| |Coef|) (|Stream| |Coef|)))
18 ($ |Mapping| (|Stream| |Coef|) (|Stream| |Coef|) (|Stream| |Coef|)))
47 ((|hx| |Coef|) (|tx| |Stream| |Coef|) (|hy| |Coef|)
48 (|ty| |Stream| |Coef|) (|c| |Stream| |Coef|) ($ |Stream| |Coef|))
74 ((|hx| |Coef|) (|tx| |Stream| |Coef|) (|hy| |Coef|)
91 ((|x| |Stream| |Coef|) (|y| |Stream| |Coef|) ($ |Stream| |Coef|))
140 ((|f| |Mapping| (|Stream| |Coef|) (|Stream| |Coef|)) (|c| |Coef|)
153 ((|f| |Mapping| (|Stream| |Coef|) (|Stream| |Coef|)) (|c| |Coef|)
172 ((|f| |Mapping| (|Stream| |Coef|) (|Stream| |Coef|) (|Stream| |Coef|))
173 (|c0| |Coef|) (|c1| |Coef|) (|y| |Stream| |Coef|) ($ |Stream| |Coef|))
[all …]
/dports/math/R-cran-VGAM/VGAM/man/
H A Dconcoef-methods.Rd6 \alias{concoef,Coef.cao-method}
9 \alias{concoef,Coef.rrvglm-method}
10 \alias{concoef,Coef.qrrvglm-method}
14 %%\alias{ccoef,Coef.cao-method}
17 %%\alias{ccoef,Coef.rrvglm-method}
18 %%\alias{ccoef,Coef.qrrvglm-method}
21 %\alias{ccoef,cao,Coef.cao,rrvglm,qrrvglm,Coef.rrvglm,Coef.qrrvglm-method}
32 % \S4method{ccoef}{cao,Coef.cao,rrvglm,qrrvglm,Coef.rrvglm,Coef.qrrvglm}(object, ...)
H A DCoef.rrvglm.Rd1 \name{Coef.rrvglm}
2 \alias{Coef.rrvglm}
10 Coef.rrvglm(object, ...)
25 An object of class \code{"Coef.rrvglm"}
26 (see \code{\link{Coef.rrvglm-class}}).
48 \code{\link{Coef.rrvglm-class}},
49 \code{print.Coef.rrvglm},
60 Coef(fit)
65 % # print(Coef(fit), digits = 3)
/dports/net/opal/opal-3.10.10/plugins/audio/SILK/SILK_SDK/src/
H A DSKP_Silk_resampler_private_ARMA4.c49 const SKP_int16 Coef[], /* I: ARMA coefficients [ 7 ] */ in SKP_Silk_resampler_private_ARMA4() argument
64 X = SKP_SMLAWB( S[ 1 ], in_Q8, Coef[ 0 ] ); in SKP_Silk_resampler_private_ARMA4()
65 S[ 0 ] = SKP_SMLAWB( X, out1_Q8, Coef[ 2 ] ); in SKP_Silk_resampler_private_ARMA4()
67 X = SKP_SMLAWB( S[ 3 ], out1_Q8, Coef[ 1 ] ); in SKP_Silk_resampler_private_ARMA4()
68 S[ 2 ] = SKP_SMLAWB( X, out2_Q8, Coef[ 4 ] ); in SKP_Silk_resampler_private_ARMA4()
70 S[ 1 ] = SKP_SMLAWB( SKP_RSHIFT32( in_Q8, 2 ), out1_Q8, Coef[ 3 ] ); in SKP_Silk_resampler_private_ARMA4()
71 S[ 3 ] = SKP_SMLAWB( SKP_RSHIFT32( out1_Q8, 2 ), out2_Q8, Coef[ 5 ] ); in SKP_Silk_resampler_private_ARMA4()
74 out[ k ] = (SKP_int16)SKP_SAT16( SKP_RSHIFT32( SKP_SMLAWB( 128, out2_Q8, Coef[ 6 ] ), 8 ) ); in SKP_Silk_resampler_private_ARMA4()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/shape/
H A Dspheresweep.cpp406 DBL Coef[11]; in Intersect_Segment() local
743 DBL Coef[7]; in Inside() local
771 Coef[1] *= -2.0; in Inside()
810 Coef[1] *= 2.0; in Inside()
815 Coef[2] *= 2.0; in Inside()
817 Coef[2] += temp; in Inside()
826 Coef[3] -= temp; in Inside()
831 Coef[3] *= -2.0; in Inside()
837 Coef[4] *= -2.0; in Inside()
839 Coef[4] += temp; in Inside()
[all …]
/dports/net/h323plus/h323plus-1_27_2/plugins/audio/iLBC/iLBC/
H A Dfilter.c30 float *Coef,/* (i) filter coefficients, Coef[0] is assumed in AllPoleFilter() argument
39 *InOut -= Coef[k]*InOut[-k]; in AllPoleFilter()
52 float *Coef,/* (i) filter coefficients (Coef[0] is assumed in AllZeroFilter() argument
64 *Out = Coef[0]*In[0]; in AllZeroFilter()
66 *Out += Coef[k]*In[-k]; in AllZeroFilter()
106 float *Coef, /* (i) filter coefficients */ in DownSample() argument
121 Coef_ptr = &Coef[0]; in DownSample()
151 Coef_ptr = &Coef[0]; in DownSample()
157 Coef_ptr = &Coef[i-lengthIn]; in DownSample()
/dports/net/ilbc/ilbc-rfc3951/src/
H A Dfilter.c28 float *Coef,/* (i) filter coefficients, Coef[0] is assumed in AllPoleFilter() argument
37 *InOut -= Coef[k]*InOut[-k]; in AllPoleFilter()
55 float *Coef,/* (i) filter coefficients (Coef[0] is assumed in AllZeroFilter() argument
67 *Out = Coef[0]*In[0]; in AllZeroFilter()
69 *Out += Coef[k]*In[-k]; in AllZeroFilter()
112 float *Coef, /* (i) filter coefficients */ in DownSample() argument
127 Coef_ptr = &Coef[0]; in DownSample()
160 Coef_ptr = &Coef[0]; in DownSample()
166 Coef_ptr = &Coef[i-lengthIn]; in DownSample()
/dports/net/yate/yate-6.4.0-1/libs/ilbc/
H A Dfilter.c31 float *Coef,/* (i) filter coefficients, Coef[0] is assumed in AllPoleFilter() argument
40 *InOut -= Coef[k]*InOut[-k]; in AllPoleFilter()
53 float *Coef,/* (i) filter coefficients (Coef[0] is assumed in AllZeroFilter() argument
65 *Out = Coef[0]*In[0]; in AllZeroFilter()
67 *Out += Coef[k]*In[-k]; in AllZeroFilter()
107 float *Coef, /* (i) filter coefficients */ in DownSample() argument
122 Coef_ptr = &Coef[0]; in DownSample()
152 Coef_ptr = &Coef[0]; in DownSample()
158 Coef_ptr = &Coef[i-lengthIn]; in DownSample()
/dports/net/pjsip/pjproject-2.11.1/third_party/ilbc/
H A Dfilter.c28 float *Coef,/* (i) filter coefficients, Coef[0] is assumed in AllPoleFilter() argument
37 *InOut -= Coef[k]*InOut[-k]; in AllPoleFilter()
55 float *Coef,/* (i) filter coefficients (Coef[0] is assumed in AllZeroFilter() argument
67 *Out = Coef[0]*In[0]; in AllZeroFilter()
69 *Out += Coef[k]*In[-k]; in AllZeroFilter()
112 float *Coef, /* (i) filter coefficients */ in DownSample() argument
127 Coef_ptr = &Coef[0]; in DownSample()
160 Coef_ptr = &Coef[0]; in DownSample()
166 Coef_ptr = &Coef[i-lengthIn]; in DownSample()
/dports/net/opal/opal-3.10.10/plugins/audio/iLBC/iLBC/
H A Dfilter.c30 float *Coef,/* (i) filter coefficients, Coef[0] is assumed in AllPoleFilter() argument
39 *InOut -= Coef[k]*InOut[-k]; in AllPoleFilter()
52 float *Coef,/* (i) filter coefficients (Coef[0] is assumed in AllZeroFilter() argument
64 *Out = Coef[0]*In[0]; in AllZeroFilter()
66 *Out += Coef[k]*In[-k]; in AllZeroFilter()
106 float *Coef, /* (i) filter coefficients */ in DownSample() argument
121 Coef_ptr = &Coef[0]; in DownSample()
151 Coef_ptr = &Coef[0]; in DownSample()
157 Coef_ptr = &Coef[i-lengthIn]; in DownSample()
/dports/graphics/povray37/povray-3.7.0.10/source/backend/shape/
H A Dsphsweep.cpp418 DBL Coef[11]; in Intersect_Segment() local
780 DBL Coef[7]; in Inside() local
809 Coef[1] *= -2.0; in Inside()
849 Coef[1] *= 2.0; in Inside()
854 Coef[2] *= 2.0; in Inside()
857 Coef[2] += temp; in Inside()
866 Coef[3] -= temp; in Inside()
871 Coef[3] *= -2.0; in Inside()
877 Coef[4] *= -2.0; in Inside()
880 Coef[4] += temp; in Inside()
[all …]
/dports/net/sems/sems-f89581a/core/plug-in/ilbc/iLBC_rfc3951/
H A Dfilter.c28 float *Coef,/* (i) filter coefficients, Coef[0] is assumed in AllPoleFilter() argument
37 *InOut -= Coef[k]*InOut[-k]; in AllPoleFilter()
55 float *Coef,/* (i) filter coefficients (Coef[0] is assumed in AllZeroFilter() argument
67 *Out = Coef[0]*In[0]; in AllZeroFilter()
69 *Out += Coef[k]*In[-k]; in AllZeroFilter()
112 float *Coef, /* (i) filter coefficients */ in DownSample() argument
127 Coef_ptr = &Coef[0]; in DownSample()
159 Coef_ptr = &Coef[i-lengthIn]; in DownSample()
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dsphsweep.cpp475 DBL Coef[11]; in Intersect_Sphere_Sweep_Segment() local
840 DBL Coef[7]; in Inside_Sphere_Sweep() local
869 Coef[1] *= -2.0; in Inside_Sphere_Sweep()
909 Coef[1] *= 2.0; in Inside_Sphere_Sweep()
914 Coef[2] *= 2.0; in Inside_Sphere_Sweep()
917 Coef[2] += temp; in Inside_Sphere_Sweep()
926 Coef[3] -= temp; in Inside_Sphere_Sweep()
931 Coef[3] *= -2.0; in Inside_Sphere_Sweep()
937 Coef[4] *= -2.0; in Inside_Sphere_Sweep()
940 Coef[4] += temp; in Inside_Sphere_Sweep()
[all …]
/dports/graphics/povray36/povray-3.6.1/source/
H A Dsphsweep.cpp463 DBL Coef[11]; in Intersect_Sphere_Sweep_Segment() local
824 DBL Coef[7]; in Inside_Sphere_Sweep() local
853 Coef[1] *= -2.0; in Inside_Sphere_Sweep()
893 Coef[1] *= 2.0; in Inside_Sphere_Sweep()
898 Coef[2] *= 2.0; in Inside_Sphere_Sweep()
901 Coef[2] += temp; in Inside_Sphere_Sweep()
910 Coef[3] -= temp; in Inside_Sphere_Sweep()
915 Coef[3] *= -2.0; in Inside_Sphere_Sweep()
921 Coef[4] *= -2.0; in Inside_Sphere_Sweep()
924 Coef[4] += temp; in Inside_Sphere_Sweep()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/audio-mixer/src/
H A Dcoefficient.rs49 T::Coef: Copy,
53 matrix: Vec<Vec<T::Coef>>,
60 T::Coef: Copy,
415 type Coef; typedef
428 type Coef = f32; typedef
435 value as Self::Coef in coefficient_from_f64()
453 type Coef = i32; typedef
514 T::Coef: Copy + Debug, in test_create()
586 T::Coef: Copy, in test_create_with_duplicate_silience_channels()
609 T::Coef: Copy, in test_create_with_duplicate_input_channels()
[all …]

12345678910>>...25