/external/compiler-rt/lib/builtins/ |
floattixf.c | 78 fb.u.high.s.low = ((su_int)s & 0x8000) | /* sign */ 80 fb.u.low.all = (du_int)a; /* mantissa */
|
floatuntixf.c | 76 fb.u.high.s.low = (e + 16383); /* exponent */ 77 fb.u.low.all = (du_int)a; /* mantissa */
|
/external/webrtc/webrtc/base/ |
random.h | 41 // Uniformly distributed pseudo-random number in the interval [low, high]. 42 uint32_t Rand(uint32_t low, uint32_t high); 44 // Uniformly distributed pseudo-random number in the interval [low, high]. 45 int32_t Rand(int32_t low, int32_t high);
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
augmented_cb_corr.c | 31 size_t low, /* (i) Lag to start from (typically 47 for (lagcount=low; lagcount<=high; lagcount++) {
|
/external/zlib/src/contrib/infback9/ |
inftree9.c | 51 unsigned low; /* low bits for current root entry */ local 52 unsigned mask; /* mask for low root bits */ 153 of the low root bits of huff. This is saved in low to check for when a 200 low = (unsigned)(-1); /* trigger new sub-table when len > root */ 202 mask = used - 1; /* mask for comparing low */ 226 /* replicate for those indices with low len bits equal to huff */ 253 if (len > root && (huff & mask) != low) { 278 low = huff & mask [all...] |
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mep/ |
mep1.s | 3 # This will be in low memory.
|
/art/runtime/interpreter/mterp/mips64/ |
op_const_wide.S | 3 lh a0, 2(rPC) # a0 <- bbbb (low) 4 lh a1, 4(rPC) # a1 <- BBBB (low middle)
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/ |
BitsStreamGenerator.java | 86 final int low = next(26); local 87 return (high | low) * 0x1.0p-52d; 149 final long low = ((long) next(32)) & 0xffffffffL; local 150 return high | low;
|
/external/compiler-rt/test/builtins/Unit/ |
addvti3_test.c | 41 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low, 42 expectedt.s.high, expectedt.s.low);
|
absvti2_test.c | 42 at.s.high, at.s.low, xt.s.high, xt.s.low, 43 expectedt.s.high, expectedt.s.low);
|
/external/google-breakpad/src/google_breakpad/common/ |
breakpad_types.h | 74 uint64_t low; member in struct:__anon11391
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
LittleEndianInputStream.java | 61 int low = din.read();
local 63 return (short)((high << 8) | (low & 0xff));
67 int low = din.read();
local 69 return ((high & 0xff) << 8) | (low & 0xff);
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
wpa.h | 58 uint8 low; member in struct:__anon29174::__anon29175 70 uint8 low; member in struct:__anon29176::__anon29177 90 uint8 low; member in struct:__anon29179::__anon29180 99 uint8 low; member in struct:__anon29181::__anon29182
|
/toolchain/binutils/binutils-2.25/gas/ |
flonum.h | 40 * Exponent is the place value of the low littlenum. E.g.: * 41 * If 0: low points to the units littlenum. * 42 * If 1: low points to the LITTLENUM_RADIX littlenum. * 43 * If -1: low points to the 1/LITTLENUM_RADIX littlenum. * 52 LITTLENUM_TYPE *low; /* low order littlenum of a bignum */ member in struct:FLONUM_STRUCT 55 /* If flonum is 0.0, leader==low-1 */
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_cbrt.c | 46 u_int32_t high,low; local 48 EXTRACT_WORDS(hx,low,x); 69 if((hx|low)==0)
|
/external/elfutils/tests/ |
dwfl-bug-addr-overflow.c | 51 Dwfl_Module *low = dwfl_report_module (dwfl, "low", local 54 assert (low); 66 assert (mod == low);
|
/external/gptfdisk/ |
support.cc | 46 // Get a numeric value from the user, between low and high (inclusive). 49 // (If def is outside of the low-high range, an explicit response 51 int GetNumber(int low, int high, int def, const string & prompt) { 55 if (low != high) { // bother only if low and high differ... 63 if ((response < low) || (response > high)) 68 } while ((response < low) || (response > high)); 69 } else { // low == high, so return this value 70 cout << "Using " << low << "\n"; local 71 response = low; [all...] |
support.h | 75 int GetNumber(int low, int high, int def, const string & prompt); 77 uint64_t GetSectorNum(uint64_t low, uint64_t high, uint64_t def, uint64_t sSize, const std::string& prompt); 78 uint64_t IeeeToInt(string IeeeValue, uint64_t sSize, uint64_t low, uint64_t high, uint64_t def = 0);
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/common/ |
MathUtils.java | 219 /** Returns the closest value to 'a' that is in between 'low' and 'high' */ 220 public final static float clamp(final float a, final float low, final float high) { 221 return max(low, min(a, high)); 224 public final static Vec2 clamp(final Vec2 a, final Vec2 low, final Vec2 high) { 228 min.x = low.x > min.x ? low.x : min.x; 229 min.y = low.y > min.y ? low.y : min.y; 233 public final static void clampToOut(final Vec2 a, final Vec2 low, final Vec2 high, final Vec2 dest) { 236 dest.x = low.x > dest.x ? low.x : dest.x [all...] |
/external/selinux/libsepol/include/sepol/ |
port_record.h | 26 int low, int high, int proto, 30 int *low, int *high, int *proto); 52 extern void sepol_port_set_range(sepol_port_t * port, int low, int high);
|
/external/vixl/examples/ |
check-bounds.cc | 33 // uint64_t check_bounds(uint64_t value, uint64_t low, uint64_t high) 36 // low -> x1 39 // First we compare 'value' with the 'low' bound. If x1 <= x0 the N flag will 63 uint64_t value, uint64_t low, uint64_t high) { 65 simulator->set_xreg(1, low); 71 low, high);
|
/frameworks/av/media/libstagefright/webm/ |
EbmlUtil.cpp | 55 int32_t low = u; local 56 return low !=0 ? numberOfTrailingZeros32(low)
|
/libcore/ojluni/src/main/java/java/io/ |
StreamTokenizer.java | 267 * <code>low <= <i>c</i> <= high</code> 271 * @param low the low end of the range. 274 public void wordChars(int low, int hi) { 275 if (low < 0) 276 low = 0; 279 while (low <= hi) 280 ctype[low++] |= CT_ALPHA; 285 * <code>low <= <i>c</i> <= high</code> 292 * @param low the low end of the range [all...] |
/toolchain/binutils/binutils-2.25/gprof/ |
symtab.c | 181 unsigned long low, mid, high; 188 for (low = 0, high = sym_tab->len - 1; low != high;) 190 mid = (high + low) >> 1; 192 fprintf (stderr, "[dbg_sym_lookup] low=0x%lx, mid=0x%lx, high=0x%lx\n", 193 low, mid, high); 204 low = mid + 1; 220 long low, high; 231 for (low = 0, high = sym_tab->len - 1; low != high; 180 unsigned long low, mid, high; local 219 long low, high; local [all...] |
/external/e2fsprogs/lib/blkid/ |
getsize.c | 78 blkid_loff_t high, low; local 178 low = 0; 180 low = high; 181 while (low < high - 1) { 182 const blkid_loff_t mid = (low + high) / 2; 185 low = mid; 189 return low + 1;
|