HomeSort by relevance Sort by last modified time
    Searched refs:low (Results 426 - 450 of 2090) sorted by null

<<11121314151617181920>>

  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlertServiceTest.java 496 // to the low priority bucket.
911 ArrayList<NotificationInfo> low = new ArrayList<NotificationInfo>(); local
941 ArrayList<NotificationInfo> low = new ArrayList<NotificationInfo>(); local
971 ArrayList<NotificationInfo> low = new ArrayList<NotificationInfo>(); local
1002 ArrayList<NotificationInfo> low = new ArrayList<NotificationInfo>(); local
    [all...]
  /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);
284 final CR low[] = new CR[1]; field in class:inverseMonotone_UnaryCRFunction
289 // Bound on msd of both f(high) and f(low)
579 final CR low[] = new CR[1]; \/\/ endpoints and mispoint of interval field in class:monotoneDerivative_UnaryCRFunction
    [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);
170 int low() const { function in class:art::Location
195 return static_cast<T>(low());
207 return static_cast<T>(low());
222 return Location::RegisterLocation(low());
224 return Location::FpuRegisterLocation(low());
  /packages/apps/Dialer/java/com/android/incallui/autoresizetext/
AutoResizeTextView.java 271 int low = minSize + 1; local
274 while (low <= high) {
275 sizeToTry = (low + high) / 2;
278 bestSize = low;
279 low = sizeToTry + 1;
  /toolchain/binutils/binutils-2.25/bfd/
binary.c 232 bfd_vma low; local
239 low = 0;
245 && (! found_low || s->lma < low))
247 low = s->lma;
253 s->filepos = s->lma - low;
  /toolchain/binutils/binutils-2.25/gas/config/
atof-vax.c 199 /* Extra bits for zeroed low-order bits.
207 f.low = bits + MAX_PRECISION;
226 f.high = f.low + precision - 1 + GUARD;
261 if (f->low > f->leader)
297 littlenum_end = f->low;
303 exponent_1 = f->exponent + f->leader + 1 - f->low;
  /external/eigen/Eigen/src/Core/arch/AVX/
Complex.h 105 __m128 low = _mm256_extractf128_ps(from.v, 0); local
106 to[stride*0] = std::complex<float>(_mm_cvtss_f32(_mm_shuffle_ps(low, low, 0)),
107 _mm_cvtss_f32(_mm_shuffle_ps(low, low, 1)));
108 to[stride*1] = std::complex<float>(_mm_cvtss_f32(_mm_shuffle_ps(low, low, 2)),
109 _mm_cvtss_f32(_mm_shuffle_ps(low, low, 3)));
125 __m128 low = _mm256_extractf128_ps(a.v, 0) local
321 __m128d low = _mm256_extractf128_pd(from.v, 0); local
329 __m128d low = _mm256_extractf128_pd(a.v, 0); local
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
NotificationColorUtil.java 310 double low = 0, high = lab[0]; local
312 for (int i = 0; i < 15 && high - low > 0.00001; i++) {
313 final double l = (low + high) / 2;
320 low = l;
325 return ColorUtilsFromCompat.LABToColor(low, a, b);
347 int low = startAlpha, high = 255; local
348 for (int i = 0; i < 15 && high - low > 0; i++) {
349 final int alpha = (low + high) / 2;
354 low = alpha;
381 float low = hsl[2], high = 1 local
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/
softfloat.c 567 return a.low;
626 z.low = zSig;
859 return a.low;
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_rem_pio2.c 60 u_int32_t low; local
173 GET_LOW_WORD(low,x);
175 INSERT_WORDS(z, ix - ((int32_t)(e0<<20)), low);
s_expm1.c 147 u_int32_t low; local
148 GET_LOW_WORD(low,x);
149 if(((hx&0xfffff)|low)!=0)
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
AssertHelpers.java 110 * Assert that {@code low <= value <= high}
112 public static void assertInRange(float value, float low, float high) {
114 String.format("Value %s must be greater or equal to %s, but was lower", value, low),
115 value >= low);
  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
s_expm1.c 153 u_int32_t low; local
154 GET_LOW_WORD(low,x);
155 if(((hx&0xfffff)|low)!=0)
  /external/compiler-rt/test/builtins/Unit/
ashlti3_test.c 40 at.s.high, at.s.low, b, xt.s.high, xt.s.low,
41 expectedt.s.high, expectedt.s.low);
ashrti3_test.c 38 at.s.high, at.s.low, b, xt.s.high, xt.s.low,
39 expectedt.s.high, expectedt.s.low);
lshrti3_test.c 38 at.s.high, at.s.low, b, xt.s.high, xt.s.low,
39 expectedt.s.high, expectedt.s.low);
  /external/eigen/Eigen/src/Core/
CwiseNullaryOp.h 224 DenseBase<Derived>::LinSpaced(Sequential_t, Index size, const Scalar& low, const Scalar& high)
227 return DenseBase<Derived>::NullaryExpr(size, internal::linspaced_op<Scalar,PacketScalar>(low,high,size));
236 DenseBase<Derived>::LinSpaced(Sequential_t, const Scalar& low, const Scalar& high)
240 return DenseBase<Derived>::NullaryExpr(Derived::SizeAtCompileTime, internal::linspaced_op<Scalar,PacketScalar>(low,high,Derived::SizeAtCompileTime));
246 * The function generates 'size' equally spaced values in the closed interval [low,high].
255 * i.e., \c high-low is a scalar multiple of \c size-1, or if \c size is a scalar multiple of the
256 * number of values \c high-low+1 (meaning each value can be repeated the same number of time).
268 DenseBase<Derived>::LinSpaced(Index size, const Scalar& low, const Scalar& high)
271 return DenseBase<Derived>::NullaryExpr(size, internal::linspaced_op<Scalar,PacketScalar>(low,high,size));
280 DenseBase<Derived>::LinSpaced(const Scalar& low, const Scalar& high
    [all...]
  /external/elfutils/libdw/
dwarf_entry_breakpoints.c 66 search_range (Dwarf_Addr low, Dwarf_Addr high,
75 if (lines->info[idx].addr < low)
77 else if (lines->info[idx].addr > low)
  /external/libdrm/vc4/
vc4_packet.h 126 #define VC4_MASK(high, low) (((1 << ((high) - (low) + 1)) - 1) << (low))
148 * low bits of VC4_PACKET_STORE_FULL_RES_TILE_BUFFER and
159 * VC4_PACKET_LOAD_TILE_BUFFER_GENERAL (low bits of the address)
vc4_qpu_defines.h 209 #define QPU_MASK(high, low) ((((uint64_t)1<<((high)-(low)+1))-1)<<(low))
  /external/ltp/utils/ffsb-6.0-rc2/
rand.c 168 uint32_t low = 0; local
179 low = genrand32(state);
182 result |= (uint64_t) low;
  /external/mesa3d/src/gallium/drivers/vc4/kernel/
vc4_packet.h 129 #define VC4_MASK(high, low) (((1 << ((high) - (low) + 1)) - 1) << (low))
151 * low bits of VC4_PACKET_STORE_FULL_RES_TILE_BUFFER and
161 * low bits of VC4_PACKET_STORE_FULL_RES_TILE_BUFFER and
172 * VC4_PACKET_LOAD_TILE_BUFFER_GENERAL (low bits of the address)
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_qpu_defines.h 229 #define QPU_MASK(high, low) ((((uint64_t)1<<((high)-(low)+1))-1)<<(low))
  /external/protobuf/src/google/protobuf/stubs/
int128.cc 169 uint128 low; local
170 uint128::DivModImpl(high, div, &high, &low);
182 os << low.lo_;
  /external/toybox/toys/posix/
date.c 127 static void check_range(int a, int low, int high)
129 if (a<low) error_exit("%d<%d", a, low);

Completed in 1045 milliseconds

<<11121314151617181920>>