Searched defs:pow (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | integer.inl | 7 GLM_FUNC_QUALIFIER int pow(int x, int y) function 112 GLM_FUNC_QUALIFIER uint pow(uint x, uint y) function
|
D | quaternion.inl | 81 GLM_FUNC_QUALIFIER tquat<T, P> pow(tquat<T, P> const & x, T const & y) function
|
/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | func_exponential.inl | 70 GLM_FUNC_QUALIFIER vecType<T, P> pow(vecType<T, P> const & base, vecType<T, P> const & exponent) function
|
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
D | mlmath.h | 64 #define pow(x,y) ml_pow(x,y) macro
|
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/ |
D | mlmath.h | 64 #define pow(x,y) ml_pow(x,y) macro
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_vecmathlib.h | 385 static ASTCENC_SIMD_INLINE vfloat4 pow(vfloat4 x, vfloat4 y) in pow() function 563 static ASTCENC_SIMD_INLINE float pow(float x, float y) in pow() function
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
D | ml_math_func.c | 879 long inv_one_over_x(long x0, int*pow) in inv_one_over_x() 973 int test_limits_and_scale(long *x0, int *pow) in test_limits_and_scale()
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
D | ml_math_func.c | 879 long inv_one_over_x(long x0, int*pow) in inv_one_over_x() 973 int test_limits_and_scale(long *x0, int *pow) in test_limits_and_scale()
|