Home
last modified time | relevance | path

Searched defs:int_as_float (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_mathlib.h347 static inline float int_as_float(int v) in int_as_float() function
Dastcenc_vecmathlib_none_4.h1044 ASTCENC_SIMD_INLINE vfloat4 int_as_float(vint4 a) in int_as_float() function
Dastcenc_vecmathlib_neon_4.h930 ASTCENC_SIMD_INLINE vfloat4 int_as_float(vint4 v) in int_as_float() function
Dastcenc_vecmathlib_sse_4.h1031 ASTCENC_SIMD_INLINE vfloat4 int_as_float(vint4 v) in int_as_float() function
Dastcenc_vecmathlib_avx2_8.h1035 ASTCENC_SIMD_INLINE vfloat8 int_as_float(vint8 a) in int_as_float() function
/aosp_15_r20/external/libdrm/intel/
H A Dintel_decode.c99 static float int_as_float(uint32_t intval) in int_as_float() function