/external/skqp/src/core/ |
D | SkCubicMap.cpp | 78 float new_t = t - delta; in solve_nice_cubic_halley() local 79 SkASSERT(valid(new_t)); in solve_nice_cubic_halley() 80 t = new_t; in solve_nice_cubic_halley() 123 float new_t = t - delta; in solve_nice_cubic_householder() local 124 SkASSERT(valid(new_t)); in solve_nice_cubic_householder() 125 t = new_t; in solve_nice_cubic_householder()
|
/external/selinux/libsepol/tests/policies/test-deps/ |
D | module.conf | 12 type new_t, domain; 13 role system_r types new_t;
|
D | modreq-attr-global.conf | 9 type new_t, attr_req;
|
D | modreq-attr-opt.conf | 15 type new_t, attr_req;
|
/external/tensorflow/tensorflow/python/ops/ |
D | op_selector.py | 295 for new_t in _get_inputs(op, only_differentiable=only_differentiable): 296 if new_t in stop_at_ts: 298 if new_t.op not in result and is_within(new_t.op): 299 new_wave.add(new_t.op)
|
/external/llvm-project/llvm/test/CodeGen/WebAssembly/ |
D | offset-atomics.ll | 1271 %new_t = trunc i32 %new to i8 1272 %pair = cmpxchg i8* %s, i8 %exp_t, i8 %new_t seq_cst seq_cst 1289 %new_t = trunc i64 %new to i32 1290 %pair = cmpxchg i32* %s, i32 %exp_t, i32 %new_t seq_cst seq_cst 1304 %new_t = trunc i32 %new to i8 1305 %pair = cmpxchg i8* %s, i8 %exp_t, i8 %new_t seq_cst seq_cst 1317 %new_t = trunc i32 %new to i16 1318 %pair = cmpxchg i16* %s, i16 %exp_t, i16 %new_t seq_cst seq_cst 1330 %new_t = trunc i64 %new to i16 1331 %pair = cmpxchg i16* %s, i16 %exp_t, i16 %new_t seq_cst seq_cst [all …]
|
D | atomic-rmw.ll | 668 %new_t = trunc i32 %new to i8 669 %pair = cmpxchg i8* %p, i8 %exp_t, i8 %new_t seq_cst seq_cst 682 %new_t = trunc i32 %new to i16 683 %pair = cmpxchg i16* %p, i16 %exp_t, i16 %new_t seq_cst seq_cst 696 %new_t = trunc i64 %new to i8 697 %pair = cmpxchg i8* %p, i8 %exp_t, i8 %new_t seq_cst seq_cst 710 %new_t = trunc i64 %new to i16 711 %pair = cmpxchg i16* %p, i16 %exp_t, i16 %new_t seq_cst seq_cst 727 %new_t = trunc i64 %new to i32 728 %pair = cmpxchg i32* %p, i32 %exp_t, i32 %new_t seq_cst seq_cst [all …]
|
/external/python/pybind11/tests/ |
D | test_pytypes.cpp | 183 auto new_t = py::tuple(3); in TEST_SUBMODULE() local 184 for (size_t i = 0; i < new_t.size(); ++i) { in TEST_SUBMODULE() 185 new_t[i] = i; in TEST_SUBMODULE() 187 return new_t; in TEST_SUBMODULE()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | table.c | 602 upb_inttable new_t; in upb_inttable_compact2() local 636 upb_inttable_sizedinit(&new_t, arr_size, hashsize_lg2, a); in upb_inttable_compact2() 640 upb_inttable_insert2(&new_t, k, upb_inttable_iter_value(&i), a); in upb_inttable_compact2() 642 UPB_ASSERT(new_t.array_size == arr_size); in upb_inttable_compact2() 643 UPB_ASSERT(new_t.t.size_lg2 == hashsize_lg2); in upb_inttable_compact2() 646 *t = new_t; in upb_inttable_compact2()
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | dataset_utils.cc | 735 Tensor new_t(ctx->allocator(attr), t.dtype(), component_shape); in ReadBatch() local 736 TF_RETURN_IF_ERROR(CopyPartialBatch(t.dim_size(0), t, &new_t)); in ReadBatch() 737 batch->emplace_back(std::move(new_t)); in ReadBatch()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 5248 upb_inttable new_t; in upb_inttable_compact2() local 5284 upb_inttable_sizedinit(&new_t, t->t.ctype, arr_size, hashsize_lg2, a); in upb_inttable_compact2() 5288 upb_inttable_insert2(&new_t, k, upb_inttable_iter_value(&i), a); in upb_inttable_compact2() 5290 UPB_ASSERT(new_t.array_size == arr_size); in upb_inttable_compact2() 5291 UPB_ASSERT(new_t.t.size_lg2 == hashsize_lg2); in upb_inttable_compact2() 5294 *t = new_t; in upb_inttable_compact2()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 7039 upb_inttable new_t; in upb_inttable_compact2() local 7075 upb_inttable_sizedinit(&new_t, t->t.ctype, arr_size, hashsize_lg2, a); in upb_inttable_compact2() 7079 upb_inttable_insert2(&new_t, k, upb_inttable_iter_value(&i), a); in upb_inttable_compact2() 7081 UPB_ASSERT(new_t.array_size == arr_size); in upb_inttable_compact2() 7082 UPB_ASSERT(new_t.t.size_lg2 == hashsize_lg2); in upb_inttable_compact2() 7085 *t = new_t; in upb_inttable_compact2()
|