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

  /external/compiler-rt/lib/
extendsfdf2.c 43 typedef float src_t; typedef
57 static inline src_rep_t srcToRep(src_t x) {
58 const union { src_t f; src_rep_t i; } rep = {.f = x};
71 dst_t __extendsfdf2(src_t a) {
75 const int srcBits = sizeof(src_t)*CHAR_BIT;
truncdfsf2.c 42 typedef double src_t; typedef
55 static inline src_rep_t srcToRep(src_t x) {
56 const union { src_t f; src_rep_t i; } rep = {.f = x};
70 __truncdfsf2(src_t a) {
74 const int srcBits = sizeof(src_t)*CHAR_BIT;
  /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 64 milliseconds