Home
last modified time | relevance | path

Searched refs:cswap (Results 1 – 5 of 5) sorted by relevance

/external/boringssl/src/ssl/test/runner/curve25519/
Dmont25519_amd64.go15 func cswap(inout *[5]uint64, v uint64) func
51 cswap(&work[1], uint64(swap))
Dcswap_amd64.s11 TEXT ·cswap(SB),7,$0
/external/boringssl/src/ssl/test/runner/hrss/
Dhrss.go373 func (p *poly3) cswap(other *poly3, swap uint) { func
444 func (p *poly2) cswap(other *poly2, swap uint) { func
896 func (a *poly) cswap(b *poly, swap uint16) { func
941 f.cswap(&g, shouldSwap)
942 b.cswap(&c, shouldSwap)
987 f.cswap(&g, shouldSwap)
988 b.cswap(&c, shouldSwap)
/external/eigen/Eigen/src/misc/
Dblas.h53 int BLASFUNC(cswap) (int *, float *, int *, float *, int *);
/external/eigen/bench/btl/libs/BLAS/
Dblas.h74 int BLASFUNC(cswap) (int *, float *, int *, float *, int *);