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

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MD5.h 72 uint64_t high() const { function in struct:llvm::MD5::MD5Result
78 return std::make_pair(high(), low());
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
MD5.h 72 uint64_t high() const { function in struct:llvm::MD5::MD5Result
78 return std::make_pair(high(), low());
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
MD5.h 72 uint64_t high() const { function in struct:llvm::MD5::MD5Result
78 return std::make_pair(high(), low());
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
MD5.h 72 uint64_t high() const { function in struct:llvm::MD5::MD5Result
78 return std::make_pair(high(), low());
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
MD5.h 72 uint64_t high() const { function in struct:llvm::MD5::MD5Result
78 return std::make_pair(high(), low());
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
MD5.h 72 uint64_t high() const { function in struct:llvm::MD5::MD5Result
78 return std::make_pair(high(), low());
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
MD5.h 72 uint64_t high() const { function in struct:llvm::MD5::MD5Result
78 return std::make_pair(high(), low());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
rpc_msg.h 93 u_long high; member in struct:accepted_reply::__anon63000::__anon63001
113 u_long high; member in struct:rejected_reply::__anon63003::__anon63004
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
iomemconquery.py 85 if pending_addr.low < 1 or pending_addr.high < 1:
86 raise ValueError("Memory address must be positive: {0.low}-{0.high}".
89 if pending_addr.low > pending_addr.high:
91 "The low mem addr must be smaller than the high mem addr: {0.low}-{0.high}".
ioportconquery.py 85 if pending_ports.low < 1 or pending_ports.high < 1:
86 raise ValueError("Port numbers must be positive: {0.low}-{0.high}".
89 if pending_ports.low > pending_ports.high:
91 "The low port must be smaller than the high port: {0.low}-{0.high}".
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
b-fixo2.d 9 # Note that we "optimize" out the high tetrabyte of 0 written to
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
EndianUtils.java 189 long high = data[ offset + 3 ] & 0xff; local
191 return (high << 24) + (0xffffffffL & low);
225 long high = local
230 return (high << 32) + (0xffffffffL & low);
378 long high = value4 & 0xff; local
380 return (high << 24) + (0xffffffffL & low);
  /external/e2fsprogs/e2fsck/
dirinfo.c 207 int low, high, mid; local
249 high = ctx->dir_info->count-1;
258 if (ino == ctx->dir_info->array[high].ino) {
261 ctx->dir_info->array[high].dotdot,
262 ctx->dir_info->array[high].parent);
264 return &ctx->dir_info->array[high];
267 while (low < high) {
268 mid = (low+high)/2;
269 if (mid == low || mid == high)
280 high = mid
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/cipher/
gcm.go 59 // the coefficient of x?? can be obtained by v.high >> 63.
60 // the coefficient of x¹²? can be obtained by v.high & 1.
62 low, high uint64
214 return gcmFieldElement{x.low ^ y.low, x.high ^ y.high}
219 msbSet := x.high&1 == 1
222 double.high = x.high >> 1
223 double.high |= x.low << 63
250 word := y.high
    [all...]
  /prebuilts/go/linux-x86/src/crypto/cipher/
gcm.go 59 // the coefficient of x?? can be obtained by v.high >> 63.
60 // the coefficient of x¹²? can be obtained by v.high & 1.
62 low, high uint64
214 return gcmFieldElement{x.low ^ y.low, x.high ^ y.high}
219 msbSet := x.high&1 == 1
222 double.high = x.high >> 1
223 double.high |= x.low << 63
250 word := y.high
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Delaunay.cpp 77 int low, high; local
80 high = hi;
82 if ( low < (high-2) ) {
85 maxx = sp[high];
87 spsorty( sp, low, high);
92 (0.5 + ((double)(high-low+1) * ((double)lowrows / (double)rows)));
94 build( split+1, high, &rdi, &rdo, (rows-lowrows) );
105 else if (low >= (high - 1)) { // two or one points
106 a = makeEdge(sp[low], sp[high]);
112 b = makeEdge(s2, (s3 = sp[high]));
    [all...]
  /external/ImageMagick/coders/
caption.c 209 high,
239 high=draw_info->pointsize;
240 for (low=1.0; (high-low) > 0.5; )
242 draw_info->pointsize=(low+high)/2.0;
260 high=draw_info->pointsize-0.5;
267 high=draw_info->pointsize-0.5;
269 draw_info->pointsize=(low+high)/2.0-0.5;
207 high, local
  /external/elfutils/libdwfl/
linux-proc-maps.c 179 do_report (Dwfl *dwfl, char **plast_file, Dwarf_Addr low, Dwarf_Addr high)
184 low, high);
193 #define report() do_report(dwfl, &last_file, low, high)
201 Dwarf_Addr low = 0, high = 0; local
236 high = end;
253 high = end;
261 high = end;
  /external/tensorflow/tensorflow/contrib/sparsemax/python/kernel_tests/
sparsemax_loss_test.py 101 z = random.uniform(low=-3, high=3, size=(test_obs, 10))
114 z = random.uniform(low=-3, high=3, size=(test_obs, 10))
115 c = random.uniform(low=-3, high=3, size=(test_obs, 1))
133 z = random.uniform(low=-3, high=3, size=(test_obs, 10))
146 z = random.uniform(low=-3, high=3, size=(test_obs, 10))
163 z = random.uniform(low=-3, high=3, size=(test_obs, 10)).astype(dtype)
179 z = random.uniform(low=-3, high=3, size=(test_obs, 10))
  /external/tensorflow/tensorflow/python/kernel_tests/
unique_op_test.py 32 x = np.random.randint(2, high=10, size=7000)
43 x = np.random.randint(2, high=10, size=7000)
54 indx = np.random.randint(65, high=122, size=7000)
81 x = np.random.randint(2, high=10, size=7000)
95 x = np.random.randint(2, high=10, size=7000)
108 x = np.random.randint(2, high=10, size=7000)
121 indx = np.random.randint(65, high=122, size=7000)
  /external/crcalc/src/com/hp/creals/
UnaryCRFunction.java 153 * and strictly monotone on the interval [<TT>low</tt>, <TT>high</tt>].
155 * [<TT>low</tt>, <TT>high</tt>].
158 public UnaryCRFunction inverseMonotone(CR low, CR high) {
159 return new inverseMonotone_UnaryCRFunction(this, low, high);
164 * The function must be defined on the interval [<TT>low</tt>, <TT>high</tt>],
166 * monotone in the open interval [<TT>low</tt>, <TT>high</tt>].
169 public UnaryCRFunction monotoneDerivative(CR low, CR high) {
170 return new monotoneDerivative_UnaryCRFunction(this, low, high);
285 final CR high[] = new CR[1]; field in class:inverseMonotone_UnaryCRFunction
289 // Bound on msd of both f(high) and f(low
581 final CR high[] = new CR[1]; field in class:monotoneDerivative_UnaryCRFunction
    [all...]
  /external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
quantized_distribution_test.py 60 distribution=distributions.Uniform(low=0.0, high=3.0),
62 high=ucut)
105 distribution=distributions.Uniform(low=-3., high=3.),
107 high=1.0)
142 high=10 * array_ops.ones(batch_shape, dtype=dtypes.float32))
144 distribution=uniform, low=None, high=None)
176 distribution=normal, low=0., high=None)
282 high=2.)
304 high=2.)
366 low=1., # not strictly less than high
    [all...]
  /external/vixl/src/
invalset-vixl.h 509 size_t high = (end - start) - 1;
510 while (low < high) {
512 while (!IsValid(elements[low]) && (low < high)) ++low;
513 while (!IsValid(elements[high]) && (low < high)) --high;
514 VIXL_ASSERT(low <= high);
516 size_t middle = low + (high - low) / 2;
517 if ((middle == low) || (middle == high)) {
520 while ((middle < high - 1) && !IsValid(elements[middle])) ++middle
    [all...]
  /art/compiler/optimizing/
locations.h 137 static Location RegisterPairLocation(int low, int high) {
138 return Location(kRegisterPair, low << 16 | high);
141 static Location FpuRegisterPairLocation(int low, int high) {
142 return Location(kFpuRegisterPair, low << 16 | high);
175 int high() const { function in class:art::Location
201 return static_cast<T>(high());
213 return static_cast<T>(high());
233 return Location::RegisterLocation(high());
235 return Location::FpuRegisterLocation(high());
  /device/google/contexthub/firmware/lib/libm/
ef_rem_pio2.c 148 __uint32_t high; local
151 GET_FLOAT_WORD(high,y[0]);
152 i = j-((high>>23)&0xff);
159 GET_FLOAT_WORD(high,y[0]);
160 i = j-((high>>23)&0xff);

Completed in 785 milliseconds

<<11121314151617181920>>