Home
last modified time | relevance | path

Searched refs:float_to_int (Results 1 – 9 of 9) sorted by relevance

/device/generic/vulkan-cereal/third-party/astc-encoder/Source/
Dastcenc_vecmathlib.h330 vint4 ipart = float_to_int(x - 0.5f); in exp2()
435 return float_to_int(f); in two_to_the_n()
Dastcenc_weight_align.cpp208 vint span = float_to_int(maxidx - minidx + vfloat(1)); in compute_lowest_and_highest_weight()
Dastcenc_image.cpp255 data_enc_lns = float16_to_float(lns_to_sf16(float_to_int(data_enc))); in load_image_block()
Dastcenc_vecmathlib_neon_4.h843 ASTCENC_SIMD_INLINE vint4 float_to_int(vfloat4 a) in float_to_int() function
Dastcenc_ideal_endpoints_and_weights.cpp1038 vint weightl = float_to_int(ix1); in compute_quantized_weights_for_decimation()
1072 vint weightl = float_to_int(ix1); in compute_quantized_weights_for_decimation()
Dastcenc_vecmathlib_avx2_8.h993 ASTCENC_SIMD_INLINE vint8 float_to_int(vfloat8 a) in float_to_int() function
Dastcenc_vecmathlib_sse_4.h927 ASTCENC_SIMD_INLINE vint4 float_to_int(vfloat4 a) in float_to_int() function
Dastcenc_vecmathlib_none_4.h953 ASTCENC_SIMD_INLINE vint4 float_to_int(vfloat4 a) in float_to_int() function
/device/generic/vulkan-cereal/third-party/astc-encoder/Source/UnitTest/
Dtest_simd.cpp1060 TEST(vfloat4, float_to_int) in TEST() argument
1063 vint4 r = float_to_int(a); in TEST()
2715 TEST(vfloat8, float_to_int) in TEST() argument
2718 vint8 r = float_to_int(a); in TEST()