/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | s_modf.c | 46 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 D | s_cbrtf.c | 37 u_int32_t high; in cbrtf() local
|
H A D | s_cbrt.c | 47 u_int32_t high,low; in cbrt() local
|
H A D | e_rem_pio2.c | 135 u_int32_t high; in __ieee754_rem_pio2() local
|
H A D | e_hypotl.c | 118 u_int32_t high; in hypotl() local
|
/aosp12/frameworks/rs/cpu_ref/ |
H A D | rsCpuIntrinsicInlines.h | 94 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 D | managed_register_x86.cc | 43 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 D | managed_register_x86_64.cc | 42 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 D | managed_register_arm.cc | 30 Register high = AsRegisterPairHigh(); in Overlaps() local 38 SRegister high = AsOverlappingDRegisterHigh(); in Overlaps() local
|
/aosp12/system/chre/external/flatbuffers/include/flatbuffers/ |
H A D | flatbuffers.h | 68 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 D | LevelListDrawable.java | 68 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 D | IBpcTestServiceCmdService.aidl | 23 void setBinderProxyWatermarks(int high, int low); in setBinderProxyWatermarks()
|
/aosp12/art/compiler/utils/arm64/ |
H A D | managed_register_arm64.cc | 79 int high = RegNo(); in RegIdHigh() local
|
/aosp12/frameworks/base/tools/incident_report/ |
H A D | formatter.cpp | 73 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 D | NotificationUtils.java | 207 double high = lab[0]; in findContrastColorAgainstLightBackground() local 242 float high = MAX_LIGHTNESS; in findContrastColorAgainstDarkBackground() local
|
/aosp12/art/compiler/optimizing/ |
H A D | intrinsics.cc | 123 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 D | common_arm.h | 212 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 D | IsoInterface.java | 130 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 D | java_warn_patterns.py | 51 def high(name, description=None): function
|
H A D | cpp_warn_patterns.py | 40 def high(description, pattern_list): function
|
/aosp12/frameworks/av/media/img_utils/include/img_utils/ |
H A D | DngUtils.h | 34 #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 D | Playlist.java | 139 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 D | EventList.java | 130 int high = mEvents.size() - 1; in firstIndexOnOrAfter() local
|
/aosp12/frameworks/base/core/java/android/util/ |
H A D | MathUtils.java | 40 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 D | ContrastColorUtil.java | 310 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()
|