/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/bindings/lua/ |
D | test_upb.lua | 385 too_big = 2^32, 391 too_big = 2^64, 397 too_big = 2^31, 405 too_big = 2^31, 411 too_big = 2^63, 549 if vals.too_big then 550 assert_error_match(errmsg, function() array[3] = vals.too_big end) 598 if key_vals.too_big then 599 assert_error_match(errmsg, function() map[key_vals.too_big] = 1 end) 608 if val_vals.too_big then [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_resource.py | 78 too_big = 10L**50 84 resource.setrlimit(resource.RLIMIT_FSIZE, (too_big, max)) 88 resource.setrlimit(resource.RLIMIT_FSIZE, (max, too_big))
|
/external/llvm-project/clang/test/Parser/ |
D | pragma-fenv_access.c | 34 CONST int too_big = 0x7ffffff0; in main() local 38 CONST float fbig = too_big; // inexact in main()
|
/external/python/cpython3/Lib/test/ |
D | test_resource.py | 84 too_big = 10**50 91 resource.setrlimit(resource.RLIMIT_FSIZE, (too_big, max)) 95 resource.setrlimit(resource.RLIMIT_FSIZE, (max, too_big))
|
/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/llvm-project/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/rust/crates/gdbstub/src/internal/ |
D | be_bytes.rs | 79 fn too_big() { in too_big() function
|
D | le_bytes.rs | 79 fn too_big() { in too_big() function
|
/external/skqp/src/core/ |
D | SkBitmapProcState.cpp | 521 const SkScalar too_big = SkIntToScalar(1 << 30); in setupForTranslate() local 522 if (SkScalarAbs(pt.fX) > too_big || SkScalarAbs(pt.fY) > too_big) { in setupForTranslate()
|
/external/skia/src/core/ |
D | SkBitmapProcState.cpp | 528 const SkScalar too_big = SkIntToScalar(1 << 30); in setupForTranslate() local 529 if (SkScalarAbs(pt.fX) > too_big || SkScalarAbs(pt.fY) > too_big) { in setupForTranslate()
|
/external/google-breakpad/src/common/mac/ |
D | macho_reader_unittest.cc | 1533 LoadedSection too_big; in TEST_F() local 1534 too_big.Append(10, '3'); in TEST_F() 1535 too_big.start() = segment.start() + 1; in TEST_F() 1536 too_big.address() = segment.address() + 1; in TEST_F() 1537 too_big.final_size() = too_big.Size(); in TEST_F() 1542 .AppendSectionEntry("too big", "segment", 0, 0x8b53ae5c, too_big); in TEST_F()
|
/external/llvm-project/llvm/test/Transforms/LoopUnroll/AMDGPU/ |
D | unroll-for-private.ll | 80 ; CHECK-LABEL: @too_big 85 define amdgpu_kernel void @too_big(i32 addrspace(1)* nocapture %a, i32 %x) {
|
/external/skia/include/private/ |
D | SkNx_neon.h | 21 auto too_big = vcgtq_f32(roundtrip, v); in emulate_vrndmq_f32() local 22 return vsubq_f32(roundtrip, (float32x4_t)vandq_u32(too_big, (uint32x4_t)vdupq_n_f32(1))); in emulate_vrndmq_f32() 26 auto too_big = vcgt_f32(roundtrip, v); in emulate_vrndm_f32() local 27 return vsub_f32(roundtrip, (float32x2_t)vand_u32(too_big, (uint32x2_t)vdup_n_f32(1))); in emulate_vrndm_f32()
|
D | SkNx_sse.h | 33 __m128 too_big = _mm_cmpgt_ps(roundtrip, v); in emulate_mm_floor_ps() local 34 return _mm_sub_ps(roundtrip, _mm_and_ps(too_big, _mm_set1_ps(1.0f))); in emulate_mm_floor_ps()
|
/external/skqp/include/private/ |
D | SkNx_neon.h | 21 auto too_big = vcgtq_f32(roundtrip, v); in emulate_vrndmq_f32() local 22 return vsubq_f32(roundtrip, (float32x4_t)vandq_u32(too_big, (uint32x4_t)vdupq_n_f32(1))); in emulate_vrndmq_f32() 26 auto too_big = vcgt_f32(roundtrip, v); in emulate_vrndm_f32() local 27 return vsub_f32(roundtrip, (float32x2_t)vand_u32(too_big, (uint32x2_t)vdup_n_f32(1))); in emulate_vrndm_f32()
|
D | SkNx_sse.h | 33 __m128 too_big = _mm_cmpgt_ps(roundtrip, v); in emulate_mm_floor_ps() local 34 return _mm_sub_ps(roundtrip, _mm_and_ps(too_big, _mm_set1_ps(1.0f))); in emulate_mm_floor_ps()
|
/external/vulkan-validation-layers/tests/ |
D | vklayertests_command.cpp | 426 const uint32_t too_big = m_device->props.limits.maxPushConstantsSize + 0x4; in TEST_F() local 433 …{{VK_SHADER_STAGE_VERTEX_BIT, 0, too_big}, "vkCreatePipelineLayout() call has push constants index… in TEST_F() 434 …{{VK_SHADER_STAGE_VERTEX_BIT, too_big, too_big}, "vkCreatePipelineLayout() call has push constants… in TEST_F() 435 …{{VK_SHADER_STAGE_VERTEX_BIT, too_big, 4}, "vkCreatePipelineLayout() call has push constants index… in TEST_F()
|
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.c | 86514 if( rc ) goto too_big; 86529 goto too_big; 86647 goto too_big; 86904 goto too_big; 87986 goto too_big; 88497 goto too_big; 90566 goto too_big; 92241 goto too_big; 92752 goto too_big; 93049 if( sqlite3VdbeMemTooBig(pOut) ) goto too_big; [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 86316 if( rc ) goto too_big; 86331 goto too_big; 86448 goto too_big; 86705 goto too_big; 87787 goto too_big; 88285 goto too_big; 90351 goto too_big; 92023 goto too_big; 92534 goto too_big; 92831 if( sqlite3VdbeMemTooBig(pOut) ) goto too_big; [all …]
|
/external/sqlite/dist/ |
D | sqlite3.c | 86332 if( rc ) goto too_big; 86347 goto too_big; 86464 goto too_big; 86721 goto too_big; 87803 goto too_big; 88301 goto too_big; 90367 goto too_big; 92039 goto too_big; 92550 goto too_big; 92847 if( sqlite3VdbeMemTooBig(pOut) ) goto too_big; [all …]
|