Home
last modified time | relevance | path

Searched defs:src_t (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/builtins/
Dfp_trunc.h20 typedef float src_t; typedef
26 typedef double src_t; typedef
32 typedef long double src_t; typedef
Dfp_extend.h20 typedef float src_t; typedef
27 typedef double src_t; typedef
43 typedef uint16_t src_t; typedef
/external/libvpx/libvpx/vpx_dsp/arm/
Dsum_squares_neon.c42 const int16_t *src_t = src; in vpx_sum_squares_2d_i16_neon() local
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c1519 struct pipe_transfer *src_t, *dst_t; in handle_copy_image_to_buffer() local
1599 struct pipe_transfer *src_t, *dst_t; in handle_copy_buffer_to_image() local
2076 struct pipe_transfer *src_t; in handle_copy_query_pool_results() local
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc2230 auto src_t = src.flat<int64>().data(); in CopyTensorIntoTensor() local
2236 auto src_t = src.flat<float>().data(); in CopyTensorIntoTensor() local
2242 auto src_t = src.flat<tstring>().data(); in CopyTensorIntoTensor() local