Searched defs:src_t (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/builtins/
H A Dfp_trunc.h20 typedef float src_t; typedef
26 typedef double src_t; typedef
32 typedef long double src_t; typedef
66 static inline src_rep_t srcToRep(src_t x) {
67 const union { src_t f; src_rep_t i; } rep = {.f = x};
H A Dfp_extend.h20 typedef float src_t; typedef
27 typedef double src_t; typedef
43 typedef uint16_t src_t; typedef
78 static inline src_rep_t srcToRep(src_t x) {
79 const union { src_t f; src_rep_t i; } rep = {.f = x};
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_composite.c455 PictTransform *src_t = NULL; local
459 src_t = pSrcPicture->transform;
464 matrix_from_pict_transform(src_t, exa->transform.src);

Completed in 131 milliseconds