Home
last modified time | relevance | path

Searched refs:fp12 (Results 1 – 25 of 58) sorted by relevance

123

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/crypto/bls12381/
H A Dpairing.go32 fp12 *fp12 member
42 fp12 := newFp12(fp6)
47 fp12: fp12,
189 fp12, fp2 := e.fp12, e.fp2
195 fp12.square(f, f)
212 fp12.conjugate(f, f)
216 fp12 := e.fp12
218 fp12.conjugate(c, c)
222 fp12 := e.fp12
226 fp12.inverse(&t[1], f)
[all …]
H A Dgt.go29 fp12 *fp12 member
54 fp12 := newFp12(nil)
55 return &GT{fp12}
66 e, err := g.fp12.fromBytes(in)
78 return g.fp12.toBytes(e)
84 g.fp12.exp(r, e, q)
95 g.fp12.add(c, a, b)
100 g.fp12.sub(c, a, b)
105 g.fp12.mul(c, a, b)
110 g.fp12.cyclotomicSquare(c, a)
[all …]
H A Dfp12.go24 type fp12 struct {
47 func newFp12(fp6 *fp6) *fp12 {
50 return &fp12{t, newFp6(nil)}
52 return &fp12{t, fp6}
55 func (e *fp12) fp2() *fp2 {
83 func (e *fp12) new() *fe12 {
87 func (e *fp12) zero() *fe12 {
91 func (e *fp12) one() *fe12 {
95 func (e *fp12) add(c, a, b *fe12) {
102 func (e *fp12) double(c, a *fe12) {
[all …]
H A Dfield_element_test.go100 fp12 := newFp12(fp6)
101 fp12.add(b12, a12, one12)
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/cocoa/
H A Dtooltip.mm60 - (void)_stopTimerIfRunningForToolTip:(id)fp12;
62 - (void)addTrackingRectForToolTip:(id)fp12;
64 - (void)displayToolTip:(id)fp12;
65 - (void)fadeToolTip:(id)fp12;
67 - (void)mouseEntered:(id)fp12;
69 - (void)mouseExited:(id)fp12;
71 - (void)orderOutToolTipImmediately:(BOOL)fp12;
73 - (void)removeAllToolTipsForView:(id)fp12;
74 - (void)removeToolTipForView:(id)fp12 tag:(int)fp16;
82 - (id)toolTipForView:(id)fp12 cell:(id)fp16;
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/cocoa/
H A Dtooltip.mm60 - (void)_stopTimerIfRunningForToolTip:(id)fp12;
62 - (void)addTrackingRectForToolTip:(id)fp12;
64 - (void)displayToolTip:(id)fp12;
65 - (void)fadeToolTip:(id)fp12;
67 - (void)mouseEntered:(id)fp12;
69 - (void)mouseExited:(id)fp12;
71 - (void)orderOutToolTipImmediately:(BOOL)fp12;
73 - (void)removeAllToolTipsForView:(id)fp12;
74 - (void)removeToolTipForView:(id)fp12 tag:(int)fp16;
82 - (id)toolTipForView:(id)fp12 cell:(id)fp16;
[all …]
/dports/sysutils/barrier/barrier-2.3.3/src/lib/platform/
H A DOSXScreenSaverControl.h26 - (void)restartForUser:fp12;
29 - (void)setScreenSaverCanRun:(char)fp12;
44 - (void)_connectionClosed:fp12;
47 - (void)setScreenSaverCanRun:(char)fp12;
50 - (void)restartForUser:fp12;
/dports/sysutils/synergy/synergy-core-1.14.0.4-stable/src/lib/platform/
H A DOSXScreenSaverControl.h26 - (void)restartForUser:fp12;
29 - (void)setScreenSaverCanRun:(char)fp12;
44 - (void)_connectionClosed:fp12;
47 - (void)setScreenSaverCanRun:(char)fp12;
50 - (void)restartForUser:fp12;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/kernel/
H A Dqnsthemeframe_mac_p.h83 + (float)minFrameWidthWithTitle:fp8 styleMask:(unsigned int)fp12;
102 - (void)_drawFrameInterior:(NSRect *)fp8 clip:(NSRect)fp12;
112 - (char)constrainResizeEdge:(int *)fp8 withDelta:(struct _NSSize)fp12 elapsedTime:(float)fp20;
147 - (void)_growContentReshapeContentAndToolbarView:(int)fp8 animate:(char)fp12;
148 - (char)_growWindowReshapeContentAndToolbarView:(int)fp8 animate:(char)fp12;
149 - (void)_reshapeContentAndToolbarView:(int)fp8 resizeWindow:(char)fp12 animate:(char)fp16;
150 - (void)_toolbarFrameSizeChanged:fp8 oldSize:(struct _NSSize)fp12;
152 - (void)_showHideToolbar:(int)fp8 resizeWindow:(char)fp12 animate:(char)fp16;
167 - (void)_setMouseEnteredGroup:(char)fp8 entered:(char)fp12;
H A Dqnstitledframe_mac_p.h76 + (float)minFrameWidthWithTitle:fp8 styleMask:(unsigned int)fp12;
77 + (struct _NSSize)_titleCellSizeForTitle:fp8 styleMask:(unsigned int)fp12;
98 - (void)_drawFrameInterior:(NSRect *)fp8 clip:(NSRect)fp12;
102 - (void)_drawTitlebarPattern:(int)fp8 inRect:(NSRect)fp12 clippedByRect:(NSRect)fp28 forKey:(char)f…
103 - (void)_drawTitlebarLines:(int)fp8 inRect:(NSRect)fp12 clippedByRect:(NSRect)fp28;
136 - (char)constrainResizeEdge:(int *)fp8 withDelta:(struct _NSSize)fp12 elapsedTime:(float)fp20;
H A Dqnsframeview_mac_p.h74 + (void)initTitleCell:fp8 styleMask:(unsigned int)fp12;
79 + (float)minFrameWidthWithTitle:fp8 styleMask:(unsigned int)fp12;
145 - (void)setTitle:fp8 andDefeatWrap:(char)fp12;
/dports/devel/blitz/blitz-1.0.2/examples/
H A Dqcd.cpp130 lfd fp12,156(r9)
135 fm fp0,fp1,fp12
141 fms fp2,fp7,fp12,fp2
178 fm fp3,fp12,fp9
180 fms fp0,fp12,fp10,fp0
214 fm fp2,fp12,fp2
216 fms fp9,fp12,fp1,fp9
/dports/graphics/yafaray/libYafaRay-3.5.1/src/yafraycore/
H A Dfaure_tables.cc37 int fp12[] = { 0, 21, 8, 29, 16, 4, 25, 12, 33, 2, 23, 10, 31, 19, 6, 27, 14, 35, 18, 1, 22, variable
377 …aure[] = { fp2, fp2, fp2, fp3, fp4, fp5, fp6, fp7, fp8, fp9, fp10, fp11, fp12, fp13, fp14, fp15, …
/dports/lang/zig-devel/zig-0.9.0/lib/libc/glibc/sysdeps/powerpc/
H A Dsysdep.h80 #define fp12 12 macro
/dports/lang/zig/zig-0.9.0/lib/libc/glibc/sysdeps/powerpc/
H A Dsysdep.h80 #define fp12 12 macro
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.fortran-torture/compile/
H A Dpr24136.f36 call divine(nup,fp12,dfp12,s12)
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.fortran-torture/compile/
H A Dpr24136.f36 call divine(nup,fp12,dfp12,s12)
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.fortran-torture/compile/
H A Dpr24136.f36 call divine(nup,fp12,dfp12,s12)
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.fortran-torture/compile/
H A Dpr24136.f36 call divine(nup,fp12,dfp12,s12)
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.fortran-torture/compile/
H A Dpr24136.f36 call divine(nup,fp12,dfp12,s12)
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.fortran-torture/compile/
H A Dpr24136.f36 call divine(nup,fp12,dfp12,s12)
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.fortran-torture/compile/
H A Dpr24136.f36 call divine(nup,fp12,dfp12,s12)
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.fortran-torture/compile/
H A Dpr24136.f36 call divine(nup,fp12,dfp12,s12)
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.fortran-torture/compile/
H A Dpr24136.f36 call divine(nup,fp12,dfp12,s12)
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.fortran-torture/compile/
H A Dpr24136.f36 call divine(nup,fp12,dfp12,s12)

123