Home
last modified time | relevance | path

Searched defs:NSToIntRound (Results 1 – 5 of 5) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/src/
H A DnsCoord.h312 inline int32_t NSToIntRound(float aValue) { return NS_lroundf(aValue); } in NSToIntRound() function
314 inline int32_t NSToIntRound(double aValue) { return NS_lround(aValue); } in NSToIntRound() function
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/src/
H A DnsCoord.h317 inline int32_t NSToIntRound(float aValue) { return NS_lroundf(aValue); } in NSToIntRound() function
319 inline int32_t NSToIntRound(double aValue) { return NS_lround(aValue); } in NSToIntRound() function
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/src/
H A DnsCoord.h312 inline int32_t NSToIntRound(float aValue) { return NS_lroundf(aValue); } in NSToIntRound() function
314 inline int32_t NSToIntRound(double aValue) { return NS_lround(aValue); } in NSToIntRound() function
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/src/
H A DnsCoord.h355 inline int32_t NSToIntRound(float aValue) in NSToIntRound() function
360 inline int32_t NSToIntRound(double aValue) in NSToIntRound() function
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/src/
H A DnsCoord.h333 inline int32_t NSToIntRound(float aValue) { return NS_lroundf(aValue); } in NSToIntRound() function
335 inline int32_t NSToIntRound(double aValue) { return NS_lround(aValue); } in NSToIntRound() function