HomeSort by relevance Sort by last modified time
    Searched refs:src_t (Results 1 - 11 of 11) sorted by null

  /device/google/contexthub/firmware/lib/builtins/
fp_extend.h 20 typedef float src_t; typedef
27 typedef double src_t; typedef
43 typedef uint16_t src_t; typedef
78 static __inline src_rep_t srcToRep(src_t x) {
79 const union { src_t f; src_rep_t i; } rep = {.f = x};
  /external/compiler-rt/lib/builtins/
fp_extend.h 20 typedef float src_t; typedef
27 typedef double src_t; typedef
43 typedef uint16_t src_t; typedef
78 static __inline src_rep_t srcToRep(src_t x) {
79 const union { src_t f; src_rep_t i; } rep = {.f = x};
fp_trunc.h 20 typedef float src_t; typedef
26 typedef double src_t; typedef
32 typedef long double src_t; typedef
66 static __inline src_rep_t srcToRep(src_t x) {
67 const union { src_t f; src_rep_t i; } rep = {.f = x};
  /external/libvpx/libvpx/vpx_dsp/arm/
sum_squares_neon.c 42 const int16_t *src_t = src; local
47 s[0] = vld1q_s16(src_t + 0 * stride);
48 s[1] = vld1q_s16(src_t + 1 * stride);
49 s[2] = vld1q_s16(src_t + 2 * stride);
50 s[3] = vld1q_s16(src_t + 3 * stride);
51 s[4] = vld1q_s16(src_t + 4 * stride);
52 s[5] = vld1q_s16(src_t + 5 * stride);
53 s[6] = vld1q_s16(src_t + 6 * stride);
54 s[7] = vld1q_s16(src_t + 7 * stride);
71 src_t += 8
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_opcodes_c.py 52 % for src_t in ['int', 'uint', 'float']:
53 case nir_type_${src_t}:
57 % if src_t in ['int', 'uint'] and dst_t in ['int', 'uint']:
61 <% dst_t = src_t %>
67 % if src_t == 'float' and dst_t == 'float' and dst_bits == 16:
71 return ${'nir_op_{0}2{1}{2}_{3}'.format(src_t[0], dst_t[0],
79 return ${'nir_op_{0}2{1}{2}'.format(src_t[0], dst_t[0], dst_bits)};
87 % if src_t == 'float':
nir_opcodes.py 170 for src_t in [tint, tuint, tfloat]:
171 if src_t in (tint, tuint):
172 dst_types = [tfloat, src_t]
173 elif src_t == tfloat:
182 if bit_size == 16 and dst_t == tfloat and src_t == tfloat:
185 unop_convert("{0}2{1}{2}_{3}".format(src_t[0], dst_t[0],
187 dst_t + str(bit_size), src_t, "src0")
189 unop_convert("{0}2{1}{2}".format(src_t[0], dst_t[0], bit_size),
190 dst_t + str(bit_size), src_t, "src0")
  /external/owasp/sanitizer/tools/
update_tree_in_svn.py 112 src_t = classify(src)
114 for action in actions[(src_t, dst_t)]: action(src, dst)
  /external/tensorflow/tensorflow/core/grappler/optimizers/data/
rebatch.cc 98 NodeDef* AddCastNode(const string& input, DataType src_t, DataType dst_t,
105 AddNodeAttr("SrcT", src_t, &cast_node);
  /external/tensorflow/tensorflow/python/kernel_tests/
cast_op_test.py 207 for src_t in t:
210 x = constant_op.constant(1.0, src_t)
  /external/tensorflow/tensorflow/python/ops/
while_v2.py     [all...]
  /external/selinux/libsepol/tests/policies/test-cond/
refpolicy-base.conf 859 type src_t, file_type, mountpoint;
    [all...]

Completed in 760 milliseconds