Searched refs:greater (Results 1 – 25 of 26) sorted by relevance
12
103 void Stencil::enableDebugTest(GLint value, bool greater) { in enableDebugTest() argument105 glStencilFunc(greater ? GL_LESS : GL_EQUAL, value, 0xffffffff); in enableDebugTest()
66 void enableDebugTest(GLint value, bool greater = false);
419 if (greater(x, y)) return 1; in compare()758 public static boolean greater(@HalfFloat short x, @HalfFloat short y) { in greater() method in Half
82 of ULPs is of a greater size than FLT_EPSILON. */
85 of ULPs is of a greater size than FLT_EPSILON. */
109 input numbers greater than INT_MAX/255.f or less than INT_MIN/255.f result in
510 If min_value is greater than max_value, the results are undefined.890 summary: Smallest integer not greater than a value892 Returns the smallest integer not greater than a value.1810 This function yields undefined results from input values less than -1 or greater than 1.1866 This function yields undefined results from input values less than -1 or greater than 1.1895 This function yields undefined results from input values less than -1 or greater than 1.1951 This function yields undefined results from input values less than -1 or greater than 1.
195 boundary (if the sizes of other arguments are no greater than 8.)
28 a resource ID by assuming it is larger than 0. In Java, a resource ID with package ID greater
247 * If the Element is not a structure or the index is greater or equal to the number of
128 …RS_DEPTH_FUNC_GREATER = 3, // Drawn if the incoming depth value is greater than that in the depth …129 …RS_DEPTH_FUNC_GEQUAL = 4, // Drawn if the incoming depth value is greater or equal to that in the …
733 * If min_value is greater than max_value, the results are undefined.1661 * floor: Smallest integer not greater than a value1663 * Returns the smallest integer not greater than a value.3682 * This function yields undefined results from input values less than -1 or greater than 1.3780 * This function yields undefined results from input values less than -1 or greater than 1.3829 * This function yields undefined results from input values less than -1 or greater than 1.3927 * This function yields undefined results from input values less than -1 or greater than 1.
1572 * input numbers greater than INT_MAX/255.f or less than INT_MIN/255.f result in
1003 std::priority_queue<MergeItem, std::vector<MergeItem>, std::greater<MergeItem>> timestamps; in merge()
130 the StackMapTable correctly and Java 7 VM enforces that classes with version greater than 51 have
84 // (must be greater than 1).
98 programs enables a greater number of people to use a large body of
3149 std::map<float, BufferTuple, std::greater<float>> sorted; in dumpBufferingStats()
3494 std::map<float, BufferTuple, std::greater<float>> sorted; in dumpBufferingStats()
2949 … wideLines /// lines with width greater than 12950 … largePoints /// points with size greater than 1
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
43051 method public static boolean greater(short, short);