Searched refs:too_big (Results 1 – 7 of 7) sorted by relevance
/external/llvm/test/CodeGen/ARM/ |
D | 2011-09-19-cpsr.ll | 25 br i1 undef, label %too_big, label %if.end2327 46 too_big: ; preds = %sqlite3VarintLen.exit
|
/external/skia/src/core/ |
D | SkBitmapProcState.cpp | 593 const SkScalar too_big = SkIntToScalar(1 << 30); in setupForTranslate() local 594 if (SkScalarAbs(pt.fX) > too_big || SkScalarAbs(pt.fY) > too_big) { in setupForTranslate()
|
/external/google-breakpad/src/common/mac/ |
D | macho_reader_unittest.cc | 1529 LoadedSection too_big; in TEST_F() local 1530 too_big.Append(10, '3'); in TEST_F() 1531 too_big.start() = segment.start() + 1; in TEST_F() 1532 too_big.address() = segment.address() + 1; in TEST_F() 1533 too_big.final_size() = too_big.Size(); in TEST_F() 1538 .AppendSectionEntry("too big", "segment", 0, 0x8b53ae5c, too_big); in TEST_F()
|
/external/skia/src/opts/ |
D | SkNx_sse.h | 22 __m128 too_big = _mm_cmpgt_ps(roundtrip, v); in sse2_mm_floor_ps() local 23 return _mm_sub_ps(roundtrip, _mm_and_ps(too_big, _mm_set1_ps(1.0f))); in sse2_mm_floor_ps()
|
D | SkNx_neon.h | 19 auto too_big = vcgtq_f32(roundtrip, v); in armv7_vrndmq_f32() local 20 return vsubq_f32(roundtrip, (float32x4_t)vandq_u32(too_big, (uint32x4_t)vdupq_n_f32(1))); in armv7_vrndmq_f32()
|
/external/sqlite/dist/ |
D | sqlite3.c | 73961 if( rc==SQLITE_TOOBIG ) goto too_big; 73976 goto too_big; 74083 goto too_big; 74297 goto too_big; 74570 if( sqlite3VdbeMemTooBig(pCtx->pOut) ) goto too_big; 75327 goto too_big; 75651 goto too_big; 77395 goto too_big; 77402 goto too_big; 78802 goto too_big; [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 73943 if( rc==SQLITE_TOOBIG ) goto too_big; 73958 goto too_big; 74065 goto too_big; 74279 goto too_big; 74552 if( sqlite3VdbeMemTooBig(pCtx->pOut) ) goto too_big; 75309 goto too_big; 75633 goto too_big; 77377 goto too_big; 77384 goto too_big; 78784 goto too_big; [all …]
|