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

  /external/compiler-rt/lib/builtins/
fp_trunc.h 36 typedef double dst_t; typedef
42 typedef float dst_t; typedef
59 static inline dst_t dstFromRep(dst_rep_t x) {
60 const union { dst_t f; dst_rep_t i; } rep = {.i = x};
fp_extend.h 47 typedef double dst_t; typedef
53 typedef long double dst_t; typedef
70 static inline dst_t dstFromRep(dst_rep_t x) {
71 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/chromium_org/third_party/libwebp/utils/
rescaler.c 205 uint8_t* dst_t = (uint8_t*)dst; local
223 "addiu %[dst_t], %[dst_t], 1 \n\t"
237 "sb %[temp5], -1(%[dst_t]) \n\t"
243 [dst_t]"+r"(dst_t), [loop_end]"=&r"(loop_end)
  /external/webp/src/utils/
rescaler.c 205 uint8_t* dst_t = (uint8_t*)dst; local
223 "addiu %[dst_t], %[dst_t], 1 \n\t"
237 "sb %[temp5], -1(%[dst_t]) \n\t"
243 [dst_t]"+r"(dst_t), [loop_end]"=&r"(loop_end)
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 562 int& dst_t = dst.top; local
588 if(dst_t < sci_t) {
589 topCutRatio = (float)(sci_t - dst_t) / (float)dst_h;
590 dst_t = sci_t;
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp 516 int& dst_t = dst.top; local
542 if(dst_t < sci_t) {
543 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h;
544 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 1041 int& dst_t = dst.top; local
    [all...]

Completed in 244 milliseconds