HomeSort by relevance Sort by last modified time
    Searched refs:src_t (Results 1 - 6 of 6) 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/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/python/kernel_tests/
cast_op_test.py 194 for src_t in t:
197 x = constant_op.constant(1.0, src_t)
  /external/selinux/libsepol/tests/policies/test-cond/
refpolicy-base.conf 859 type src_t, file_type, mountpoint;
    [all...]

Completed in 919 milliseconds