Searched refs:cswap (Results 1 – 5 of 5) sorted by relevance
/external/boringssl/src/ssl/test/runner/curve25519/ |
D | mont25519_amd64.go | 15 func cswap(inout *[5]uint64, v uint64) func 51 cswap(&work[1], uint64(swap))
|
D | cswap_amd64.s | 11 TEXT ·cswap(SB),7,$0
|
/external/boringssl/src/ssl/test/runner/hrss/ |
D | hrss.go | 373 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/ |
D | blas.h | 53 int BLASFUNC(cswap) (int *, float *, int *, float *, int *);
|
/external/eigen/bench/btl/libs/BLAS/ |
D | blas.h | 74 int BLASFUNC(cswap) (int *, float *, int *, float *, int *);
|