Searched refs:zero (Results 201 - 225 of 690) sorted by relevance

1234567891011>>

/external/skia/tools/lua/
H A Dscrape_dashing_full.lua26 Use to initialize all keys passed in keyTable to zero in table.
27 Useful so that keys that are never get incremented still output zero at end
49 resetTableKeys(dash_phase, {"zero", "other"})
83 increment(dash_phase, "zero")
/external/v8/test/mjsunit/compiler/
H A Dmath-floor-global.js44 function zero() { function
51 testFloor(0, zero());
57 // Ensure that a negative zero coming from Math.floor is properly handled
149 // Regression test for a bug where a negative zero coming from Math.floor
H A Dmath-floor-local.js44 function zero() { function
51 testFloor(0, zero());
57 // Ensure that a negative zero coming from Math.floor is properly handled
149 // Regression test for a bug where a negative zero coming from Math.floor
/external/v8/test/mjsunit/
H A Dmath-abs.js30 function zero() { function
37 assertEquals(0, Math.abs(zero()));
/external/valgrind/memcheck/tests/
H A Daddressable.c108 static const struct rlimit zero = { 0, 0 }; local
114 setrlimit(RLIMIT_CORE, &zero);
/external/valgrind/none/tests/mips32/
H A Dtest_math.cpp9 volatile float zero = 0.0f; local
10 volatile float result __attribute__((unused)) = 123.0f / zero;
105 /* Test dividing by zero. */
109 // Dividing by zero sets FE_DIVBYZERO.
/external/valgrind/none/tests/mips64/
H A Dtest_math.cpp9 volatile float zero = 0.0f; local
10 volatile float result __attribute__((unused)) = 123.0f / zero;
105 /* Test dividing by zero. */
109 // Dividing by zero sets FE_DIVBYZERO.
/external/valgrind/none/tests/ppc32/
H A Dtest_isa_2_06_part2.stdout.exp733 Test floating point convert [word | doubleword] unsigned, with round toward zero
/external/valgrind/none/tests/ppc64/
H A Dtest_isa_2_06_part2.stdout.exp794 Test floating point convert [word | doubleword] unsigned, with round toward zero
/external/vboot_reference/tests/
H A Dload_kernel_tests.sh62 dd if=/dev/zero of=disk.test bs=1024 count=1024
/external/jemalloc/src/
H A Darena.c397 bool remove, bool zero)
415 if (zero) {
451 arena_run_split_large(arena_t *arena, arena_run_t *run, size_t size, bool zero) argument
454 arena_run_split_large_helper(arena, run, size, true, zero);
458 arena_run_init_large(arena_t *arena, arena_run_t *run, size_t size, bool zero) argument
461 arena_run_split_large_helper(arena, run, size, false, zero);
516 arena_chunk_register(arena_t *arena, arena_chunk_t *chunk, bool zero) argument
519 extent_node_init(&chunk->node, arena, chunk, chunksize, zero);
525 arena_chunk_alloc_internal_hard(arena_t *arena, bool *zero) argument
533 chunksize, chunksize, zero);
396 arena_run_split_large_helper(arena_t *arena, arena_run_t *run, size_t size, bool remove, bool zero) argument
545 arena_chunk_alloc_internal(arena_t *arena, bool *zero) argument
574 bool zero; local
784 arena_chunk_alloc_huge_hard(arena_t *arena, chunk_alloc_t *chunk_alloc, size_t usize, size_t alignment, bool *zero, size_t csize) argument
806 arena_chunk_alloc_huge(arena_t *arena, size_t usize, size_t alignment, bool *zero) argument
924 arena_chunk_ralloc_huge_expand_hard(arena_t *arena, chunk_alloc_t *chunk_alloc, size_t oldsize, size_t usize, bool *zero, void *nchunk, size_t udiff, size_t cdiff) argument
947 arena_chunk_ralloc_huge_expand(arena_t *arena, void *chunk, size_t oldsize, size_t usize, bool *zero) argument
1001 arena_run_alloc_large_helper(arena_t *arena, size_t size, bool zero) argument
1010 arena_run_alloc_large(arena_t *arena, size_t size, bool zero) argument
1212 bool zero; local
1855 arena_alloc_junk_small(void *ptr, arena_bin_info_t *bin_info, bool zero) argument
1959 arena_malloc_small(arena_t *arena, size_t size, bool zero) argument
2013 arena_malloc_large(arena_t *arena, size_t size, bool zero) argument
2075 arena_palloc_large(tsd_t *tsd, arena_t *arena, size_t size, size_t alignment, bool zero) argument
2149 arena_palloc(tsd_t *tsd, arena_t *arena, size_t usize, size_t alignment, bool zero, tcache_t *tcache) argument
2442 arena_ralloc_large_grow(arena_t *arena, arena_chunk_t *chunk, void *ptr, size_t oldsize, size_t size, size_t extra, bool zero) argument
2542 arena_ralloc_large(void *ptr, size_t oldsize, size_t size, size_t extra, bool zero) argument
2588 arena_ralloc_no_move(void *ptr, size_t oldsize, size_t size, size_t extra, bool zero) argument
2624 arena_ralloc(tsd_t *tsd, arena_t *arena, void *ptr, size_t oldsize, size_t size, size_t extra, size_t alignment, bool zero, tcache_t *tcache) argument
[all...]
H A Djemalloc.c292 a0ialloc(size_t size, bool zero, bool is_metadata) argument
298 return (iallocztm(NULL, size, zero, false, is_metadata, a0get()));
1083 CONF_HANDLE_BOOL(opt_zero, "zero", true)
1891 size_t *alignment, bool *zero, tcache_t **tcache, arena_t **arena)
1901 *zero = MALLOCX_ZERO_GET(flags);
1921 size_t *alignment, bool *zero, tcache_t **tcache, arena_t **arena)
1928 *zero = false;
1934 alignment, zero, tcache, arena));
1939 imallocx_flags(tsd_t *tsd, size_t usize, size_t alignment, bool zero, argument
1944 return (ipalloct(tsd, usize, alignment, zero, tcach
1890 imallocx_flags_decode_hard(tsd_t *tsd, size_t size, int flags, size_t *usize, size_t *alignment, bool *zero, tcache_t **tcache, arena_t **arena) argument
1920 imallocx_flags_decode(tsd_t *tsd, size_t size, int flags, size_t *usize, size_t *alignment, bool *zero, tcache_t **tcache, arena_t **arena) argument
1951 imallocx_maybe_flags(tsd_t *tsd, size_t size, int flags, size_t usize, size_t alignment, bool zero, tcache_t *tcache, arena_t *arena) argument
1961 imallocx_prof_sample(tsd_t *tsd, size_t size, int flags, size_t usize, size_t alignment, bool zero, tcache_t *tcache, arena_t *arena) argument
1986 bool zero; local
2016 bool zero; local
2069 irallocx_prof_sample(tsd_t *tsd, void *oldptr, size_t old_usize, size_t size, size_t alignment, size_t usize, bool zero, tcache_t *tcache, arena_t *arena, prof_tctx_t *tctx) argument
2092 irallocx_prof(tsd_t *tsd, void *oldptr, size_t old_usize, size_t size, size_t alignment, size_t *usize, bool zero, tcache_t *tcache, arena_t *arena) argument
2138 bool zero = flags & MALLOCX_ZERO; local
2202 ixallocx_helper(void *ptr, size_t old_usize, size_t size, size_t extra, size_t alignment, bool zero) argument
2215 ixallocx_prof_sample(void *ptr, size_t old_usize, size_t size, size_t extra, size_t alignment, size_t max_usize, bool zero, prof_tctx_t *tctx) argument
2241 ixallocx_prof(tsd_t *tsd, void *ptr, size_t old_usize, size_t size, size_t extra, size_t alignment, bool zero) argument
2280 bool zero = flags & MALLOCX_ZERO; local
[all...]
/external/llvm/unittests/ADT/
H A DAPIntTest.cpp94 APInt zero(128, 0, true);
95 EXPECT_EQ(128u, zero.countLeadingZeros());
96 EXPECT_EQ(0u, zero.countLeadingOnes());
97 EXPECT_EQ(0u, zero.getActiveBits());
98 EXPECT_EQ(128u, zero.countTrailingZeros());
99 EXPECT_EQ(0u, zero.countTrailingOnes());
100 EXPECT_EQ(0u, zero.countPopulation());
101 EXPECT_EQ(0u, zero.getSExtValue());
102 EXPECT_EQ(0u, zero.getZExtValue());
118 const APInt zero(
[all...]
/external/llvm/test/MC/Mips/mips1/
H A Dinvalid-mips4.s22 ddiv $zero,$k0,$s3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
23 ddivu $zero,$s0,$s1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
28 dsll $zero,$s4,$12 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
29 dsll $zero,$s4,18 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
30 dsll $zero,18 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
31 dsll32 $zero,$zero,18 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
32 dsll32 $zero,18 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
33 dsllv $zero,$s4,$12 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
64 movt $zero,
[all...]
H A Dinvalid-mips5.s22 ddiv $zero,$k0,$s3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
23 ddivu $zero,$s0,$s1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
27 dsll $zero,18 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
28 dsll $zero,$s4,18 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
29 dsll $zero,$s4,$t0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
30 dsll32 $zero,18 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
31 dsll32 $zero,$zero,18 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
32 dsllv $zero,$s4,$t0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
63 movt $zero,
[all...]
/external/eigen/lapack/
H A Ddlamch.f129 RMACH = tiny(zero)
H A Dslamch.f133 RMACH = tiny(zero)
/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableClassToInstanceMapTest.java89 Number zero = map.getInstance(Number.class);
90 assertEquals(0, zero);
128 Number zero = map.getInstance(Number.class);
129 assertEquals(0, zero);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DDateNumberFormat.java116 public void setZeroDigit(char zero) { argument
117 zeroDigit = zero;
121 digits[0] = zero;
123 digits[i] = (char)(zero+i);
/external/libcxx/test/std/numerics/complex.number/complex.value.ops/
H A Dproj.pass.cpp46 case zero:
/external/libcxx/test/std/utilities/function.objects/unord.hash/
H A Denum.pass.cpp23 enum class Cardinals { zero, one, two, three, five=5 }; member in class:Cardinals
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
H A Denum.pass.cpp46 enum Enum {zero, one}; enumerator in enum:Enum
/external/llvm/test/MC/ARM/Windows/
H A Dmov32t-range.s24 .zero 65536
/external/llvm/test/MC/Mips/
H A Delf-N64.s44 addiu $2, $zero, 0
H A Dmicromips-tailr.s11 # CHECK-FIXUP: addiu $2, $zero, 1332

Completed in 759 milliseconds

1234567891011>>