Home
last modified time | relevance | path

Searched refs:greater (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/ml/nn/common/operations/
DHashtableLookup.cpp28 int greater(const void* a, const void* b) { in greater() function
52 num_rows, sizeof(int), greater); in Eval()
/frameworks/base/libs/hwui/renderstate/
DStencil.cpp103 void Stencil::enableDebugTest(GLint value, bool greater) { in enableDebugTest() argument
105 glStencilFunc(greater ? GL_LESS : GL_EQUAL, value, 0xffffffff); in enableDebugTest()
DStencil.h66 void enableDebugTest(GLint value, bool greater = false);
/frameworks/base/core/java/android/util/
DHalf.java419 if (greater(x, y)) return 1; in compare()
758 public static boolean greater(@HalfFloat short x, @HalfFloat short y) { in greater() method in Half
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dshared.rsh82 of ULPs is of a greater size than FLT_EPSILON. */
/frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
Dshared.rsh85 of ULPs is of a greater size than FLT_EPSILON. */
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dshared.rsh101 of ULPs is of a greater size than FLT_EPSILON. */
/frameworks/rs/script_api/
Drs_convert.spec109 input numbers greater than INT_MAX/255.f or less than INT_MIN/255.f result in
Drs_math.spec510 If min_value is greater than max_value, the results are undefined.
890 summary: Smallest integer not greater than a value
892 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.
/frameworks/native/services/surfaceflinger/
DLayerStats.cpp109 std::sort(layerShapeVec.begin(), layerShapeVec.end(), std::greater<std::string>()); in logLayerStats()
DSurfaceFlinger.cpp4075 std::map<float, BufferTuple, std::greater<float>> sorted; in dumpBufferingStats()
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dshared.rsh103 of ULPs is of a greater size than FLT_EPSILON. */
/frameworks/base/cmds/statsd/src/storage/
DStorageManager.cpp375 sort(fileNames.begin(), fileNames.end(), std::greater<std::string>()); in trimToFit()
/frameworks/compile/libbcc/
DREADME.rst195 boundary (if the sizes of other arguments are no greater than 8.)
/frameworks/base/tools/aapt2/
Dreadme.md64 a resource ID by assuming it is larger than 0. In Java, a resource ID with package ID greater
/frameworks/rs/script_api/include/
Drs_object_info.rsh247 * If the Element is not a structure or the index is greater or equal to the number of
Drs_graphics.rsh128 …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 …
Drs_math.rsh733 * If min_value is greater than max_value, the results are undefined.
1661 * floor: Smallest integer not greater than a value
1663 * 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.
Drs_convert.rsh1572 * input numbers greater than INT_MAX/255.f or less than INT_MIN/255.f result in
/frameworks/av/media/libnblog/
DNBLog.cpp1070 std::priority_queue<MergeItem, std::vector<MergeItem>, std::greater<MergeItem>> timestamps; in merge()
/frameworks/layoutlib/create/
DREADME.txt130 the StackMapTable correctly and Java 7 VM enforces that classes with version greater than 51 have
/frameworks/opt/telephony/proto/src/
Dtelephony.proto87 // (must be greater than 1).
/frameworks/support/development/checkstyle/
DLICENSE98 programs enables a greater number of people to use a large body of
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt98 programs enables a greater number of people to use a large body of
/frameworks/native/vulkan/api/
Dvulkan.api3913 … wideLines /// lines with width greater than 1
3914 … largePoints /// points with size greater than 1

12