Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_vecmathlib.h330 vint4 ipart = float_to_int(x - 0.5f); in exp2()
435 return float_to_int(f); in two_to_the_n()
H A Dastcenc_weight_align.cpp228 vint span = float_to_int(maxidx - minidx + vfloat(1)); in compute_lowest_and_highest_weight()
304 vint span = float_to_int(maxidx - minidx + vfloat(1)); in compute_lowest_and_highest_weight()
H A Dastcenc_image.cpp255 data_enc_lns = float16_to_float(lns_to_sf16(float_to_int(data_enc))); in load_image_block()
H A Dastcenc_vecmathlib_avx2_8.h1001 ASTCENC_SIMD_INLINE vint8 float_to_int(vfloat8 a) in float_to_int() function
H A Dastcenc_vecmathlib_neon_4.h877 ASTCENC_SIMD_INLINE vint4 float_to_int(vfloat4 a) in float_to_int() function
H A Dastcenc_ideal_endpoints_and_weights.cpp1091 vint weightl = float_to_int(ix1);
1122 vint weightl = float_to_int(ix1);
H A Dastcenc_vecmathlib_sse_4.h948 ASTCENC_SIMD_INLINE vint4 float_to_int(vfloat4 a) in float_to_int() function
H A Dastcenc_vecmathlib_none_4.h977 ASTCENC_SIMD_INLINE vint4 float_to_int(vfloat4 a) in float_to_int() function
/third_party/astc-encoder/Source/UnitTest/
H A Dtest_simd.cpp1059 /** @brief Test vfloat4 float_to_int. */
1060 TEST(vfloat4, float_to_int) in TEST()
1063 vint4 r = float_to_int(a); in TEST()
2714 /** @brief Test vfloat8 float_to_int. */
2715 TEST(vfloat8, float_to_int) in TEST()
2718 vint8 r = float_to_int(a); in TEST()

Completed in 15 milliseconds