Searched refs:src_t (Results 1 – 13 of 13) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | sum_squares_neon.c | 42 const int16_t *src_t = src; in vpx_sum_squares_2d_i16_neon() local 47 s[0] = vld1q_s16(src_t + 0 * stride); in vpx_sum_squares_2d_i16_neon() 48 s[1] = vld1q_s16(src_t + 1 * stride); in vpx_sum_squares_2d_i16_neon() 49 s[2] = vld1q_s16(src_t + 2 * stride); in vpx_sum_squares_2d_i16_neon() 50 s[3] = vld1q_s16(src_t + 3 * stride); in vpx_sum_squares_2d_i16_neon() 51 s[4] = vld1q_s16(src_t + 4 * stride); in vpx_sum_squares_2d_i16_neon() 52 s[5] = vld1q_s16(src_t + 5 * stride); in vpx_sum_squares_2d_i16_neon() 53 s[6] = vld1q_s16(src_t + 6 * stride); in vpx_sum_squares_2d_i16_neon() 54 s[7] = vld1q_s16(src_t + 7 * stride); in vpx_sum_squares_2d_i16_neon() 71 src_t += 8; in vpx_sum_squares_2d_i16_neon()
|
/external/compiler-rt/lib/builtins/ |
D | 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) { in srcToRep() 67 const union { src_t f; src_rep_t i; } rep = {.f = x}; in srcToRep()
|
D | 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) { in srcToRep() 79 const union { src_t f; src_rep_t i; } rep = {.f = x}; in srcToRep()
|
D | fp_extend_impl.inc | 41 static __inline dst_t __extendXfYf2__(src_t a) { 44 const int srcBits = sizeof(src_t)*CHAR_BIT;
|
D | fp_trunc_impl.inc | 42 static __inline dst_t __truncXfYf2__(src_t a) { 45 const int srcBits = sizeof(src_t)*CHAR_BIT;
|
/external/mesa3d/src/compiler/nir/ |
D | 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/ |
D | 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/ |
D | rebatch.cc | 98 NodeDef* AddCastNode(const string& input, DataType src_t, DataType dst_t, in AddCastNode() argument 105 AddNodeAttr("SrcT", src_t, &cast_node); in AddCastNode()
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | cast_op_test.py | 207 for src_t in t: 210 x = constant_op.constant(1.0, src_t)
|
/external/tensorflow/tensorflow/python/ops/ |
D | while_v2.py | 931 for src_t, tgt_t in zip(src_tensors, tgt_tensors): 932 custom_gradient.copy_handle_data(src_t, tgt_t)
|
/external/syzkaller/sys/linux/ |
D | selinux.txt | 101 …d_device_t:s0", "system_u:object_r:sound_device_t:s0", "system_u:object_r:src_t:s0", "system_u:obj…
|
/external/selinux/libsepol/tests/policies/test-cond/ |
D | refpolicy-base.conf | 859 type src_t, file_type, mountpoint; 1282 allow src_t fs_t:filesystem associate; 1283 allow src_t noxattrfs:filesystem associate;
|
/external/selinux/python/sepolgen/tests/test_data/ |
D | audit.log | 4403 …82 scontext=system_u:system_r:crond_t:s0-s0:c0.c1023 tcontext=system_u:object_r:src_t:s0 tclass=dir 4418 …02 scontext=system_u:system_r:crond_t:s0-s0:c0.c1023 tcontext=system_u:object_r:src_t:s0 tclass=dir 4420 …5090 scontext=system_u:system_r:crond_t:s0-s0:c0.c1023 tcontext=user_u:object_r:src_t:s0 tclass=dir 4423 …02 scontext=system_u:system_r:crond_t:s0-s0:c0.c1023 tcontext=system_u:object_r:src_t:s0 tclass=dir 4425 …5090 scontext=system_u:system_r:crond_t:s0-s0:c0.c1023 tcontext=user_u:object_r:src_t:s0 tclass=dir 4427 …5090 scontext=system_u:system_r:crond_t:s0-s0:c0.c1023 tcontext=user_u:object_r:src_t:s0 tclass=dir
|