Home
last modified time | relevance | path

Searched refs:ksgn (Results 1 – 25 of 74) sorted by relevance

123

/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/
H A Ds6dertopt.c112 int ksgn; /* Indicates endpoint of Bezier segment. */ local
168 ksgn = (ntype[ki+kk] > 0) ? 1 : -1;
169 if (kk == 0) ksgn = 1;
171 if (ksgn == 1)
/dports/science/py-scipy/scipy-1.7.1/scipy/integrate/quadpack/
H A Ddqagse.f154 integer id,ier,ierro,iord,iroff1,iroff2,iroff3,jupbnd,k,ksgn, local
273 ksgn = -1
274 if(dres.ge.(0.1d+01-0.5d+02*epmach)*defabs) ksgn = 1
428 110 if(ksgn.eq.(-1).and.dmax1(dabs(result),dabs(area)).le.
H A Ddqagie.f155 integer id,ier,ierro,inf,iord,iroff1,iroff2,iroff3,jupbnd,k,ksgn, local
285 ksgn = -1
286 if(dres.ge.(0.1d+01-0.5d+02*epmach)*defabs) ksgn = 1
435 110 if(ksgn.eq.(-1).and.dmax1(dabs(result),dabs(area)).le.
H A Ddqawoe.f211 * jupbnd,k,ksgn,ktmin,last,limit,maxerr,maxp1,momcom,nev,neval, local
341 ksgn = -1
342 if(dres.ge.(0.1d+01-0.5d+02*epmach)*defabs) ksgn = 1
515 165 if(ksgn.eq.(-1).and.dmax1(dabs(result),dabs(area)).le.
H A Ddqagpe.f196 * jlow,jupbnd,k,ksgn,ktmin,last,levcur,level,levmax,limit,maxerr, local
379 ksgn = -1
380 if(dres.ge.(0.1d+01-0.5d+02*epmach)*resabs) ksgn = 1
534 180 if(ksgn.eq.(-1).and.dmax1(dabs(result),dabs(area)).le.
/dports/math/octave/octave-6.4.0/liboctave/external/quadpack/
H A Dqagie.f155 integer id,ier,ierro,inf,iord,iroff1,iroff2,iroff3,jupbnd,k,ksgn, local
287 ksgn = -1
288 if(dres.ge.(0.1e+01-0.5e+02*epmach)*defabs) ksgn = 1
443 110 if(ksgn.eq.(-1).and.amax1(abs(result),abs(area)).le.
H A Dqagpe.f196 * iroff3,j,jlow,jupbnd,k,ksgn,ktmin,last,levcur,level,levmax, local
384 ksgn = -1
385 if(dres.ge.(0.1e+01-0.5e+02*epmach)*resabs) ksgn = 1
544 180 if(ksgn.eq.(-1).and.amax1(abs(result),abs(area)).le.
/dports/math/scilab/scilab-6.1.1/scilab/modules/differential_equations/src/fortran/
H A Ddqagse.f153 integer id,ier,ierro,iord,iroff1,iroff2,iroff3,jupbnd,k,ksgn, local
272 ksgn = -1
273 if(dres.ge.(0.1d+01-0.5d+02*epmach)*defabs) ksgn = 1
427 110 if(ksgn.eq.(-1).and.dmax1(dabs(result),dabs(area)).le.
/dports/math/fpc-numlib/fpc-3.2.2/packages/numlib/src/
H A Dint.pas376 id, ierro, iroff1, iroff2, iroff3, jupbnd, k, ksgn,
446 ksgn := -1;
447 If dres >= (1-50*macheps)*defabs Then ksgn := 1;
614 If (ksgn=-1) And (amax1(abs(result),abs(area)) <= defabs*0.01)
769 k, ksgn, ktmin, last, maxerr, nres, nrmax, numrl2: ArbInt;
819 If dres>=(1-50*macheps)*defabs Then ksgn := 1
820 Else ksgn := -1;
977 If (ksgn<>-1) Or (h>defabs*0.01) Then
998 If (ksgn<>-1) Or (h>defabs*0.01) Then
1016 If (ksgn<>-1) Or (h>defabs*0.01) Then
/dports/lang/fpc-source/fpc-3.2.2/packages/numlib/src/
H A Dint.pas376 id, ierro, iroff1, iroff2, iroff3, jupbnd, k, ksgn,
446 ksgn := -1;
447 If dres >= (1-50*macheps)*defabs Then ksgn := 1;
614 If (ksgn=-1) And (amax1(abs(result),abs(area)) <= defabs*0.01)
769 k, ksgn, ktmin, last, maxerr, nres, nrmax, numrl2: ArbInt;
819 If dres>=(1-50*macheps)*defabs Then ksgn := 1
820 Else ksgn := -1;
977 If (ksgn<>-1) Or (h>defabs*0.01) Then
998 If (ksgn<>-1) Or (h>defabs*0.01) Then
1016 If (ksgn<>-1) Or (h>defabs*0.01) Then
/dports/math/R/R-4.1.2/src/appl/
H A Dintegrate.c260 int ksgn; in rdqagie() local
559 ksgn = -1; in rdqagie()
561 ksgn = 1; in rdqagie()
766 if (ksgn == -1 && fmax2(fabs(*result), fabs(area)) <= defabs * .01) { in rdqagie()
982 int k,ksgn, nres; in rdqagse() local
1267 ksgn = -1; in rdqagse()
1269 ksgn = 1; in rdqagse()
1459 if (ksgn == -1 && fmax2(fabs(*result), fabs(area)) <= defabs * .01) { in rdqagse()
/dports/math/libRmath/R-4.1.1/src/appl/
H A Dintegrate.c260 int ksgn; in rdqagie() local
559 ksgn = -1; in rdqagie()
561 ksgn = 1; in rdqagie()
766 if (ksgn == -1 && fmax2(fabs(*result), fabs(area)) <= defabs * .01) { in rdqagie()
982 int k,ksgn, nres; in rdqagse() local
1267 ksgn = -1; in rdqagse()
1269 ksgn = 1; in rdqagse()
1459 if (ksgn == -1 && fmax2(fabs(*result), fabs(area)) <= defabs * .01) { in rdqagse()
/dports/games/NBlood/NBlood-a1689a4/source/exhumed/src/
H A Dlight.cpp463 curpalettefaded[i].r += 4 * ksgn(diff); in DoFadeIn()
472 curpalettefaded[i].g += 4 * ksgn(diff); in DoFadeIn()
481 curpalettefaded[i].b += 4 * ksgn(diff); in DoFadeIn()
/dports/math/maxima/maxima-5.43.2/src/numerical/slatec/
H A Ddqagie.lisp36 (jupbnd 0) (k 0) (ksgn 0) (ktmin 0) (maxerr 0) (nres 0) (nrmax 0)
50 (type (f2cl-lib:integer4) numrl2 nrmax nres maxerr ktmin ksgn k
109 (setf ksgn -1)
110 (if (>= dres (* (- 1.0 (* 50.0 epmach)) defabs)) (setf ksgn 1))
312 (if (and (= ksgn -1) (<= (max (abs result) (abs area)) (* defabs 0.01)))
H A Ddqagse.lisp36 (jupbnd 0) (k 0) (ksgn 0) (ktmin 0) (maxerr 0) (nres 0) (nrmax 0)
50 (type (f2cl-lib:integer4) numrl2 nrmax nres maxerr ktmin ksgn k
105 (setf ksgn -1)
106 (if (>= dres (* (- 1.0 (* 50.0 epmach)) defabs)) (setf ksgn 1))
306 (if (and (= ksgn -1) (<= (max (abs result) (abs area)) (* defabs 0.01)))
H A Ddqawoe.lisp39 (iroff3 0) (jupbnd 0) (k 0) (ksgn 0) (ktmin 0) (maxerr 0) (nev 0)
55 ktmin ksgn k jupbnd iroff3 iroff2
130 (setf ksgn -1)
131 (if (>= dres (* (- 1.0 (* 50.0 epmach)) defabs)) (setf ksgn 1))
372 (if (and (= ksgn -1) (<= (max (abs result) (abs area)) (* defabs 0.01)))
H A Ddqagpe.lisp41 (ksgn 0) (ktmin 0) (levcur 0) (levmax 0) (maxerr 0) (nintp1 0)
57 maxerr levmax levcur ktmin ksgn k
221 (setf ksgn -1)
222 (if (>= dres (* (- 1.0 (* 50.0 epmach)) resabs)) (setf ksgn 1))
423 (if (and (= ksgn -1) (<= (max (abs result) (abs area)) (* resabs 0.01)))
/dports/science/libxc/libxc-5.0.0/src/
H A Dintegrate.c68 int k,ksgn, nres; in xc_rdqagse() local
353 ksgn = -1; in xc_rdqagse()
355 ksgn = 1; in xc_rdqagse()
559 if (ksgn == -1 && max(fabs(*result), fabs(area)) <= defabs * .01) { in xc_rdqagse()
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dpragmas_ppc.h170 static inline int ksgn(int32_t a) in ksgn() function
H A Dpragmas.h276 static FORCE_INLINE CONSTEXPR int ksgn(int32_t a) { return (a > 0) - (a < 0); } in ksgn() function
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dgccinlines.h319 static inline SDWORD ksgn (SDWORD a) in ksgn() function
H A Dmscinlines.h342 __forceinline SDWORD ksgn (SDWORD a) in ksgn() function
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/
H A Dgame9.c1172 x1 -= ksgn(yv); in lotsofglass()
1173 y1 += ksgn(xv); in lotsofglass()
1220 x1 -= ksgn(yv); in lotsofpopcorn()
1221 y1 += ksgn(xv); in lotsofpopcorn()
H A Dactors3.c113 s->z+((k*ksgn(s->zvel))*klabs(s->zvel/12)),TONGUE,-40+(k<<1), in moveweapons()
121 s->z+((k*ksgn(s->zvel))*klabs(s->zvel/12)),INNERJAW,-40, in moveweapons()
298 s->z+((k*ksgn(s->zvel))*klabs(s->zvel/24)),FIRELASER,-40+(k<<2), in moveweapons()
H A Dgamedef2.c240 angdif = ksgn(getincangle(g_sp->ang,goalang))<<5; in move()
255 angdif = ksgn(getincangle(g_sp->ang,goalang))<<5; in move()
859 g_sp->xrepeat += ksgn(j); in parse()
866 if( klabs(j) ) g_sp->yrepeat += ksgn(j); in parse()

123