Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_mathlib.h333 static inline int float_as_int(float v) in float_as_int() function
Dastcenc_vecmathlib_none_4.h1030 ASTCENC_SIMD_INLINE vint4 float_as_int(vfloat4 a) in float_as_int() function
Dastcenc_vecmathlib_neon_4.h918 ASTCENC_SIMD_INLINE vint4 float_as_int(vfloat4 a) in float_as_int() function
Dastcenc_vecmathlib_sse_4.h1019 ASTCENC_SIMD_INLINE vint4 float_as_int(vfloat4 a) in float_as_int() function
Dastcenc_vecmathlib_avx2_8.h1023 ASTCENC_SIMD_INLINE vint8 float_as_int(vfloat8 a) in float_as_int() function
/aosp_15_r20/external/llvm-libc/src/__support/
H A Dfloat_to_string.h683 wide_int float_as_int = mantissa; in init_convert() local