Home
last modified time | relevance | path

Searched refs:sign0 (Results 26 – 50 of 168) sorted by relevance

1234567

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bls12-377/
H A Dhash_to_curve.go47 func sign0(u fp.Element) bool { func
112 e3 := sign0(u) && sign0(y)
221 e3 := sign0(u.A0) && sign0(y.A0)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bn254/
H A Dhash_to_curve.go47 func sign0(u fp.Element) bool { func
112 e3 := sign0(u) && sign0(y)
219 e3 := sign0(u.A0) && sign0(y.A0)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bw6-761/
H A Dhash_to_curve.go46 func sign0(u fp.Element) bool { func
111 e3 := sign0(u) && sign0(y)
216 e3 := sign0(u) && sign0(y)
/dports/math/dune-localfunctions/dune-localfunctions-f6628171b2773065ab43f97a77f47cd8c4283d8f/dune/localfunctions/raviartthomas/raviartthomas2cube2d/
H A Draviartthomas2cube2dlocalbasis.hh39 sign0 = sign1 = sign2 = sign3 = 1.0; in RT2Cube2DLocalBasis()
42 sign0 = -1.0; in RT2Cube2DLocalBasis()
75 out[0][0] = sign0*(-1.0 + 9.0*in[0] - 18.0*in[0]*in[0] + 10.0*in[0]*in[0]*in[0]); in evaluateFunction()
79 …out[2][0] = sign0*(-5.0 + 45.0*in[0] + 30.0*in[1] - 270.0*in[0]*in[1] - 90.0*in[0]*in[0] - 30.0*in… in evaluateFunction()
136 out[0][0][0] = sign0*(9.0 - 36.0*in[0] + 30.0*in[0]*in[0]); in evaluateJacobian()
146 …out[2][0][0] = sign0*(45.0 - 270.0*in[1] - 180.0*in[0] + 1080.0*in[0]*in[1] + 270.0*in[1]*in[1] + … in evaluateJacobian()
147 …out[2][0][1] = sign0*(30.0 - 270.0*in[0] - 60.0*in[1] + 540.0*in[0]*in[0] + 540.0*in[0]*in[1] - 10… in evaluateJacobian()
278 R sign0, sign1, sign2, sign3; member in Dune::RT2Cube2DLocalBasis
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/wildMagic/rational/
H A Drational.h442 int sign0 = mNumer.getSign(); in convertTo() local
444 int sign = sign0*sign1; in convertTo()
445 Integer<N> absNumer = sign0*mNumer; in convertTo()
631 int sign0 = mNumer.getSign(); in convertTo() local
633 int sign = sign0*sign1; in convertTo()
634 Integer<N> absNumer = sign0*mNumer; in convertTo()
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/include/
H A Drational.h442 int sign0 = mNumer.getSign(); in convertTo() local
444 int sign = sign0*sign1; in convertTo()
445 Integer<N> absNumer = sign0*mNumer; in convertTo()
631 int sign0 = mNumer.getSign(); in convertTo() local
633 int sign = sign0*sign1; in convertTo()
634 Integer<N> absNumer = sign0*mNumer; in convertTo()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-dtv/lib/dvbt/
H A Ddvbt_map_impl.cc102 int sign0 = (q >> 1) ? -1 : 1; in make_constellation_points() local
130 d_constellation_points[val] = d_gain * gr_complex(sign0 * xval, sign1 * yval); in make_constellation_points()
H A Ddvbt_demap_impl.cc112 int sign0 = (q >> 1) ? -1 : 1; in make_constellation_points() local
140 d_constellation_points[val] = d_gain * gr_complex(sign0 * xval, sign1 * yval); in make_constellation_points()
/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/helpers/src/threed/
H A Dbsp.cpp122 int sign0 = dotsign(dot0); in handleLine() local
124 int signsum = sign0+sign1; in handleLine()
127 if(sign0==0 && sign1==0) in handleLine()
143 f.points[sign0 < 0 ? 0 : 1] = newpt; in handleLine()
147 fcpy.points[sign0 < 0 ? 1 : 0] = newpt; in handleLine()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Drdft.c55 #define RDFT_UNMANGLE(sign0, sign1) \ in rdft_calc_c() argument
65 odsum.re = od.re*tcos[i] sign0 od.im*tsin[i]; \ in rdft_calc_c()
/dports/www/firefox-esr/firefox-91.8.0/media/ffvpx/libavcodec/
H A Drdft.c55 #define RDFT_UNMANGLE(sign0, sign1) \ in rdft_calc_c() argument
65 odsum.re = od.re*tcos[i] sign0 od.im*tsin[i]; \ in rdft_calc_c()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Drdft.c55 #define RDFT_UNMANGLE(sign0, sign1) \ in rdft_calc_c() argument
65 odsum.re = od.re*tcos[i] sign0 od.im*tsin[i]; \ in rdft_calc_c()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Drdft.c55 #define RDFT_UNMANGLE(sign0, sign1) \ in rdft_calc_c() argument
65 odsum.re = od.re*tcos[i] sign0 od.im*tsin[i]; \ in rdft_calc_c()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Drdft.c55 #define RDFT_UNMANGLE(sign0, sign1) \ in rdft_calc_c() argument
65 odsum.re = od.re*tcos[i] sign0 od.im*tsin[i]; \ in rdft_calc_c()
/dports/www/firefox/firefox-99.0/media/ffvpx/libavcodec/
H A Drdft.c55 #define RDFT_UNMANGLE(sign0, sign1) \ in rdft_calc_c() argument
65 odsum.re = od.re*tcos[i] sign0 od.im*tsin[i]; \ in rdft_calc_c()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Drdft.c55 #define RDFT_UNMANGLE(sign0, sign1) \ in rdft_calc_c() argument
65 odsum.re = od.re*tcos[i] sign0 od.im*tsin[i]; \ in rdft_calc_c()
/dports/devel/godot/godot-3.2.3-stable/servers/audio/effects/
H A Daudio_effect_limiter.cpp50 float sign0 = (spl0 < 0.0 ? -1.0 : 1.0); in process() local
58 spl0 = sign0 * (scv + Math::db2linear(overdb0 * scmult)); in process()
/dports/devel/godot-tools/godot-3.2.3-stable/servers/audio/effects/
H A Daudio_effect_limiter.cpp50 float sign0 = (spl0 < 0.0 ? -1.0 : 1.0); in process() local
58 spl0 = sign0 * (scv + Math::db2linear(overdb0 * scmult)); in process()
/dports/mail/thunderbird/thunderbird-91.8.0/media/ffvpx/libavcodec/
H A Drdft.c55 #define RDFT_UNMANGLE(sign0, sign1) \ in rdft_calc_c() argument
65 odsum.re = od.re*tcos[i] sign0 od.im*tsin[i]; \ in rdft_calc_c()
/dports/lang/spidermonkey78/firefox-78.9.0/media/ffvpx/libavcodec/
H A Drdft.c55 #define RDFT_UNMANGLE(sign0, sign1) \ in rdft_calc_c() argument
65 odsum.re = od.re*tcos[i] sign0 od.im*tsin[i]; \ in rdft_calc_c()
/dports/security/pbc/pbc-0.5.14/param/
H A Da.param8 sign0 1
H A De.param10 sign0 1
/dports/math/vtk9/VTK-9.1.0/Filters/Core/
H A DvtkCompositeCutter.cxx68 double sign0 = Sign(fVal[0] - value); in IntersectBox() local
71 if (Sign(fVal[i] - value) != sign0) in IntersectBox()
/dports/security/pbc/pbc-0.5.14/ecc/
H A De_param.c26 int sign0; member
34 int sign1, sign0; member
61 param_out_int(stream, "sign0", p->sign0); in e_out_str()
275 if (p->sign0 > 0) { in e_miller_proj()
445 if (p->sign0 > 0) { in e_miller_affine()
846 p->sign0 = param->sign0; in e_init_pairing()
903 err += lookup_int(&p->sign0, tab, "sign0"); in pbc_param_init_e()
951 p->sign0 = 1; in pbc_param_init_e_gen()
954 p->sign0 = -1; in pbc_param_init_e_gen()
/dports/math/vtk8/VTK-8.2.0/Filters/Core/
H A DvtkCompositeCutter.cxx65 double sign0 = Sign(fVal[0]-value); in IntersectBox() local
68 if (Sign(fVal[i]-value) != sign0) in IntersectBox()

1234567