Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
Dastcenc_mathlib.h357 static inline float int_as_float(int v) in int_as_float() function
Dastcenc_vecmathlib_none_4.h1069 ASTCENC_SIMD_INLINE vfloat4 int_as_float(vint4 a) in int_as_float() function
Dastcenc_vecmathlib_neon_4.h948 ASTCENC_SIMD_INLINE vfloat4 int_as_float(vint4 v) in int_as_float() function
Dastcenc_vecmathlib_sse_4.h1052 ASTCENC_SIMD_INLINE vfloat4 int_as_float(vint4 v) in int_as_float() function
Dastcenc_vecmathlib_avx2_8.h1043 ASTCENC_SIMD_INLINE vfloat8 int_as_float(vint8 a) in int_as_float() function
/third_party/libdrm/intel/
Dintel_decode.c99 static float int_as_float(uint32_t intval) in int_as_float() function