OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:src_t
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/builtins/
fp_extend.h
20
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};
fp_trunc.h
20
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};
/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);
Completed in 3462 milliseconds