/aosp12/art/test/580-fp16/src-art/ |
H A D | Main.java | 212 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 D | greater.example.cpp | 7 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 D | heap_test.cc | 44 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 D | HalVersion.java | 70 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 D | HashtableLookup.cpp | 30 int greater(const void* a, const void* b) { in greater() function 55 greater); in Eval()
|
/aosp12/frameworks/layoutlib/validator/resources/ |
H A D | strings.properties | 97 …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 D | expected-stdout.txt | 3 Compare result is greater than zero
|
/aosp12/frameworks/base/core/java/android/util/ |
H A D | Half.java | 659 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 D | VibratorCallbackScheduler.h | 72 std::greater<DelayedCallback>>
|
/aosp12/system/chre/core/include/chre/core/ |
H A D | timer_pool.h | 146 PriorityQueue<TimerRequest, std::greater<TimerRequest>> mTimerRequests;
|
/aosp12/system/core/libutils/include/utils/ |
H A D | RefBase.h | 462 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 D | token_range.h | 203 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 D | types.hal | 62 * Only log messages with a level greater than the set level
|
/aosp12/frameworks/av/media/codec2/sfplugin/ |
H A D | PipelineWatcher.cpp | 151 std::greater<Clock::duration>()); in elapsed()
|
/aosp12/packages/modules/common/proto/ |
H A D | classpaths.proto | 45 // must be greater or equal to min_sdk value.
|
/aosp12/hardware/qcom/sm7250/display/sde-drm/ |
H A D | drm_property.h | 216 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 D | shared.rsh | 82 of ULPs is of a greater size than FLT_EPSILON. */
|
/aosp12/art/libartbase/base/metrics/ |
H A D | README.md | 33 ordering relation `⪯` (e.g. less-than-or-equal or greater-than-or-equal).
|
/aosp12/system/update_engine/aosp/ |
H A D | logging_android.cc | 82 std::sort(old_logs.begin(), old_logs.end(), std::greater<string>()); in DeleteOldLogs()
|
/aosp12/hardware/interfaces/health/2.1/ |
H A D | types.hal | 101 * Value must be greater than 100 000 uAh if known.
|
/aosp12/bionic/libc/arch-arm/krait/bionic/ |
H A D | memcpy_base.S | 40 #error PLD threshold must be greater than or equal to the PLD offset
|
/aosp12/system/extras/simpleperf/ |
H A D | JITDebugReader.h | 231 std::priority_queue<JITDebugInfo, std::vector<JITDebugInfo>, std::greater<JITDebugInfo>>
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
H A D | shared.rsh | 101 of ULPs is of a greater size than FLT_EPSILON. */
|
/aosp12/frameworks/rs/script_api/ |
H A D | rs_convert.spec | 109 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 D | shared.rsh | 103 of ULPs is of a greater size than FLT_EPSILON. */
|