Home
last modified time | relevance | path

Searched refs:spread (Results 1 – 25 of 32) sorted by relevance

12

/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_fma.c186 int spread; in fma() local
206 spread = ex + ey - ez; in fma()
213 if (spread < -DBL_MANT_DIG) { in fma()
237 if (spread <= DBL_MANT_DIG * 2) in fma()
238 zs = ldexp(zs, -spread); in fma()
257 spread = ex + ey; in fma()
266 return (xy.hi + vzs + ldexp(xy.lo, spread)); in fma()
278 return (ldexp(r.hi + adj, spread)); in fma()
282 if (spread + ilogb(r.hi) > -1023) in fma()
283 return (ldexp(r.hi + adj, spread)); in fma()
[all …]
H A Ds_fmal.c174 int spread; in fmal() local
194 spread = ex + ey - ez; in fmal()
201 if (spread < -LDBL_MANT_DIG) { in fmal()
225 if (spread <= LDBL_MANT_DIG * 2) in fmal()
226 zs = ldexpl(zs, -spread); in fmal()
245 spread = ex + ey; in fmal()
254 return (xy.hi + vzs + ldexpl(xy.lo, spread)); in fmal()
266 return (ldexpl(r.hi + adj, spread)); in fmal()
270 if (spread + ilogbl(r.hi) > -16383) in fmal()
271 return (ldexpl(r.hi + adj, spread)); in fmal()
[all …]
/aosp12/frameworks/opt/bitmap/sample/src/com/example/bitmapsample/
H A DBitmapRequestKeyImpl.java79 final long spread = 26; in createInputStream() local
82 final long duration = (long) ((float) (mUriString.length() % spread) / spread * max in createInputStream()
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/dashboard/
H A DCompositeCircleView.java162 float spread = totalBumpDegrees * 0.5f; in spreadPreviousLabelBumps() local
166 angle -= spread; in spreadPreviousLabelBumps()
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Dcrash_dump.te28 # ptrace neverallow assertions are spread throughout the other policy
/aosp12/system/sepolicy/prebuilts/api/29.0/private/
H A Dcrash_dump.te28 # ptrace neverallow assertions are spread throughout the other policy
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dcrash_dump.te36 # ptrace neverallow assertions are spread throughout the other policy
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dcrash_dump.te36 # ptrace neverallow assertions are spread throughout the other policy
/aosp12/system/sepolicy/private/
H A Dcrash_dump.te36 # ptrace neverallow assertions are spread throughout the other policy
/aosp12/bionic/libc/kernel/uapi/linux/
H A Domap3isp.h310 __u8 spread; member
/aosp12/hardware/interfaces/wifi/1.4/
H A Dtypes.hal521 * Rssi spread in 0.5 dB steps e.g. 5 implies 2.5 dB spread (optional).
/aosp12/hardware/interfaces/automotive/evs/1.1/
H A Dtypes.hal294 * The +Y axis points along the center of the beam spread the X axis to the right and the Z
/aosp12/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java789 long spread = maxValue - minValue; in jitterize() local
790 if (spread > Integer.MAX_VALUE) { in jitterize()
794 return minValue + random.nextInt((int)spread); in jitterize()
/aosp12/hardware/interfaces/wifi/1.0/
H A Dtypes.hal1844 * Rssi spread in 0.5 dB steps e.g. 5 implies 2.5 dB spread (optional).
/aosp12/packages/apps/TV/libs/m2/
H A Dauto-value-1.5.3.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
H A Dguava-28.0-android.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
H A Dguava-28.0-jre.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/aosp12/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp12/art/build/boot/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt7081 Ljava/util/concurrent/ConcurrentHashMap;->spread(I)I
/aosp12/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/aosp12/art/build/boot/
H A Dboot-image-profile.txt6463 HSPLjava/util/concurrent/ConcurrentHashMap;->spread(I)I
/aosp12/packages/apps/TV/libs/
H A Dgoogle-java-format-1.7-all-deps.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
H A Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
H A Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...

12