Home
last modified time | relevance | path

Searched defs:float_to_int_rtn (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_vecmathlib_none_4.h964 ASTCENC_SIMD_INLINE vint4 float_to_int_rtn(vfloat4 a) in float_to_int_rtn() function
Dastcenc_vecmathlib_neon_4.h851 ASTCENC_SIMD_INLINE vint4 float_to_int_rtn(vfloat4 a) in float_to_int_rtn() function
Dastcenc_vecmathlib_sse_4.h935 ASTCENC_SIMD_INLINE vint4 float_to_int_rtn(vfloat4 a) in float_to_int_rtn() function
Dastcenc_vecmathlib_avx2_8.h1001 ASTCENC_SIMD_INLINE vint8 float_to_int_rtn(vfloat8 a) in float_to_int_rtn() function
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/UnitTest/
Dtest_simd.cpp1071 TEST(vfloat4, float_to_int_rtn) in TEST() argument