Searched refs:unbounded (Results 1 - 9 of 9) sorted by relevance

/external/skia/tests/
H A DStrokerTest.cpp119 static SkScalar unbounded(SkRandom& r) { function
140 path.moveTo(unbounded(r), unbounded(r));
141 path.quadTo(unbounded(r), unbounded(r), unbounded(r), unbounded(r));
179 path.moveTo(unbounded(r), unbounded(r));
180 path.cubicTo(unbounded(
[all...]
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_message.h151 bool unbounded);
154 bool unbounded);
/external/deqp/framework/common/
H A DtcuInterval.cpp101 return Interval::unbounded();
H A DtcuFloatFormat.cpp187 tmp = Interval::unbounded();
263 else if (interval == Interval::unbounded(true))
H A DtcuInterval.hpp130 static Interval unbounded (bool nan = false) function in class:tcu::Interval
/external/libvorbis/doc/
H A D05-comment.tex203 packet is (practically) unbounded. The comment header packet is not
H A D01-introduction.tex103 unbounded, although for streaming a rule-of-thumb of 4kB or less is
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp1695 return Interval::unbounded(true);
1763 return Interval::unbounded(true);
2004 ret |= Interval::unbounded();
2413 Interval::unbounded(),
3308 ret = Interval::unbounded() | TCU_NAN;
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp1716 return Interval::unbounded(true);
1784 return Interval::unbounded(true);
2025 ret |= Interval::unbounded();
2434 Interval::unbounded(),
3359 ret = Interval::unbounded() | TCU_NAN;

Completed in 831 milliseconds