HomeSort by relevance Sort by last modified time
    Searched refs:dst_t (Results 1 - 3 of 3) 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/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)

Completed in 170 milliseconds