/toolchain/binutils/binutils-2.25/opcodes/ |
aarch64-opc.c | [all...] |
/prebuilts/go/darwin-x86/src/unicode/ |
tables.go | 70 R32: []Range32{ 103 R32: []Range32{ 116 R32: []Range32{ 483 R32: []Range32{ 774 R32: []Range32{ 853 R32: []Range32{ 1139 R32: []Range32{ 1394 R32: []Range32{ [all...] |
letter.go | 23 // Also, R32 should contain only values >= 0x10000 (1<<16). 26 R32 []Range32 163 r32 := rangeTab.R32 164 if len(r32) > 0 && r >= rune(r32[0].Lo) { 165 return is32(r32, uint32(r)) 175 r32 := rangeTab.R32 176 if len(r32) > 0 && r >= rune(r32[0].Lo) [all...] |
maketables.go | 626 // the invariant that R32 contains only >= 1<<16. [all...] |
/prebuilts/go/linux-x86/src/unicode/ |
tables.go | 70 R32: []Range32{ 103 R32: []Range32{ 116 R32: []Range32{ 483 R32: []Range32{ 774 R32: []Range32{ 853 R32: []Range32{ 1139 R32: []Range32{ 1394 R32: []Range32{ [all...] |
letter.go | 23 // Also, R32 should contain only values >= 0x10000 (1<<16). 26 R32 []Range32 163 r32 := rangeTab.R32 164 if len(r32) > 0 && r >= rune(r32[0].Lo) { 165 return is32(r32, uint32(r)) 175 r32 := rangeTab.R32 176 if len(r32) > 0 && r >= rune(r32[0].Lo) [all...] |
maketables.go | 626 // the invariant that R32 contains only >= 1<<16. [all...] |
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
btBoxBoxDetector.cpp | 271 btScalar A[3],B[3],R11,R12,R13,R21,R22,R23,R31,R32,R33, 290 R31 = dDOT44(R1+2,R2+0); R32 = dDOT44(R1+2,R2+1); R33 = dDOT44(R1+2,R2+2); 294 Q31 = btFabs(R31); Q32 = btFabs(R32); Q33 = btFabs(R33); 364 TST(pp[2]*R22-pp[1]*R32,(A[1]*Q32+A[2]*Q22+B[0]*Q13+B[2]*Q11),0,-R32,R22,8); 369 TST(pp[0]*R32-pp[2]*R12,(A[0]*Q32+A[2]*Q12+B[0]*Q23+B[2]*Q21),R32,0,-R12,11);
|
/device/generic/goldfish/camera/ |
Converters.h | 90 #define R32(rgb) static_cast<uint8_t>(rgb & kRed8) 107 #define R32(rgb) static_cast<uint8_t>((rgb & kRed8) >> 16)
|
/external/autotest/docs/ |
test-that.md | 90 test_that -b peach_pit :lab: suite:pyauto_perf -i 'peach_pit-release/R32-4763.0.0'
|
/external/llvm/lib/Target/Hexagon/ |
HexagonGenInsert.cpp | [all...] |
/prebuilts/go/darwin-x86/src/regexp/syntax/ |
parse.go | [all...] |
/prebuilts/go/linux-x86/src/regexp/syntax/ |
parse.go | [all...] |
/external/libpng/contrib/libtests/ |
pngvalid.c | 317 static void r32(png_uint_32p p32, size_t count) function 329 #define R32(this) r32(&(this), (sizeof (this))/(sizeof (png_uint_32))) 330 #define R32_1(this) r32(&(this), (size_t) 1U) [all...] |