/external/libcxx/test/support/ |
nasty_macros.hpp | 27 #define _W NASTY_MACRO
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
arith.go | 23 _W = _S << 3 // word size in bits 24 _B = 1 << _W // digit base 27 _W2 = _W / 2 // half word size in bits 37 // z1<<_W + z0 = x+y+c, with c == 0 or 1 47 // z1<<_W + z0 = x-y-c, with c == 0 or 1 57 // z1<<_W + z0 = x*y 74 // z1<<_W + z0 = x*y + c 115 return uint(_W - bitLen(x)) 120 switch _W { 133 // q = (u1<<_W + u0 - r)/ [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/big/ |
arith.go | 20 _W = _S << 3 // word size in bits 21 _B = 1 << _W // digit base 24 _W2 = _W / 2 // half word size in bits 34 // z1<<_W + z0 = x+y+c, with c == 0 or 1 44 // z1<<_W + z0 = x-y-c, with c == 0 or 1 54 // z1<<_W + z0 = x*y 71 // z1<<_W + z0 = x*y + c 112 return uint(_W - bitLen(x)) 117 switch _W { 130 // q = (u1<<_W + u0 - r)/ [all...] |
/prebuilts/go/darwin-x86/src/math/big/ |
arith.go | 20 _W = _S << 3 // word size in bits 21 _B = 1 << _W // digit base 24 _W2 = _W / 2 // half word size in bits 34 // z1<<_W + z0 = x+y+c, with c == 0 or 1 44 // z1<<_W + z0 = x-y-c, with c == 0 or 1 54 // z1<<_W + z0 = x*y 71 // z1<<_W + z0 = x*y + c 112 return uint(_W - bitLen(x)) 117 switch _W { 130 // q = (u1<<_W + u0 - r)/ [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
arith.go | 23 _W = _S << 3 // word size in bits 24 _B = 1 << _W // digit base 27 _W2 = _W / 2 // half word size in bits 37 // z1<<_W + z0 = x+y+c, with c == 0 or 1 47 // z1<<_W + z0 = x-y-c, with c == 0 or 1 57 // z1<<_W + z0 = x*y 74 // z1<<_W + z0 = x*y + c 115 return uint(_W - bitLen(x)) 120 switch _W { 133 // q = (u1<<_W + u0 - r)/ [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/big/ |
arith.go | 20 _W = _S << 3 // word size in bits 21 _B = 1 << _W // digit base 24 _W2 = _W / 2 // half word size in bits 34 // z1<<_W + z0 = x+y+c, with c == 0 or 1 44 // z1<<_W + z0 = x-y-c, with c == 0 or 1 54 // z1<<_W + z0 = x*y 71 // z1<<_W + z0 = x*y + c 112 return uint(_W - bitLen(x)) 117 switch _W { 130 // q = (u1<<_W + u0 - r)/ [all...] |
/prebuilts/go/linux-x86/src/math/big/ |
arith.go | 20 _W = _S << 3 // word size in bits 21 _B = 1 << _W // digit base 24 _W2 = _W / 2 // half word size in bits 34 // z1<<_W + z0 = x+y+c, with c == 0 or 1 44 // z1<<_W + z0 = x-y-c, with c == 0 or 1 54 // z1<<_W + z0 = x*y 71 // z1<<_W + z0 = x*y + c 112 return uint(_W - bitLen(x)) 117 switch _W { 130 // q = (u1<<_W + u0 - r)/ [all...] |
/external/opencv/cv/src/ |
cvcalibration.cpp | 614 CvMat _W = cvMat( 3, 1, CV_64F, W ); 631 cvSVD( &_R, &_W, &_U, &_V, CV_SVD_MODIFY_A + CV_SVD_U_T + CV_SVD_V_T ); [all...] |
cvfundam.cpp | 452 CvMat _W = cvMat( 9, 9, CV_64F, W ); 497 cvSVD( &_LtL, &_W, 0, &_V, CV_SVD_MODIFY_A + CV_SVD_V_T ); [all...] |
/external/wpa_supplicant_8/src/tls/ |
libtommath.c | [all...] |