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

  /device/google/contexthub/firmware/lib/builtins/
fp_extend.h 54 typedef float dst_t; typedef
60 typedef double dst_t; typedef
66 typedef long double dst_t; typedef
83 static __inline dst_t dstFromRep(dst_rep_t x) {
84 const union { dst_t f; dst_rep_t i; } rep = {.i = x};
  /external/compiler-rt/lib/builtins/
fp_extend.h 54 typedef float dst_t; typedef
60 typedef double dst_t; typedef
66 typedef long double dst_t; typedef
83 static __inline dst_t dstFromRep(dst_rep_t x) {
84 const union { dst_t f; dst_rep_t i; } rep = {.i = x};
fp_trunc.h 42 typedef double dst_t; typedef
48 typedef float dst_t; typedef
54 typedef uint16_t dst_t; typedef
71 static __inline dst_t dstFromRep(dst_rep_t x) {
72 const union { dst_t f; dst_rep_t i; } rep = {.i = x};
  /external/owasp/sanitizer/tools/
update_tree_in_svn.py 113 dst_t = classify(dst)
114 for action in actions[(src_t, dst_t)]: action(src, dst)
  /external/tensorflow/tensorflow/python/kernel_tests/
cast_op_test.py 195 for dst_t in t:
199 y = math_ops.cast(z, dst_t)
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 565 int& dst_t = dst.top; local
589 if(dst_t < sci_t) {
590 topCutRatio = (float)(sci_t - dst_t) / (float)dst_h;
591 dst_t = sci_t;
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 1055 int& dst_t = dst.top; local
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 1042 int& dst_t = dst.top; local
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp 1260 int& dst_t = dst.top; local
    [all...]

Completed in 574 milliseconds