/external/jemalloc_new/test/unit/ |
D | zero.c | 4 test_zero(size_t sz_min, size_t sz_max) { in test_zero() function 44 test_zero(1, SMALL_MAXCLASS-1); in TEST_BEGIN() 50 test_zero(SMALL_MAXCLASS+1, (1U << (LG_LARGE_MINCLASS+1))); in TEST_BEGIN()
|
/external/python/cpython3/Lib/test/ |
D | time_hashlib.py | 32 def test_zero(): function 79 test_zero()
|
/external/python/cpython2/Lib/test/ |
D | time_hashlib.py | 31 def test_zero(): function 78 test_zero()
|
/external/python/rsa/tests/ |
D | test_common.py | 47 def test_zero(self): member in TestByteSize 59 def test_zero(self): member in TestBitSize
|
D | test_transform.py | 31 def test_zero(self): member in Test_int2bytes
|
/external/llvm-project/clang/test/AST/ |
D | ast-dump-openmp-sections.c | 3 void test_zero() { in test_zero() function
|
D | ast-dump-openmp-parallel-sections.c | 3 void test_zero() { in test_zero() function
|
D | ast-dump-openmp-parallel-master-XFAIL.c | 6 void test_zero() { in test_zero() function
|
/external/llvm-project/llvm/test/Transforms/InstCombine/AMDGPU/ |
D | fmul_legacy.ll | 5 define float @test_zero(float %x) { 6 ; CHECK-LABEL: @test_zero(
|
D | fma_legacy.ll | 5 define float @test_zero(float %x, float %z) { 6 ; CHECK-LABEL: @test_zero(
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | misched-stp.ll | 36 ; CHECK-LABEL: test_zero 41 define void @test_zero(%struct.tree_common* %t, i32 %code, i8* %type) {
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | no_redundant_trunc_for_cmp.ll | 4 define void @test_zero(i16 signext %x) optsize { 5 ;CHECK-LABEL: test_zero
|
/external/rust/crates/getrandom/tests/common/ |
D | mod.rs | 10 fn test_zero() { in test_zero() function
|
/external/jemalloc_new/test/integration/ |
D | rallocx.c | 106 TEST_BEGIN(test_zero) { in TEST_BEGIN() argument 241 test_zero, in main()
|
D | xallocx.c | 315 test_zero(size_t szmin, size_t szmax) { in test_zero() function 369 test_zero(large1, large0 * 2); in TEST_BEGIN()
|
/external/rust/crates/num-derive/tests/ |
D | newtype.rs | 72 fn test_zero() { in test_zero() function
|
/external/tensorflow/tensorflow/python/keras/ |
D | initializers_test.py | 203 def test_zero(self): member in KerasInitializersTest
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | vector.ll | 72 define void @test_zero(%f4* %P, %f4* %S) {
|
/external/llvm/test/CodeGen/X86/ |
D | vector.ll | 72 define void @test_zero(%f4* %P, %f4* %S) {
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | vector.ll | 80 define void @test_zero(%f4* %P, %f4* %S) {
|
/external/llvm/test/CodeGen/PowerPC/ |
D | vector.ll | 80 define void @test_zero(%f4* %P, %f4* %S) {
|
/external/llvm-project/llvm/test/CodeGen/Generic/ |
D | vector.ll | 71 define void @test_zero(%f4* %P, %f4* %S) {
|
/external/llvm/test/CodeGen/Generic/ |
D | vector.ll | 71 define void @test_zero(%f4* %P, %f4* %S) {
|
/external/rust/crates/smallvec/src/ |
D | tests.rs | 11 pub fn test_zero() { in test_zero() function
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | rnn_cell_test.py | 1070 test_zero = cell.zero_state(1, dtypes.float32) 1071 self.assertEqual(len(test_zero), 4) 1073 self.assertEqual(test_zero[i][0].get_shape()[1], cell.state_size[i][0]) 1074 self.assertEqual(test_zero[i][1].get_shape()[1], cell.state_size[i][1])
|