Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_long.py39 def int_to_float(n): function
/third_party/astc-encoder/Source/
Dastcenc_vecmathlib_none_4.h1000 ASTCENC_SIMD_INLINE vfloat4 int_to_float(vint4 a) in int_to_float() function
Dastcenc_vecmathlib_sse_4.h965 ASTCENC_SIMD_INLINE vfloat4 int_to_float(vint4 a) in int_to_float() function
Dastcenc_vecmathlib_neon_4.h878 ASTCENC_SIMD_INLINE vfloat4 int_to_float(vint4 a) in int_to_float() function
Dastcenc_vecmathlib_avx2_8.h1019 ASTCENC_SIMD_INLINE vfloat8 int_to_float(vint8 a) in int_to_float() function
/third_party/astc-encoder/Source/UnitTest/
Dtest_simd.cpp1082 TEST(vfloat4, int_to_float) in TEST() argument