Home
last modified time | relevance | path

Searched defs:round (Results 1 – 12 of 12) sorted by relevance

/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
Dmlmath.h22 #define round(x)(((double)((long long)((x)>0?(x)+.5:(x)-.5)))) macro
58 #define round(x) (((double)((long long)((x)>0?(x)+.5:(x)-.5)))) macro
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
Dmlmath.h22 #define round(x)(((double)((long long)((x)>0?(x)+.5:(x)-.5)))) macro
58 #define round(x) (((double)((long long)((x)>0?(x)+.5:(x)-.5)))) macro
/hardware/google/graphics/common/libhwc2.1/libvrr/
DUtils.h68 T round() { return roundDivide(mNum, mDen); } in round() function
/hardware/google/gfxstream/guest/mesa/src/util/blake3/
Dblake3_portable.c20 INLINE void round_fn(uint32_t state[16], const uint32_t *msg, size_t round) { in round_fn()
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_integer_sequence.cpp392 uint8_t round; member
Dastcenc_vecmathlib_none_4.h846 ASTCENC_SIMD_INLINE vfloat4 round(vfloat4 a) in round() function
Dastcenc_vecmathlib_neon_4.h751 ASTCENC_SIMD_INLINE vfloat4 round(vfloat4 a) in round() function
Dastcenc_vecmathlib_sse_4.h805 ASTCENC_SIMD_INLINE vfloat4 round(vfloat4 a) in round() function
Dastcenc_vecmathlib_avx2_8.h818 ASTCENC_SIMD_INLINE vfloat8 round(vfloat8 a) in round() function
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dfunc_common.inl43 GLM_FUNC_QUALIFIER genType round(genType x) function
359 GLM_FUNC_QUALIFIER vecType<T, P> round(vecType<T, P> const & x) function
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dsimd_vec4.inl325 GLM_FUNC_QUALIFIER detail::fvec4SIMD round function
/hardware/google/gfxstream/third-party/astc-encoder/Source/UnitTest/
Dtest_simd.cpp753 TEST(vfloat4, round) in TEST() argument
2487 TEST(vfloat8, round) in TEST() argument