Home
last modified time | relevance | path

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

12345

/aosp12/art/test/580-fp16/src-art/
H A DMain.java212 assertFalse(FP16.greater(FP16.toHalf(12.3f), FP16.NaN)); in testGreater()
213 assertFalse(FP16.greater(FP16.NaN, FP16.toHalf(12.3f))); in testGreater()
214 assertTrue(FP16.greater(FP16.MIN_NORMAL, FP16.MIN_VALUE)); in testGreater()
215 assertFalse(FP16.greater(FP16.MIN_VALUE, FP16.MIN_NORMAL)); in testGreater()
220 assertTrue(FP16.greater((short) 0x3ff, FP16.MIN_VALUE)); in testGreater()
223 assertTrue(FP16.greater(FP16.toHalf(0.0f), FP16.toHalf(-1.0f))); in testGreater()
226 assertTrue(FP16.greater(FP16.toHalf(1.0f), FP16.toHalf(0.0f))); in testGreater()
227 assertFalse(FP16.greater(FP16.toHalf(0.0f), FP16.toHalf(1.0f))); in testGreater()
228 assertFalse(FP16.greater(FP16.toHalf(1.0f), FP16.toHalf(1.0f))); in testGreater()
229 assertFalse(FP16.greater(FP16.toHalf(1.3f), FP16.toHalf(1.3f))); in testGreater()
[all …]
/aosp12/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/
H A Dgreater.example.cpp7 namespace generated_tests::greater { namespace
64 namespace generated_tests::greater { namespace
189 namespace generated_tests::greater { namespace
246 namespace generated_tests::greater { namespace
303 namespace generated_tests::greater { namespace
428 namespace generated_tests::greater { namespace
485 namespace generated_tests::greater { namespace
610 namespace generated_tests::greater { namespace
667 namespace generated_tests::greater { namespace
792 namespace generated_tests::greater { namespace
[all …]
/aosp12/system/chre/util/tests/
H A Dheap_test.cc44 std::greater<int>()); in TEST()
84 std::greater<int>()); in TEST()
108 chre::push_heap(v, std::greater<int>()); in TEST()
112 chre::pop_heap(v, std::greater<int>()); in TEST()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DHalVersion.java70 public boolean greater(HalVersion ver) { in greater() method in HalVersion
85 return greater(ver) || equals(ver); in greaterOrEqual()
/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DHashtableLookup.cpp30 int greater(const void* a, const void* b) { in greater() function
55 greater); in Eval()
/aosp12/frameworks/layoutlib/validator/resources/
H A Dstrings.properties97 …stimated background color of <tt>#%4$06X</tt>. Consider increasing this ratio to %2$.2f or greater.
98 …r of <tt>#%4$06X</tt>. Consider increasing this ratio to the configured ratio of %2$.2f or greater.
127 …lor of <tt>#%3$06X</tt>. Consider increasing this item\'s text contrast ratio to %4$.2f or greater.
129 … <tt>#%3$06X</tt>. Consider using colors that result in a contrast ratio greater than %4$.2f for s…
130 … <tt>#%3$06X</tt>. Consider using colors that result in a contrast ratio greater than %4$.2f for s…
131 … Consider increasing this item\'s text contrast ratio to the configured ratio of %4$.2f or greater.
132 … Consider increasing this item\'s text contrast ratio to the configured ratio of %4$.2f or greater.
/aosp12/art/test/020-string/
H A Dexpected-stdout.txt3 Compare result is greater than zero
/aosp12/frameworks/base/core/java/android/util/
H A DHalf.java659 public static boolean greater(@HalfFloat short x, @HalfFloat short y) { in greater() method in Half
660 return FP16.greater(x, y); in greater()
/aosp12/frameworks/native/services/vibratorservice/include/vibratorservice/
H A DVibratorCallbackScheduler.h72 std::greater<DelayedCallback>>
/aosp12/system/chre/core/include/chre/core/
H A Dtimer_pool.h146 PriorityQueue<TimerRequest, std::greater<TimerRequest>> mTimerRequests;
/aosp12/system/core/libutils/include/utils/
H A DRefBase.h462 COMPARE_WEAK_FUNCTIONAL(>, std::greater)
491 return _wp_compare_<std::greater>(m_refs, o.m_refs);
493 return _wp_compare_<std::greater>(m_ptr, o.m_ptr);
/aosp12/art/cmdline/
H A Dtoken_range.h203 auto& greater = Size() < other.Size() ? other : *this; in StartsWith() local
205 return std::equal(smaller.begin(), smaller.end(), greater.begin()); in StartsWith()
/aosp12/hardware/interfaces/wifi/hostapd/1.2/
H A Dtypes.hal62 * Only log messages with a level greater than the set level
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DPipelineWatcher.cpp151 std::greater<Clock::duration>()); in elapsed()
/aosp12/packages/modules/common/proto/
H A Dclasspaths.proto45 // must be greater or equal to min_sdk value.
/aosp12/hardware/qcom/sm7250/display/sde-drm/
H A Ddrm_property.h216 std::map<uint32_t, uint64_t, std::greater<uint32_t>> dirty_values_ {};
/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A Dshared.rsh82 of ULPs is of a greater size than FLT_EPSILON. */
/aosp12/art/libartbase/base/metrics/
H A DREADME.md33 ordering relation `⪯` (e.g. less-than-or-equal or greater-than-or-equal).
/aosp12/system/update_engine/aosp/
H A Dlogging_android.cc82 std::sort(old_logs.begin(), old_logs.end(), std::greater<string>()); in DeleteOldLogs()
/aosp12/hardware/interfaces/health/2.1/
H A Dtypes.hal101 * Value must be greater than 100 000 uAh if known.
/aosp12/bionic/libc/arch-arm/krait/bionic/
H A Dmemcpy_base.S40 #error PLD threshold must be greater than or equal to the PLD offset
/aosp12/system/extras/simpleperf/
H A DJITDebugReader.h231 std::priority_queue<JITDebugInfo, std::vector<JITDebugInfo>, std::greater<JITDebugInfo>>
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dshared.rsh101 of ULPs is of a greater size than FLT_EPSILON. */
/aosp12/frameworks/rs/script_api/
H A Drs_convert.spec109 input numbers greater than INT_MAX/255.f or less than INT_MIN/255.f result in
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A Dshared.rsh103 of ULPs is of a greater size than FLT_EPSILON. */

12345