OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:roundDir
(Results
1 - 3
of
3
) sorted by null
/libcore/ojluni/src/main/java/java/lang/
FloatingDecimal.java
44
int
roundDir
= 0; // set by doubleValue
257
* look at the class instance variable
roundDir
,
259
*
roundDir
was set in hardValueOf if the estimate was
272
lbits += (long)
roundDir
; // hack-o-matic.
415
roundDir
= 0;
479
roundDir
= 0;
[
all
...]
/libcore/ojluni/src/main/java/sun/misc/
FormattedFloatingDecimal.java
44
int
roundDir
= 0; // set by doubleValue
274
* look at the class instance variable
roundDir
,
276
*
roundDir
was set in hardValueOf if the estimate was
289
lbits += (long)
roundDir
; // hack-o-matic.
[
all
...]
/external/deqp/modules/gles31/functional/
es31fPrimitiveBoundingBoxTests.cpp
538
tcu::IVec4 getViewportPatternArea (const tcu::Vec2& patternPos, const tcu::Vec2& patternSize, const tcu::IVec2& viewportSize, AABBRoundDirection
roundDir
) const;
772
tcu::IVec4 BBoxRenderCase::getViewportPatternArea (const tcu::Vec2& patternPos, const tcu::Vec2& patternSize, const tcu::IVec2& viewportSize, AABBRoundDirection
roundDir
) const
783
if (
roundDir
== ROUND_INWARDS)
[
all
...]
Completed in 54 milliseconds