Home
last modified time | relevance | path

Searched defs:high (Results 1 – 25 of 98) sorted by relevance

1234

/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_modf.c46 u_int32_t high; in modf() local
57 u_int32_t high; in modf() local
69 u_int32_t high; in modf() local
H A Ds_cbrtf.c37 u_int32_t high; in cbrtf() local
H A Ds_cbrt.c47 u_int32_t high,low; in cbrt() local
H A De_rem_pio2.c135 u_int32_t high; in __ieee754_rem_pio2() local
H A De_hypotl.c118 u_int32_t high; in hypotl() local
/aosp12/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h94 static inline float4 clamp(float4 amount, float low, float high) { in clamp()
103 static inline int2 clamp(int2 amount, int low, int high) { in clamp()
110 static inline float2 clamp(float2 amount, float low, float high) { in clamp()
117 static inline int clamp(int amount, int low, int high) { in clamp()
121 static inline float clamp(float amount, float low, float high) { in clamp()
/aosp12/art/compiler/utils/x86/
H A Dmanaged_register_x86.cc43 Register high; member
48 #define REGISTER_PAIR_ENUMERATION(low, high) { low##_##high, low, high }, argument
69 Register high = AsRegisterPairHigh(); in Overlaps() local
/aosp12/art/compiler/utils/x86_64/
H A Dmanaged_register_x86_64.cc42 Register high; member
47 #define REGISTER_PAIR_ENUMERATION(low, high) { low##_##high, low, high }, argument
64 Register high = AsRegisterPairHigh().AsRegister(); in Overlaps() local
/aosp12/art/compiler/utils/arm/
H A Dmanaged_register_arm.cc30 Register high = AsRegisterPairHigh(); in Overlaps() local
38 SRegister high = AsOverlappingDRegisterHigh(); in Overlaps() local
/aosp12/system/chre/external/flatbuffers/include/flatbuffers/
H A Dflatbuffers.h68 inline bool IsOutRange(const T &v, const T &low, const T &high) { in IsOutRange()
74 inline bool IsInRange(const T &v, const T &low, const T &high) { in IsInRange()
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DLevelListDrawable.java68 public void addLevel(int low, int high, Drawable drawable) { in addLevel()
120 int high = a.getInt( in inflateChildElements() local
197 public void addLevel(int low, int high, Drawable drawable) { in addLevel()
/aosp12/frameworks/base/core/tests/coretests/aidl/com/android/frameworks/coretests/aidl/
H A DIBpcTestServiceCmdService.aidl23 void setBinderProxyWatermarks(int high, int low); in setBinderProxyWatermarks()
/aosp12/art/compiler/utils/arm64/
H A Dmanaged_register_arm64.cc79 int high = RegNo(); in RegIdHigh() local
/aosp12/frameworks/base/tools/incident_report/
H A Dformatter.cpp73 size_t high = PROTO_FORMAT_FIELDS_LENGTH - 1; in find_message_index() local
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DNotificationUtils.java207 double high = lab[0]; in findContrastColorAgainstLightBackground() local
242 float high = MAX_LIGHTNESS; in findContrastColorAgainstDarkBackground() local
/aosp12/art/compiler/optimizing/
H A Dintrinsics.cc123 int32_t high = GetIntegerCacheField(cache_class, kHighFieldName); in CheckIntegerCache() local
198 int32_t high = GetIntegerCacheField(cache_class, kHighFieldName); in ComputeIntegerValueOfLocations() local
307 int32_t high = GetIntegerCacheField(cache_class, kHighFieldName); in ComputeIntegerValueOfInfo() local
H A Dcommon_arm.h212 const vixl::aarch32::Register& high) { in LocationFrom()
217 const vixl::aarch32::SRegister& high) { in LocationFrom()
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/util/
H A DIsoInterface.java130 final long high = (((long) readInt(fd)) << 32L) | (((long) readInt(fd)) & 0xffffffffL); in readUuid() local
153 long high = readInt(fd); in parseNextBox() local
/aosp12/build/make/tools/warn/
H A Djava_warn_patterns.py51 def high(name, description=None): function
H A Dcpp_warn_patterns.py40 def high(description, pattern_list): function
/aosp12/frameworks/av/media/img_utils/include/img_utils/
H A DDngUtils.h34 #define CLAMP(x, low, high) (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x))) argument
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/playlist/
H A DPlaylist.java139 private static int constrain(int amount, int low, int high) { in constrain()
/aosp12/frameworks/base/services/people/java/com/android/server/people/data/
H A DEventList.java130 int high = mEvents.size() - 1; in firstIndexOnOrAfter() local
/aosp12/frameworks/base/core/java/android/util/
H A DMathUtils.java40 public static int constrain(int amount, int low, int high) { in constrain()
44 public static long constrain(long amount, long low, long high) { in constrain()
49 public static float constrain(float amount, float low, float high) { in constrain()
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DContrastColorUtil.java310 double low = 0, high = lab[0]; in findContrastColor() local
347 int low = startAlpha, high = 255; in findAlphaToMeetContrast() local
381 float low = hsl[2], high = 1; in findContrastColorAgainstDark() local
925 private static int constrain(int amount, int low, int high) { in constrain()
929 private static float constrain(float amount, float low, float high) { in constrain()

1234