Home
last modified time | relevance | path

Searched refs:nqx (Results 1 – 25 of 175) sorted by relevance

1234567

/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/external/curve25519-donna/
H A Dcurve25519-donna-scalarmult-base.h10 bignum25519 nqpqx = {1}, nqpqz = {0}, nqz = {1}, nqx; in curve25519_scalarmult_donna() local
16 curve25519_copy(nqx, q); in curve25519_scalarmult_donna()
24 curve25519_add(qx, nqx, nqz); in curve25519_scalarmult_donna()
25 curve25519_sub(nqz, nqx, nqz); in curve25519_scalarmult_donna()
37 curve25519_mul(nqx, qx, nqz); in curve25519_scalarmult_donna()
44 curve25519_swap_conditional(nqx, nqpqx, bit ^ lastbit); in curve25519_scalarmult_donna()
51 curve25519_add(qx, nqx, nqz); in curve25519_scalarmult_donna()
52 curve25519_sub(nqz, nqx, nqz); in curve25519_scalarmult_donna()
55 curve25519_mul(nqx, qx, nqz); in curve25519_scalarmult_donna()
63 curve25519_mul(nqz, nqx, zmone); in curve25519_scalarmult_donna()
H A Dcurve25519-donna-scalarmult-sse2.h10 bignum25519 ALIGN(16) nqx = {1}, nqpqz = {1}, nqz = {0}, nqpqx, zmone; in curve25519_scalarmult_donna()
22 curve25519_swap_conditional(nqx, nqpqx, bit ^ lastbit); in curve25519_scalarmult_donna()
26 curve25519_tangle32(qx, nqx, nqpqx); /* qx = [nqx,nqpqx] */ in curve25519_scalarmult_donna()
44 curve25519_untangle64(nqx, nqz, nq); in curve25519_scalarmult_donna()
49 curve25519_swap_conditional(nqx, nqpqx, bit); in curve25519_scalarmult_donna()
54 curve25519_compute_nq(nq, nqx, nqz); in curve25519_scalarmult_donna()
58 curve25519_untangle64(nqx, nqz, nq); in curve25519_scalarmult_donna()
62 curve25519_mul(nqz, nqx, zmone); in curve25519_scalarmult_donna()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/scat/
H A Dqtree.c12 qtree_decode(Biobuf *infile, Pix *a, int n, int nqx, int nqy, int nbitplanes) in qtree_decode() argument
23 if(nqx > nqmax) in qtree_decode()
24 nqmax = nqx; in qtree_decode()
32 nqx2 = (nqx+1)/2; in qtree_decode()
53 read_bdirect(infile, a, n, nqx, nqy, scratch, bit); in qtree_decode()
71 nfx = nqx; in qtree_decode()
96 qtree_bitins(scratch, nqx, nqy, a, n, bit); in qtree_decode()
263 read_bdirect(Biobuf *infile, Pix *a, int n, int nqx, int nqy, uchar *scratch, int bit) in read_bdirect() argument
270 for(i = 0; i < ((nqx+1)/2) * ((nqy+1)/2); i++) { in read_bdirect()
277 qtree_bitins(scratch, nqx, nqy, a, n, bit); in read_bdirect()
/dports/science/quantum-espresso/q-e-qe-6.7.0/PW/src/
H A Dallocate_nlpot.f9033 USE us, ONLY : qrad, tab, tab_d2y, tab_at, dq, nqx, &
86 nqx = INT( (SQRT(ecutwfc) / dq + 4) * cell_factor )
88 ALLOCATE( tab(nqx,nbetam,nsp) )
91 IF (spline_ps) ALLOCATE( tab_d2y(nqx,nbetam,nsp) )
94 ALLOCATE( tab_at(nqx,nwfcm,nsp) )
H A Dinit_us_b0.f9036 INTEGER :: nqx local
58 nqx = INT( qmax / dq + 4) ! Think about what happens in a variable cell calculations
60 ALLOCATE( tab0(nqx,nbetam), tab(nqx,nbetam) )
65 WRITE( stdout,'(/5X,"table grid dimensions: NQX =",I7," NBETAM =", I4)') nqx, nbetam
86 CALL divide( intra_bgrp_comm, nqx, startq, lastq )
300 REAL(DP), INTENT(IN) :: tab_(nqx, nbetam)
312 WRITE(4,*) '# nbeta :', upf(nt)%nbeta,' nqx :',nqx, dq*nqx
313 DO iq = 1, nqx
337 DO iq = 1, nqx
H A Dinit_at_1.f9020 USE us, ONLY : tab_at, nqx, dq
42 CALL divide( intra_bgrp_comm, nqx, startq, lastq )
/dports/astro/oskar/OSKAR-2.8.0/extern/cfitsio/
H A Dfits_hcompress.c1297 nqmax = (nqx>nqy) ? nqx : nqy; in qtree_encode()
1305 nqx2 = (nqx+1)/2; in qtree_encode()
1333 qtree_onebit(a,n,nqx,nqy,scratch,bit); in qtree_encode()
1334 nx = (nqx+1)>>1; in qtree_encode()
1345 write_bdirect(outfile,a,n,nqx,nqy,scratch,bit); in qtree_encode()
1416 nqmax = (nqx>nqy) ? nqx : nqy; in qtree_encode64()
1424 nqx2 = (nqx+1)/2; in qtree_encode64()
1452 qtree_onebit64(a,n,nqx,nqy,scratch,bit); in qtree_encode64()
1453 nx = (nqx+1)>>1; in qtree_encode64()
1823 qtree_onebit(a,n,nqx,nqy,scratch,bit); in write_bdirect()
[all …]
H A Dfits_hdecompress.c1301 nqmax = (nqx>nqy) ? nqx : nqy; in qtree_decode()
1309 nqx2=(nqx+1)/2; in qtree_decode()
1330 read_bdirect(infile,a,n,nqx,nqy,scratch,bit); in qtree_decode()
1346 nfx = nqx; in qtree_decode()
1364 qtree_bitins(scratch,nqx,nqy,a,n,bit); in qtree_decode()
1391 nqmax = (nqx>nqy) ? nqx : nqy; in qtree_decode64()
1399 nqx2=(nqx+1)/2; in qtree_decode64()
1436 nfx = nqx; in qtree_decode64()
1454 qtree_bitins64(scratch,nqx,nqy,a,n,bit); in qtree_decode64()
2294 qtree_bitins(scratch,nqx,nqy,a,n,bit); in read_bdirect()
[all …]
/dports/astro/cfitsio/cfitsio-3.49/
H A Dfits_hcompress.c1297 nqmax = (nqx>nqy) ? nqx : nqy; in qtree_encode()
1305 nqx2 = (nqx+1)/2; in qtree_encode()
1333 qtree_onebit(a,n,nqx,nqy,scratch,bit); in qtree_encode()
1334 nx = (nqx+1)>>1; in qtree_encode()
1345 write_bdirect(outfile,a,n,nqx,nqy,scratch,bit); in qtree_encode()
1416 nqmax = (nqx>nqy) ? nqx : nqy; in qtree_encode64()
1424 nqx2 = (nqx+1)/2; in qtree_encode64()
1452 qtree_onebit64(a,n,nqx,nqy,scratch,bit); in qtree_encode64()
1453 nx = (nqx+1)>>1; in qtree_encode64()
1823 qtree_onebit(a,n,nqx,nqy,scratch,bit); in write_bdirect()
[all …]
H A Dfits_hdecompress.c1301 nqmax = (nqx>nqy) ? nqx : nqy; in qtree_decode()
1309 nqx2=(nqx+1)/2; in qtree_decode()
1330 read_bdirect(infile,a,n,nqx,nqy,scratch,bit); in qtree_decode()
1346 nfx = nqx; in qtree_decode()
1364 qtree_bitins(scratch,nqx,nqy,a,n,bit); in qtree_decode()
1391 nqmax = (nqx>nqy) ? nqx : nqy; in qtree_decode64()
1399 nqx2=(nqx+1)/2; in qtree_decode64()
1436 nfx = nqx; in qtree_decode64()
1454 qtree_bitins64(scratch,nqx,nqy,a,n,bit); in qtree_decode64()
2294 qtree_bitins(scratch,nqx,nqy,a,n,bit); in read_bdirect()
[all …]
/dports/science/healpix/Healpix_3.50/src/healpy/cfitsio/
H A Dfits_hcompress.c1296 nqmax = (nqx>nqy) ? nqx : nqy; in qtree_encode()
1304 nqx2 = (nqx+1)/2; in qtree_encode()
1332 qtree_onebit(a,n,nqx,nqy,scratch,bit); in qtree_encode()
1333 nx = (nqx+1)>>1; in qtree_encode()
1344 write_bdirect(outfile,a,n,nqx,nqy,scratch,bit); in qtree_encode()
1415 nqmax = (nqx>nqy) ? nqx : nqy; in qtree_encode64()
1423 nqx2 = (nqx+1)/2; in qtree_encode64()
1451 qtree_onebit64(a,n,nqx,nqy,scratch,bit); in qtree_encode64()
1452 nx = (nqx+1)>>1; in qtree_encode64()
1822 qtree_onebit(a,n,nqx,nqy,scratch,bit); in write_bdirect()
[all …]
H A Dfits_hdecompress.c1305 nqmax = (nqx>nqy) ? nqx : nqy; in qtree_decode()
1313 nqx2=(nqx+1)/2; in qtree_decode()
1334 read_bdirect(infile,a,n,nqx,nqy,scratch,bit); in qtree_decode()
1350 nfx = nqx; in qtree_decode()
1368 qtree_bitins(scratch,nqx,nqy,a,n,bit); in qtree_decode()
1395 nqmax = (nqx>nqy) ? nqx : nqy; in qtree_decode64()
1403 nqx2=(nqx+1)/2; in qtree_decode64()
1440 nfx = nqx; in qtree_decode64()
1458 qtree_bitins64(scratch,nqx,nqy,a,n,bit); in qtree_decode64()
2298 qtree_bitins(scratch,nqx,nqy,a,n,bit); in read_bdirect()
[all …]
/dports/astro/py-astropy/astropy-5.0/cextern/cfitsio/lib/
H A Dfits_hcompress.c1297 nqmax = (nqx>nqy) ? nqx : nqy; in qtree_encode()
1305 nqx2 = (nqx+1)/2; in qtree_encode()
1333 qtree_onebit(a,n,nqx,nqy,scratch,bit); in qtree_encode()
1334 nx = (nqx+1)>>1; in qtree_encode()
1345 write_bdirect(outfile,a,n,nqx,nqy,scratch,bit); in qtree_encode()
1416 nqmax = (nqx>nqy) ? nqx : nqy; in qtree_encode64()
1424 nqx2 = (nqx+1)/2; in qtree_encode64()
1452 qtree_onebit64(a,n,nqx,nqy,scratch,bit); in qtree_encode64()
1453 nx = (nqx+1)>>1; in qtree_encode64()
1823 qtree_onebit(a,n,nqx,nqy,scratch,bit); in write_bdirect()
[all …]
H A Dfits_hdecompress.c1301 nqmax = (nqx>nqy) ? nqx : nqy; in qtree_decode()
1309 nqx2=(nqx+1)/2; in qtree_decode()
1330 read_bdirect(infile,a,n,nqx,nqy,scratch,bit); in qtree_decode()
1346 nfx = nqx; in qtree_decode()
1364 qtree_bitins(scratch,nqx,nqy,a,n,bit); in qtree_decode()
1391 nqmax = (nqx>nqy) ? nqx : nqy; in qtree_decode64()
1399 nqx2=(nqx+1)/2; in qtree_decode64()
1436 nfx = nqx; in qtree_decode64()
1454 qtree_bitins64(scratch,nqx,nqy,a,n,bit); in qtree_decode64()
2294 qtree_bitins(scratch,nqx,nqy,a,n,bit); in read_bdirect()
[all …]
/dports/science/cdcl/dcl-5.4.8-C/src/grph2/uepack/
H A Duezchk.c49 static integer npx[2], nqx[2], nsx[2]; in uezchk_() local
84 nqx[0] = *nx; in uezchk_()
85 nqx[1] = *ny; in uezchk_()
86 rminz = rvmin_(&z__[z_offset], nsx, npx, nqx, &c__2); in uezchk_()
87 rmaxz = rvmax_(&z__[z_offset], nsx, npx, nqx, &c__2); in uezchk_()
/dports/math/p5-Math-Prime-Util-GMP/Math-Prime-Util-GMP-0.52/
H A Decm.c490 mpz_t* nqx = 0; in ec_stage2() local
502 Newz(0, nqx, 2*D+1, mpz_t); in ec_stage2()
503 mpz_init_set(nqx[1], x); in ec_stage2()
514 mpz_init_set(nqx[i], x2); in ec_stage2()
521 mpz_set(x, nqx[2*D-1]); in ec_stage2()
537 mpz_sub(w, x1, nqx[m+D-i]); in ec_stage2()
543 mpz_sub(w, x1, nqx[i-m]); in ec_stage2()
555 if (nqx != 0) { in ec_stage2()
557 if (nqx[i] != 0) in ec_stage2()
558 mpz_clear(nqx[i]); in ec_stage2()
[all …]
/dports/lang/jimtcl/jimtcl-0.81/
H A Dmake-release.sh5 if [ `git clean -nqx | wc -l` -ne 0 ]; then
6 git clean -nqx
/dports/devel/openocd/openocd-0.11.0/jimtcl/
H A Dmake-release.sh5 if [ `git clean -nqx | wc -l` -ne 0 ]; then
6 git clean -nqx
/dports/science/quantum-espresso/q-e-qe-6.7.0/GWW/simple/
H A Dinit_us_2_max.f9026 USE us, ONLY : nqx, dq, tab, tab_d2y, spline_ps
81 allocate(xdata(nqx))
82 do iq = 1, nqx
106 … if (i3<=nqx) then ! WARNING: Here we change from the original subroutine init_us_2.f90
H A Dcommutator.f9017 USE us, ONLY : nqx, tab, tab_d2y, dq, spline_ps
77 allocate(xdata(nqx))
78 do iq = 1, nqx
103 if (i3 <= nqx) then ! Approximation
179 USE us, ONLY : nqx, tab, tab_d2y, dq, spline_ps
235 allocate(xdata(nqx))
236 do iq = 1, nqx
257 if (i3<=nqx) then ! DEBUG
/dports/science/quantum-espresso/q-e-qe-6.7.0/XSpectra/src/
H A Dinit_gipaw_1.f9022 USE us, ONLY : dq, nqx, tab, tab_d2y, spline_ps
82 allocate ( paw_recon(nt)%paw_tab(nqx,nbrx) )
285 call divide ( intra_pool_comm, nqx, startq, lastq )
311 allocate(xdata(nqx))
312 do iq = 1, nqx
316 allocate ( paw_recon(nt)%paw_tab_d2y(nqx,paw_recon(nt)%paw_nbeta) )
H A Dinit_gipaw_2.f9023 USE us, ONLY : nqx, dq, spline_ps
75 allocate(xdata(nqx))
76 do iq = 1, nqx
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/cnacl/crypto_scalarmult/curve25519/donna_c64/
H A Dsmult.c329 limb *nqpqx = a, *nqpqz = b, *nqx = c, *nqz = d, *t; in cmult() local
342 swap_conditional(nqx, nqpqx, bit); in cmult()
346 nqx, nqz, in cmult()
352 t = nqx; in cmult()
353 nqx = nqx2; in cmult()
369 memcpy(resultx, nqx, sizeof(limb) * 5); in cmult()
/dports/devel/stack/stack-2.7.3/_cabal_deps/cryptonite-0.29/cbits/curve25519/
H A Dcurve25519-donna-c64.c354 limb *nqpqx = a, *nqpqz = b, *nqx = c, *nqz = d, *t; in cmult() local
367 swap_conditional(nqx, nqpqx, bit); in cmult()
371 nqx, nqz, in cmult()
377 t = nqx; in cmult()
378 nqx = nqx2; in cmult()
394 memcpy(resultx, nqx, sizeof(limb) * 5); in cmult()
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/cryptonite-0.27/cbits/curve25519/
H A Dcurve25519-donna-c64.c354 limb *nqpqx = a, *nqpqz = b, *nqx = c, *nqz = d, *t; in cmult() local
367 swap_conditional(nqx, nqpqx, bit); in cmult()
371 nqx, nqz, in cmult()
377 t = nqx; in cmult()
378 nqx = nqx2; in cmult()
394 memcpy(resultx, nqx, sizeof(limb) * 5); in cmult()

1234567