Home
last modified time | relevance | path

Searched refs:sign1 (Results 1 – 25 of 580) sorted by relevance

12345678910>>...24

/dports/editors/neovim/neovim-0.6.1/src/nvim/testdir/
H A Dtest_signs.vim833 call sign_define("sign1", attr)
1187 call sign_define("sign1", attr)
1566 call sign_define("sign1", attr)
1634 sign undefine sign1
1667 sign undefine sign1
1713 sign undefine sign1
1767 sign define sign1 text==>
1768 sign place 10 line=1 name=sign1
1782 sign place 10 line=1 name=sign1
1810 sign place 20 line=2 name=sign1
[all …]
/dports/editors/vim/vim-8.2.3745/src/testdir/
H A Dtest_signs.vim839 call sign_define("sign1", attr)
1193 call sign_define("sign1", attr)
1571 call sign_define("sign1", attr)
1658 sign undefine sign1
1691 sign undefine sign1
1737 sign undefine sign1
1808 sign define sign1 text==>
1810 sign place 10 line=1 name=sign1
1823 sign place 10 line=1 name=sign1
1851 sign place 20 line=2 name=sign1
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Geom2dGcc/
H A DGeom2dGcc_Lin2d2TanIter.cxx76 Standard_Real sign1 = Vect1.Dot(Vdir); in Geom2dGcc_Lin2d2TanIter() local
77 if (sign1 <= 0. ) { Vect1.Reverse(); } in Geom2dGcc_Lin2d2TanIter()
81 (Qualified2.IsOutside() && sign1 <= 0. && sign2 >= 0.) || in Geom2dGcc_Lin2d2TanIter()
82 (Qualified2.IsEnclosed() && sign1 >= 0. && sign2 >= 0.)) { in Geom2dGcc_Lin2d2TanIter()
89 sign1 = Vect1.Crossed(Vdir); in Geom2dGcc_Lin2d2TanIter()
97 if (sign1 >= 0.) { in Geom2dGcc_Lin2d2TanIter()
170 Standard_Real sign1 = Vect11.Dot(Vec); in Geom2dGcc_Lin2d2TanIter() local
176 sign1 = Vect21.Dot(Vec); in Geom2dGcc_Lin2d2TanIter()
233 Standard_Real sign1 = Vect1.Dot(Vdir); in Geom2dGcc_Lin2d2TanIter() local
237 ((sign1 >= 0. && sign2 <= 0.) || (sign1 <= 0. && sign2 <= 0.))) || in Geom2dGcc_Lin2d2TanIter()
[all …]
/dports/math/cln/cln-1.3.6/src/float/dfloat/elem/
H A Dcl_DF_plus.cc49 var cl_signean sign1; in operator +()
55 DF_decode(x1, { return x2; }, sign1=,exp1=,mant1=); in operator +()
60 swap(cl_signean, sign1,sign2); in operator +()
75 if (!(sign1==sign2)) in operator +()
81 mant1 = mant2 - mant1; sign1 = sign2; goto norm_2; in operator +()
135 return encode_DF(sign1,exp1,mant1); in operator +()
138 var cl_signean sign1; in operator +()
151 swap(cl_signean, sign1,sign2); in operator +()
177 if (!(sign1==sign2)) in operator +()
196 sign1 = sign2; in operator +()
[all …]
/dports/math/opensolaris-libm/opensolaris-libm-2017.01.31/usr/src/libm/src/mvec/
H A D__vatan2f.c58 double sign0, sign1, sign2; in __vatan2f() local
187 sign1 = one; in __vatan2f()
204 sign1 = -sign1; in __vatan2f()
214 sign1 = -sign1; in __vatan2f()
224 sign1 = -sign1; in __vatan2f()
230 sign1 = -sign1; in __vatan2f()
247 *z = (sign1 == one)? ah1 : -ah1; in __vatan2f()
259 *z = sign1 * (float) ah1; in __vatan2f()
446 *pz1 = sign1 * t1; in __vatan2f()
463 *pz1 = sign1 * t1; in __vatan2f()
H A D__vatan2.c73 double z0, z1, z2, sign0, sign1, sign2, xh; in __vatan2() local
197 sign1 = ( sy )? -one : one; in __vatan2()
219 sign1 = -sign1; in __vatan2()
230 sign1 = -sign1; in __vatan2()
244 *z = sign1 * ah1; in __vatan2()
257 *z = sign1 * ah1; in __vatan2()
275 *z = sign1 * ah1; in __vatan2()
429 *pz1 = sign1 * t1; in __vatan2()
445 *pz1 = sign1 * t1; in __vatan2()
/dports/lang/sdcc/sdcc-4.0.0/support/regression/tests/
H A Dbug-1029883.c13 {sign1} {type} field1;
14 {sign1} {type} *field2;
15 {sign1} {type} field3;
20 spoil({sign1} {type} val)
26 inc1({sign1} {type} *valptr)
/dports/math/dune-localfunctions/dune-localfunctions-f6628171b2773065ab43f97a77f47cd8c4283d8f/dune/localfunctions/raviartthomas/raviartthomas0cube3d/
H A Draviartthomas0cube3dall.hh36 sign0 = sign1 = sign2 = sign3 = sign4 = sign5 = 1.0; in RT0Cube3DLocalBasis()
38 if (s&2) sign1 = -1.0; in RT0Cube3DLocalBasis()
57 out[1][0] = sign1*(in[0]); out[1][1]=0.0; out[1][2]=0.0; in evaluateFunction()
74 out[1][0][0] = sign1; out[1][0][1] = 0; out[1][0][2] = 0; in evaluateJacobian()
113 out[1][0] = sign1; in partial()
142 R sign0, sign1, sign2, sign3, sign4, sign5; member in Dune::RT0Cube3DLocalBasis
161 sign0 = sign1 = sign2 = sign3 = sign4 = sign5 = 1.0; in RT0Cube3DLocalInterpolation()
163 if (s&2) sign1 *= -1.0; in RT0Cube3DLocalInterpolation()
193 y = f(m1); out[1] = (y[0]*n1[0]+y[1]*n1[1]+y[2]*n1[2])*sign1; in interpolate()
201 typename LB::Traits::RangeFieldType sign0,sign1,sign2,sign3,sign4,sign5; member in Dune::RT0Cube3DLocalInterpolation
/dports/math/cln/cln-1.3.6/src/float/ffloat/elem/
H A Dcl_FF_plus.cc49 var cl_signean sign1; in operator +()
55 FF_decode(x1, { return x2; }, sign1=,exp1=,mant1=); in operator +()
60 swap(cl_signean, sign1,sign2); in operator +()
75 if (!(sign1==sign2)) in operator +()
81 mant1 = mant2 - mant1; sign1 = sign2; goto norm_2; in operator +()
135 return encode_FF(sign1,exp1,mant1); in operator +()
H A Dcl_FF_div.cc53 var cl_signean sign1; in operator /()
60 FF_decode(x1, { return x1; }, sign1=,exp1=,mant1=); in operator /()
62 sign1 = sign1 ^ sign2; // Ergebnis-Vorzeichen in operator /()
101 return encode_FF(sign1,exp1,mant); in operator /()
H A Dcl_FF_mul.cc48 var cl_signean sign1; in operator *()
54 FF_decode(x1, { return x1; }, sign1=,exp1=,mant1=); in operator *()
57 sign1 = sign1 ^ sign2; // Ergebnis-Vorzeichen in operator *()
99 return encode_FF(sign1,exp1,manthi); in operator *()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-rsp-paraLLEl/arch/simd/rsp/
H A Dvmul.h16 __m128i lo, hi, round, sign1, sign2, eq, neq, neg; in rsp_vmulf_vmulu() local
20 sign1 = _mm_srli_epi16(lo, 15); in rsp_vmulf_vmulu()
26 sign1 = _mm_add_epi16(sign1, sign2); in rsp_vmulf_vmulu()
30 *acc_md = _mm_add_epi16(hi, sign1); in rsp_vmulf_vmulu()
/dports/math/cln/cln-1.3.6/src/float/sfloat/elem/
H A Dcl_SF_div.cc39 var cl_signean sign1; in operator /() local
46 SF_decode(x1, { return x1; }, sign1=,exp1=,mant1=); in operator /()
48 sign1 = sign1 ^ sign2; // Ergebnis-Vorzeichen in operator /()
87 return encode_SF(sign1,exp1,mant); in operator /()
H A Dcl_SF_mul.cc36 var cl_signean sign1; in operator *() local
42 SF_decode(x1, { return x1; }, sign1=,exp1=,mant1=); in operator *()
45 sign1 = sign1 ^ sign2; // Ergebnis-Vorzeichen in operator *()
97 return encode_SF(sign1,exp1,manthi); in operator *()
H A Dcl_SF_plus.cc38 var cl_signean sign1; in operator +() local
44 SF_decode(x1, { return x2; }, sign1=,exp1=,mant1=); in operator +()
49 swap(cl_signean, sign1,sign2); in operator +()
70 mant1 = mant2 - mant1; sign1 = sign2; goto norm_2; in operator +()
124 return encode_SF(sign1,exp1,mant1); in operator +()
/dports/emulators/hercules/hercules-3.13/
H A Ddecimal.c725 sign3 = sign1; in DEF_INST()
734 else if (sign1 == sign2) in DEF_INST()
738 sign3 = sign1; in DEF_INST()
744 if (sign1 < 0) sign3 = -sign3; in DEF_INST()
801 if (sign1 < 0 && sign2 > 0) in DEF_INST()
808 if (sign1 > 0 && sign2 < 0) in DEF_INST()
879 signq = (sign1 == sign2) ? 1 : -1; in DEF_INST()
882 signr = sign1; in DEF_INST()
1279 sign3 = sign1; in DEF_INST()
1288 else if (sign1 != sign2) in DEF_INST()
[all …]
/dports/security/xmlsec1/xmlsec1-1.2.29/examples/
H A DREADME15 sign1.c Signing with a template file
16 sign1-tmpl.xml An example template file for sign1 example
17 sign1-res.xml The result of processing sign1_tmpl.xml by sign1.c
74 ./sign1 sign1-tmpl.xml rsakey.pem
78 ./verify1 sign1-res.xml rsapub.pem
80 ./verify2 sign1-res.xml rsapub.pem
101 xmlsec1 sign --privkey rsakey.pem --output sign1.xml sign1-tmpl.xml
102 xmlsec1 verify --pubkey rsapub.pem sign1.xml
103 xmlsec1 verify --pubkey rsapub.pem sign1-res.xml
H A DMakefile5 sign1 sign2 sign3 \
21 ./sign1 sign1-tmpl.xml rsakey.pem
24 ./verify1 sign1-res.xml rsapub.pem
26 ./verify2 sign1-res.xml rsapub.pem
/dports/math/dune-localfunctions/dune-localfunctions-f6628171b2773065ab43f97a77f47cd8c4283d8f/dune/localfunctions/brezzidouglasmarini/brezzidouglasmarini2cube2d/
H A Dbrezzidouglasmarini2cube2dlocalinterpolation.hh30 sign0 = sign1 = sign2 = sign3 = 1.0; in BDM2Cube2DLocalInterpolation()
40 sign0 = sign1 = sign2 = sign3 = 1.0; in BDM2Cube2DLocalInterpolation()
47 sign1 = -1.0; in BDM2Cube2DLocalInterpolation()
108 out[3] += (y[0]*n1[0]+y[1]*n1[1])*it->weight()*sign1; in interpolate()
110 out[5] += (y[0]*n1[0]+y[1]*n1[1])*(8.0*qPos*qPos - 8.0*qPos + 1.0)*it->weight()*sign1; in interpolate()
138 typename LB::Traits::RangeFieldType sign0, sign1, sign2, sign3; member in Dune::BDM2Cube2DLocalInterpolation
/dports/emulators/mess/mame-mame0226/src/devices/cpu/rsp/
H A Dvmul.h12 rsp_vec_t sign1 = _mm_srli_epi16(lo, 15); in vec_vmulf_vmulu() local
18 sign1 = _mm_add_epi16(sign1, sign2); in vec_vmulf_vmulu()
23 *acc_md = _mm_add_epi16(hi, sign1); in vec_vmulf_vmulu()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/rsp/
H A Dvmul.h12 rsp_vec_t sign1 = _mm_srli_epi16(lo, 15); in vec_vmulf_vmulu() local
18 sign1 = _mm_add_epi16(sign1, sign2); in vec_vmulf_vmulu()
23 *acc_md = _mm_add_epi16(hi, sign1); in vec_vmulf_vmulu()
/dports/math/dune-localfunctions/dune-localfunctions-f6628171b2773065ab43f97a77f47cd8c4283d8f/dune/localfunctions/brezzidouglasmarini/brezzidouglasmarini1cube2d/
H A Dbrezzidouglasmarini1cube2dlocalinterpolation.hh30 sign0 = sign1 = sign2 = sign3 = 1.0; in BDM1Cube2DLocalInterpolation()
40 sign0 = sign1 = sign2 = sign3 = 1.0; in BDM1Cube2DLocalInterpolation()
47 sign1 = -1.0; in BDM1Cube2DLocalInterpolation()
106 out[2] += (y[0]*n1[0] + y[1]*n1[1])*it->weight()*sign1; in interpolate()
124 typename LB::Traits::RangeFieldType sign0, sign1, sign2, sign3; member in Dune::BDM1Cube2DLocalInterpolation
/dports/math/dune-localfunctions/dune-localfunctions-f6628171b2773065ab43f97a77f47cd8c4283d8f/dune/localfunctions/brezzidouglasmarini/brezzidouglasmarini1simplex2d/
H A Dbrezzidouglasmarini1simplex2dlocalinterpolation.hh29 sign0 = sign1 = sign2 = 1.0; in BDM1Simplex2DLocalInterpolation()
40 sign0 = sign1 = sign2 = 1.0; in BDM1Simplex2DLocalInterpolation()
47 sign1 = -1.0; in BDM1Simplex2DLocalInterpolation()
101 out[1] += (y[0]*n1[0] + y[1]*n1[1])*it->weight()*sign1/c1; in interpolate()
113 typename LB::Traits::RangeFieldType sign0,sign1,sign2; member in Dune::BDM1Simplex2DLocalInterpolation
/dports/math/dune-localfunctions/dune-localfunctions-f6628171b2773065ab43f97a77f47cd8c4283d8f/dune/localfunctions/brezzidouglasmarini/brezzidouglasmarini1cube3d/
H A Dbrezzidouglasmarini1cube3dlocalinterpolation.hh30 sign0 = sign1 = sign2 = sign3 = sign4 = sign5 = 1.0; in BDM1Cube3DLocalInterpolation()
40 sign0 = sign1 = sign2 = sign3 = sign4 = sign5 = 1.0; in BDM1Cube3DLocalInterpolation()
47 sign1 = -1.0; in BDM1Cube3DLocalInterpolation()
117 typename LB::Traits::RangeFieldType sign0, sign1, sign2, sign3, sign4, sign5; member in Dune::BDM1Cube3DLocalInterpolation
/dports/lang/kawa/kawa-3.1.1/gnu/q2/testsuite/
H A Dcond1.q24 define (print-sign1 x)
9 format #t "Using print-sign1:~%"
10 print-sign1 20
11 print-sign1 -7
12 print-sign1 (7 - 7)
13 # Output: Using print-sign1:

12345678910>>...24