/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_heapq.py | 204 class LE: 212 self.assertEqual(hsort(data, LE), target)
|
/dalvik/vm/compiler/codegen/x86/libenc/ |
enc_defs.h | 425 CCM(CMOV,LE), CCM(CMOV,NG), 535 CCM(J,LE), CCM(J,NG), 594 CCM(SET,LE), CCM(SET,NG),
|
/external/llvm/lib/Target/AArch64/Utils/ |
AArch64BaseInfo.h | 44 LE, // Signed less than or equal <, ==, or unordered 70 case A64CC::LE: return "le"; 94 .Case("le", A64CC::LE) [all...] |
/external/eigen/blas/testing/ |
cblat2.f | 505 NULL = N.LE.0.OR.M.LE.0 680 * Avoid repeating tests with M.le.0 or 681 * N.le.0. 847 NULL = N.LE.0 [all...] |
dblat2.f | 495 NULL = N.LE.0.OR.M.LE.0 670 * Avoid repeating tests with M.le.0 or 671 * N.le.0. 833 NULL = N.LE.0 [all...] |
sblat2.f | 495 NULL = N.LE.0.OR.M.LE.0 670 * Avoid repeating tests with M.le.0 or 671 * N.le.0. 833 NULL = N.LE.0 [all...] |
zblat2.f | 507 NULL = N.LE.0.OR.M.LE.0 682 * Avoid repeating tests with M.le.0 or 683 * N.le.0. 850 NULL = N.LE.0 [all...] |
/external/llvm/lib/Transforms/Vectorize/ |
SLPVectorizer.cpp | 423 for (int Lane = 0, LE = Entry->Scalars.size(); Lane != LE; ++Lane) { [all...] |
/external/javassist/src/main/javassist/compiler/ |
CodeGen.java | [all...] |
/external/llvm/include/llvm/Analysis/ |
DependenceAnalysis.h | 87 LE = 3, [all...] |
/system/core/libpixelflinger/codeflinger/ |
ARMAssemblerInterface.h | 35 EQ, NE, CS, CC, MI, PL, VS, VC, HI, LS, GE, LT, GT, LE, AL, NV,
|
texturing.cpp | 560 MOV(LE, 0, u, reg_imm(width, LSL, FRAC_BITS)); 561 MOV(LE, 0, width, imm(0)); 584 MOV(LE, 0, v, reg_imm(height, LSL, FRAC_BITS)); 585 MOV(LE, 0, height, imm(0)); [all...] |
/external/eigen/blas/ |
chpr.f | 130 IF (INCX.LE.0) THEN
|
ctbmv.f | 66 * K must satisfy 0 .le. K. 195 IF (INCX.LE.0) THEN
|
ctpmv.f | 151 IF (INCX.LE.0) THEN
|
ctpsv.f | 154 IF (INCX.LE.0) THEN
|
dtbmv.f | 66 * K must satisfy 0 .le. K. 194 IF (INCX.LE.0) THEN
|
dtpmv.f | 147 IF (INCX.LE.0) THEN
|
dtpsv.f | 150 IF (INCX.LE.0) THEN
|
stbmv.f | 66 * K must satisfy 0 .le. K. 194 IF (INCX.LE.0) THEN
|
stpmv.f | 147 IF (INCX.LE.0) THEN
|
stpsv.f | 150 IF (INCX.LE.0) THEN
|
zhpr.f | 130 IF (INCX.LE.0) THEN
|
ztbmv.f | 66 * K must satisfy 0 .le. K. 195 IF (INCX.LE.0) THEN
|
ztpmv.f | 151 IF (INCX.LE.0) THEN
|