/external/tensorflow/tensorflow/core/framework/ |
D | tensor_testutil.h | 58 auto flat = tensor->flat<T>(); in FillValues() local 68 auto flat = tensor->flat<T>(); in FillValues() local 83 auto flat = tensor->flat<T>(); in FillIota() local 92 auto flat = tensor->flat<T>(); in FillFn() local
|
/external/arm-trusted-firmware/plat/nvidia/tegra/soc/t194/drivers/include/ |
D | t194_nvg.h | 152 uint64_t flat; member 160 uint64_t flat; member 169 uint64_t flat; member 180 uint64_t flat; member 189 uint64_t flat; member 200 uint64_t flat; member 210 uint64_t flat; member 218 uint64_t flat; member 232 uint32_t flat : U(32); member 249 uint64_t flat; member [all …]
|
/external/grpc-grpc/src/core/lib/http/ |
D | format_request.cc | 57 char* flat; in grpc_httpcli_format_get_request() local 119 char* flat = gpr_strvec_flatten(&out, &flat_len); in grpc_httpcli_format_connect_request() local
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_flatshade.c | 62 const struct flat_stage *flat = flat_stage(stage); in copy_flats() local 78 const struct flat_stage *flat = flat_stage(stage); in copy_flats2() local 199 struct flat_stage *flat = flat_stage(stage); in flatshade_init_state() local
|
/external/angle/third_party/abseil-cpp/absl/strings/internal/ |
D | cord_rep_flat.h | 132 inline CordRepFlat* CordRep::flat() { in flat() function 137 inline const CordRepFlat* CordRep::flat() const { in flat() function
|
D | cordz_info_statistics_test.cc | 54 CordRepFlat* flat = CordRepFlat::New(size - kFlatOverhead); in Flat() local 204 auto* flat = ref.NeedsUnref(Flat(512)); in TEST() local 219 auto* flat = ref.Ref(ref.NeedsUnref(Flat(64))); in TEST() local 262 auto* flat = Flat(1024); in TEST() local 279 auto* flat = ref.Ref(Flat(511), 2); in TEST() local
|
D | cord_rep_consume_test.cc | 51 auto* flat = CordRepFlat::New(length); in CreateFlatWithLength() local 67 CordRep* flat[6]; variable
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | loopfilter_4_msa.c | 19 v16u8 mask, hev, flat, thresh, b_limit, limit; in vpx_lpf_horizontal_4_msa() local 47 v16u8 mask, hev, flat, thresh0, b_limit0, limit0, thresh1, b_limit1, limit1; in vpx_lpf_horizontal_4_dual_msa() local 76 v16u8 mask, hev, flat, limit, thresh, b_limit; in vpx_lpf_vertical_4_msa() local 107 v16u8 mask, hev, flat; in vpx_lpf_vertical_4_dual_msa() local
|
/external/libaom/libaom/aom_dsp/mips/ |
D | loopfilter_4_msa.c | 19 v16u8 mask, hev, flat, thresh, b_limit, limit; in aom_lpf_horizontal_4_msa() local 47 v16u8 mask, hev, flat, thresh0, b_limit0, limit0, thresh1, b_limit1, limit1; in aom_lpf_horizontal_4_dual_msa() local 76 v16u8 mask, hev, flat, limit, thresh, b_limit; in aom_lpf_vertical_4_msa() local 107 v16u8 mask, hev, flat; in aom_lpf_vertical_4_dual_msa() local
|
D | loopfilter_8_msa.c | 19 v16u8 mask, hev, flat, thresh, b_limit, limit; in aom_lpf_horizontal_8_msa() local 88 v16u8 flat, mask, hev, tmp, thresh, b_limit, limit; in aom_lpf_horizontal_8_dual_msa() local 159 v16u8 flat, mask, hev, thresh, b_limit, limit; in aom_lpf_vertical_8_msa() local 236 v16u8 flat, mask, hev, thresh, b_limit, limit; in aom_lpf_vertical_8_dual_msa() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | stateless_random_ops.cc | 110 auto flat = output->flat<T>(); in Fill() local 147 auto flat = output->flat<IntType>(); in Fill() local 167 auto flat = output->flat<IntType>(); in Fill() local
|
D | sequence_ops.cc | 81 auto flat = out->flat<T>(); in Compute() local 147 auto flat = out->flat<T>(); in Compute() local
|
D | stateless_random_ops_v2.cc | 112 auto flat = output->flat<T>(); in Fill() local 157 auto flat = output->flat<IntType>(); in Fill() local 184 auto flat = output->flat<IntType>(); in Fill() local
|
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/ |
D | OpsBuilder.java | 382 public final void breakOp(String flat) { in breakOp() 391 public final void breakToFill(String flat) { in breakToFill() 402 public final void breakOp(Doc.FillMode fillMode, String flat, Indent plusIndent) { in breakOp() 415 Doc.FillMode fillMode, String flat, Indent plusIndent, Optional<BreakTag> optionalTag) { in breakOp()
|
D | Doc.java | 108 private String flat = ""; field in Doc 559 private final String flat; field in Doc.Break 563 private Break(FillMode fillMode, String flat, Indent plusIndent, Optional<BreakTag> optTag) { in Break() 578 public static Break make(FillMode fillMode, String flat, Indent plusIndent) { in make() 592 FillMode fillMode, String flat, Indent plusIndent, Optional<BreakTag> optTag) { in make()
|
/external/libaom/libaom/aom_dsp/ |
D | loopfilter.c | 185 static INLINE void filter6(int8_t mask, uint8_t thresh, int8_t flat, in filter6() 202 static INLINE void filter8(int8_t mask, uint8_t thresh, int8_t flat, in filter8() 235 const int8_t flat = flat_mask3_chroma(1, p2, p1, p0, q0, q1, q2); in aom_lpf_horizontal_6_c() local 263 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3); in aom_lpf_horizontal_8_c() local 288 const int8_t flat = flat_mask3_chroma(1, p2, p1, p0, q0, q1, q2); in aom_lpf_vertical_6_c() local 312 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3); in aom_lpf_vertical_8_c() local 327 static INLINE void filter14(int8_t mask, uint8_t thresh, int8_t flat, in filter14() 390 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3); in mb_lpf_horizontal_edge_w() local 425 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3); in mb_lpf_vertical_edge_w() local 624 static INLINE void highbd_filter6(int8_t mask, uint8_t thresh, int8_t flat, in highbd_filter6() [all …]
|
/external/libvpx/libvpx/vpx_dsp/ |
D | loopfilter.c | 162 static INLINE void filter8(int8_t mask, uint8_t thresh, uint8_t flat, in filter8() 196 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3); in vpx_lpf_horizontal_8_c() local 220 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3); in vpx_lpf_vertical_8_c() local 235 static INLINE void filter16(int8_t mask, uint8_t thresh, uint8_t flat, in filter16() 304 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3); in mb_lpf_horizontal_edge_w() local 338 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3); in mb_lpf_vertical_edge_w() local 508 static INLINE void highbd_filter8(int8_t mask, uint8_t thresh, uint8_t flat, in highbd_filter8() 543 const int8_t flat = in vpx_highbd_lpf_horizontal_8_c() local 570 const int8_t flat = in vpx_highbd_lpf_vertical_8_c() local 587 static INLINE void highbd_filter16(int8_t mask, uint8_t thresh, uint8_t flat, in highbd_filter16() [all …]
|
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/ |
D | StringWrapper.java | 154 List<Tree> flat = flatten(input, unit, path, enclosing, first); in getReflowReplacements() local 181 String input, JCTree.JCCompilationUnit unit, List<Tree> flat) { in stringComponents() 302 List<Tree> flat = new ArrayList<>(); in flatten() local
|
/external/python/cpython3/Tools/scripts/ |
D | objgraph.py | 50 def flat(list): function
|
/external/python/cpython2/Tools/scripts/ |
D | objgraph.py | 50 def flat(list): function
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_loopfilter_neon.c | 35 static INLINE uint32_t calc_flat_status(const uint16x8_t flat) { in calc_flat_status() 73 const uint16x8_t q2, const uint16x8_t q3, uint16x8_t *flat, in filter_flat_hev_mask() 94 const uint16x8_t flat, in flat_mask5() 140 const uint16x8_t flat, const uint16x8_t sub0, const uint16x8_t sub1, in apply_15_tap_filter_kernel() 171 static INLINE void apply_7_tap_filter(const uint16x8_t flat, in apply_7_tap_filter() 290 static INLINE void filter8(const uint16x8_t mask, const uint16x8_t flat, in filter8() 314 const uint16x8_t mask, const uint16x8_t flat, const uint32_t flat_status, in filter16() 616 op2, op1, op0, oq0, oq1, oq2, mask, flat, hev; in vpx_highbd_lpf_horizontal_8_neon() local 640 op2, op1, op0, oq0, oq1, oq2, mask, flat, hev; in vpx_highbd_lpf_vertical_8_neon() local 669 uint16x8_t mask, flat, flat2, hev, p7, p6, p5, p4, p3, p2, p1, p0, q0, q1, q2, in lpf_horizontal_16_kernel() local [all …]
|
/external/swiftshader/src/Device/ |
D | QuadRasterizer.cpp | 234 …rpolate(Float4 &x, Float4 &D, Float4 &rhw, Pointer<Byte> planeEquation, bool flat, bool perspectiv… in interpolate()
|
/external/swiftshader/src/Renderer/ |
D | QuadRasterizer.cpp | 319 …rpolate(Float4 &x, Float4 &D, Float4 &rhw, Pointer<Byte> planeEquation, bool flat, bool perspectiv… in interpolate()
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | loopfilter_filters_msa.c | 216 v16u8 mask, hev, flat; in loop_filter_horizontal_4_dual_msa() local 247 v16u8 mask, hev, flat; in loop_filter_vertical_4_dual_msa() local 293 v16u8 mask, hev, flat, thresh, limit, b_limit; in mbloop_filter_horizontal_edge_y_msa() local 317 v16u8 mask, hev, flat, thresh, limit, b_limit; in mbloop_filter_horizontal_edge_uv_msa() local 369 v16u8 mask, hev, flat, thresh, limit, b_limit; in mbloop_filter_vertical_edge_y_msa() local 434 v16u8 mask, hev, flat, thresh, limit, b_limit; in mbloop_filter_vertical_edge_uv_msa() local 546 v16u8 mask, hev, flat, thresh, limit, b_limit; in loop_filter_horizontal_edge_uv_msa() local 589 v16u8 mask, hev, flat, thresh, limit, b_limit; in loop_filter_vertical_edge_uv_msa() local
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | eval_const_tensor.cc | 60 auto flat = t.flat<int>(); in TryToInferTensorOutputFromInputShapes() local 71 auto flat = t.flat<int64>(); in TryToInferTensorOutputFromInputShapes() local
|