Home
last modified time | relevance | path

Searched refs:fi_type (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/main/
Dimports.h84 typedef union { GLfloat f; GLint i; GLuint u; } fi_type; typedef
181 fi_type num; in LOG2()
205 fi_type tmp; in IS_INF_OR_NAN()
228 fi_type fi; in GET_FLOAT_BITS()
371 fi_type u; in ifloor()
418 fi_type u; in iceil()
Dmacros.h150 fi_type __tmp; \
163 fi_type __tmp; \
176 fi_type tmp; in INT_AS_FLT()
183 fi_type tmp; in UINT_AS_FLT()
Dimports.c329 const fi_type fi = {val}; in _mesa_float_to_half()
420 fi_type fi; in _mesa_half_to_float()
/external/mesa3d/src/mesa/program/
Dprog_execute.c58 fi_type fi; \
64 fi_type fi; \
76 #define SET_FLOAT_BITS(x, bits) ((fi_type *) (void *) &(x))->i = bits
90 fi_type fi; in positive()