Searched defs:next_float (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtc/ |
H A D | ulp.inl | 175 GLM_FUNC_QUALIFIER float next_float(float const & x) function 189 GLM_FUNC_QUALIFIER double next_float(double const & x) function 203 GLM_FUNC_QUALIFIER vecType<T, P> next_float(vecType<T, P> const & x) function 247 GLM_FUNC_QUALIFIER T next_float(T const & x, uint const & ulps) function 256 GLM_FUNC_QUALIFIER vecType<T, P> next_float(vecType<T, P> const & x, vecType<uint, P> const & ulps) function
|
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtc/ |
D | ulp.inl | 175 GLM_FUNC_QUALIFIER float next_float(float const & x) function 189 GLM_FUNC_QUALIFIER double next_float(double const & x) function 203 GLM_FUNC_QUALIFIER vecType<T, P> next_float(vecType<T, P> const & x) function 247 GLM_FUNC_QUALIFIER T next_float(T const & x, uint const & ulps) function 256 GLM_FUNC_QUALIFIER vecType<T, P> next_float(vecType<T, P> const & x, vecType<uint, P> const & ulps) function
|