Home
last modified time | relevance | path

Searched defs:src_t (Results 1 – 4 of 4) 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/tensorflow/tensorflow/core/grappler/optimizers/data/
Drebatch.cc98 NodeDef* AddCastNode(const string& input, DataType src_t, DataType dst_t, in AddCastNode()