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

  /external/compiler-rt/lib/builtins/
fp_trunc.h 20 typedef double src_t; typedef
26 typedef long double src_t; typedef
54 static inline src_rep_t srcToRep(src_t x) {
55 const union { src_t f; src_rep_t i; } rep = {.f = x};
fp_extend.h 20 typedef float src_t; typedef
27 typedef double src_t; typedef
65 static inline src_rep_t srcToRep(src_t x) {
66 const union { src_t f; src_rep_t i; } rep = {.f = x};
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_composite.c 455 PictTransform *src_t = NULL; local
459 src_t = pSrcPicture->transform;
464 matrix_from_pict_transform(src_t, exa->transform.src);
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_composite.c 455 PictTransform *src_t = NULL; local
459 src_t = pSrcPicture->transform;
464 matrix_from_pict_transform(src_t, exa->transform.src);
  /external/libsepol/tests/policies/test-cond/
refpolicy-base.conf 859 type src_t, file_type, mountpoint;
    [all...]

Completed in 223 milliseconds