Home
last modified time | relevance | path

Searched defs:FloatOrInt (Results 1 – 7 of 7) sorted by relevance

/dports/devel/py-fastnumbers/fastnumbers-3.2.1/tests/
H A Dtest_fastnumbers.py46 FloatOrInt = Union[float, int] variable
314 def test_real_returns_same_as_fast_real(x: FloatOrInt) -> None:
930 self, func: IdentificationFuncs, x: FloatOrInt
/dports/lang/spidermonkey60/firefox-60.9.0/dom/canvas/
H A DWebGLContext.h186 explicit FloatOrInt(GLint x) : isFloat(false), f(x), i(x) {} in FloatOrInt() function
188 explicit FloatOrInt(GLfloat x) : isFloat(true), f(x), i(roundf(x)) {} in FloatOrInt() function
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/canvas/
H A DWebGLContext.h206 explicit FloatOrInt(GLint x) in FloatOrInt() function
212 explicit FloatOrInt(GLfloat x) in FloatOrInt() function
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/
H A DWebGLTypes.h342 explicit FloatOrInt(GLfloat x) : isFloat(true), f(x), i(roundf(x)) {} in FloatOrInt() function
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/
H A DWebGLTypes.h349 explicit FloatOrInt(GLfloat x) : isFloat(true), f(x), i(roundf(x)) {} in FloatOrInt() function
/dports/www/firefox/firefox-99.0/dom/canvas/
H A DWebGLTypes.h348 explicit FloatOrInt(GLfloat x) : isFloat(true), f(x), i(roundf(x)) {} in FloatOrInt() function
/dports/mail/thunderbird/thunderbird-91.8.0/dom/canvas/
H A DWebGLTypes.h349 explicit FloatOrInt(GLfloat x) : isFloat(true), f(x), i(roundf(x)) {} in FloatOrInt() function