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

  /external/compiler-rt/lib/
extendsfdf2.c 49 typedef double dst_t; typedef
62 static inline dst_t dstFromRep(dst_rep_t x) {
63 const union { dst_t f; dst_rep_t i; } rep = {.i = x};
71 dst_t __extendsfdf2(src_t a) {
87 const int dstBits = sizeof(dst_t)*CHAR_BIT;
134 // Apply the signbit to (dst_t)abs(a).
truncdfsf2.c 47 typedef float dst_t; typedef
60 static inline dst_t dstFromRep(dst_rep_t x) {
61 const union { dst_t f; dst_rep_t i; } rep = {.i = x};
69 COMPILER_RT_ABI dst_t
87 const int dstBits = sizeof(dst_t)*CHAR_BIT;
164 // Apply the signbit to (dst_t)abs(a).
  /hardware/qcom/display/libhwcomposer/
hwc_utils.cpp 555 int& dst_t = dst.top; local
581 if(dst_t < sci_t) {
582 topCutRatio = (float)(sci_t - dst_t) / (float)dst_h;
583 dst_t = sci_t;
    [all...]
  /prebuilts/sdk/renderscript/lib/mips/
libcompiler_rt.a     [all...]
  /prebuilts/sdk/renderscript/lib/x86/
libcompiler_rt.a     [all...]

Completed in 98 milliseconds