HomeSort by relevance Sort by last modified time
    Searched refs:high (Results 76 - 100 of 1979) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/mesa3d/src/compiler/glsl/
opt_minmax.cpp 57 minmax_range(ir_constant *low = NULL, ir_constant *high = NULL)
60 this->high = high;
63 /* low is the lower limit of the range, high is the higher limit. NULL on
64 * low means negative infinity (unlimited) and on high positive infinity
69 ir_constant *high; member in class:__anon29243::minmax_range
248 if (!r0.high) {
249 ret.high = ismin ? r1.high : r0.high;
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cbrtf.c 37 u_int32_t high; local
50 GET_FLOAT_WORD(high,t);
51 SET_FLOAT_WORD(t,sign|((high&0x7fffffff)/3+B2));
  /device/google/contexthub/firmware/lib/builtins/
aeabi_llsl.c 33 result.s.high = input.s.low << (b - bits_in_word);
40 result.s.high = (input.s.high << b) | (input.s.low >> (bits_in_word - b));
  /external/python/cpython3/Lib/asyncio/
transports.py 68 def set_write_buffer_limits(self, high=None, low=None):
69 """Set the high- and low-water limits for write flow control.
74 high-water limit. Neither value can be negative.
77 high-water limit is given, the low-water limit defaults to an
79 high-water limit. Setting high to zero forces low to zero as
287 def _set_write_buffer_limits(self, high=None, low=None):
288 if high is None:
290 high = 64*1024
292 high = 4*lo
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/
vle-reloc-2.s 11 e_or2i 2, high@h
18 e_and2i. 2, high@h
25 e_or2is 2, high@h
32 e_lis 2, high@h
39 e_and2is. 2, high@h
46 e_cmp16i 2, high@h
53 e_cmpl16i 2, high@h
60 e_cmph16i 2, high@h
67 e_cmphl16i 2, high@h
74 e_add2i. 2, high@
    [all...]
  /external/compiler-rt/lib/builtins/
muldi3.c 31 r.s.high = t >> bits_in_word_2;
36 r.s.high += t >> bits_in_word_2;
37 r.s.high += (a >> bits_in_word_2) * (b >> bits_in_word_2);
54 r.s.high += x.s.high * y.s.low + x.s.low * y.s.high;
fixxfdi.c 37 int e = (fb.u.high.s.low & 0x00007FFF) - 16383;
42 di_int s = -(si_int)((fb.u.high.s.low & 0x00008000) >> 15);
fixxfti.c 37 int e = (fb.u.high.s.low & 0x00007FFF) - 16383;
40 ti_int s = -(si_int)((fb.u.high.s.low & 0x00008000) >> 15);
ctzdi2.c 27 return __builtin_ctz((x.s.high & f) | (x.s.low & ~f)) +
ctzti2.c 29 return __builtin_ctzll((x.s.high & f) | (x.s.low & ~f)) +
floatundidf.c 39 union { uint64_t x; double d; } high = { .d = twop84 }; local
42 high.x |= a >> 32;
45 const double result = (high.d - twop84_plus_twop52) + low.d;
101 fb.u.s.high = ((e + 1023) << 20) | /* exponent */
102 ((su_int)(a >> 32) & 0x000FFFFF); /* mantissa-high */
floatundixf.c 37 fb.u.high.s.low = (e + 16383); /* exponent */
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ppc/
vle-reloc.s 13 e_or2i 2, high@h
20 e_and2i. 2, high@h
28 e_or2is 2, high@h
35 e_lis 2, high@h
42 e_and2is. 2, high@h
49 e_cmp16i 2, high@h
56 e_cmpl16i 2, high@h
63 e_cmph16i 2, high@h
70 e_cmphl16i 2, high@h
77 e_add2i. 2, high@
    [all...]
  /art/runtime/interpreter/mterp/mips64/
op_goto_32.S 12 lh a1, 4(rPC) # a1 <- AAAA (high)
  /device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/
Llvm_int_lib.h 66 INT32 high; member in struct:__anon4934::__anon4935
74 UINT32 high; member in struct:__anon4936::__anon4937
  /external/e2fsprogs/e2fsck/
dx_dirinfo.c 87 int low, high, mid; local
90 high = ctx->dx_dir_info_count-1;
95 if (ino == ctx->dx_dir_info[high].ino)
96 return &ctx->dx_dir_info[high];
98 while (low < high) {
99 mid = (low+high)/2;
100 if (mid == low || mid == high)
105 high = mid;
  /external/iproute2/tipc/
misc.c 18 #define IN_RANGE(val, low, high) ((val) <= (high) && (val) >= (low))
  /frameworks/base/core/tests/coretests/aidl/com/android/frameworks/coretests/aidl/
IBpcTestServiceCmdService.aidl 23 void setBinderProxyWatermarks(int high, int low);
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/
softfloat-specialize 108 bits64 high, low;
165 z.high = ( (bits64) a )<<41;
179 return ( ( (bits32) a.sign )<<31 ) | 0x7FC00000 | (bits32)( a.high>>41 );
267 z.high = FLOAT64_DEMANGLE(a)<<12;
284 | ( a.high>>12 ) );
320 `high' and `low' values hold the most- and least-significant bits,
336 return ( ( a.high & 0x7FFF ) == 0x7FFF ) && (bits64) ( a.low<<1 );
352 ( ( a.high & 0x7FFF ) == 0x7FFF )
370 z.sign = a.high>>15;
372 z.high = a.low<<1;
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
softfloat-specialize 112 bits64 high, low;
169 z.high = ( (bits64) a )<<41;
183 return ( ( (bits32) a.sign )<<31 ) | 0x7FC00000 | (bits32)( a.high>>41 );
271 z.high = FLOAT64_DEMANGLE(a)<<12;
288 | ( a.high>>12 ) );
324 `high' and `low' values hold the most- and least-significant bits,
340 return ( ( a.high & 0x7FFF ) == 0x7FFF ) && (bits64) ( a.low<<1 );
356 ( ( a.high & 0x7FFF ) == 0x7FFF )
374 z.sign = a.high>>15;
376 z.high = a.low<<1;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
EncodingInfo.java 32 * which can be called if the character is not the high one in
35 * isInEncoding(char high, char low);
37 * which can be called if the two characters from a high/low surrogate pair.
118 * character formed by the high/low pair is in the encoding.
119 * @param high a char that the a high char of a high/low surrogate pair.
120 * @param low a char that is the low char of a high/low surrogate pair.
125 public boolean isInEncoding(char high, char low) {
134 return m_encoding.isInEncoding(high, low);
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/lib/compiler-rt/builtins/
ctzdi2.c 27 return __builtin_ctz((x.s.high & f) | (x.s.low & ~f)) +
  /external/clang/test/CodeGen/
2005-09-24-BitFieldCrash.c 9 long long high; member in struct:tree_int_cst::tree_int_cst_lowhi
  /external/compiler-rt/test/builtins/Unit/
divti3_test.c 38 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
39 expectedt.s.high, expectedt.s.low);
modti3_test.c 38 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
39 expectedt.s.high, expectedt.s.low);

Completed in 725 milliseconds

1 2 34 5 6 7 8 91011>>