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

1 2 34 5 6 7 8 91011>>

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_hypot.c 71 u_int32_t low; local
74 GET_LOW_WORD(low,a);
75 if(((ha&0xfffff)|low)==0) w = a;
76 GET_LOW_WORD(low,b);
77 if(((hb^0x7ff00000)|low)==0) w = b;
87 u_int32_t low; local
88 GET_LOW_WORD(low,b);
89 if((hb|low)==0) return a;
  /external/clang/lib/Lex/
PPConditionalDirectiveRecord.cpp 30 low = std::lower_bound(CondDirectiveLocs.begin(), CondDirectiveLocs.end(),
32 if (low == CondDirectiveLocs.end())
35 if (SourceMgr.isBeforeInTranslationUnit(Range.getEnd(), low->getLoc()))
39 upp = std::upper_bound(low, CondDirectiveLocs.end(),
45 return low->getRegionLoc() != uppRegion;
60 low = std::lower_bound(CondDirectiveLocs.begin(), CondDirectiveLocs.end(),
62 assert(low != CondDirectiveLocs.end());
63 return low->getRegionLoc();
  /external/compiler-rt/lib/builtins/
floatdixf.c 40 fb.u.high.s.low = ((su_int)s & 0x00008000) | /* sign */
42 fb.u.low.all = a << clz; /* mantissa */
clzdi2.c 27 return __builtin_clz((x.s.high & ~f) | (x.s.low & f)) +
clzti2.c 29 return __builtin_clzll((x.s.high & ~f) | (x.s.low & f)) +
floatdidf.c 38 union { int64_t x; double d; } low = { .d = twop52 }; local
41 low.x |= a & INT64_C(0x00000000ffffffff);
43 const double result = (high - twop52) + low.d;
104 fb.u.low = (su_int)a; /* mantissa-low */
floatundidf.c 40 union { uint64_t x; double d; } low = { .d = twop52 }; local
43 low.x |= a & UINT64_C(0x00000000ffffffff);
45 const double result = (high.d - twop84_plus_twop52) + low.d;
103 fb.u.low = (su_int)a; /* mantissa-low */
  /external/e2fsprogs/e2fsck/
dx_dirinfo.c 83 int low, high, mid; local
85 low = 0;
89 if (ino == ctx->dx_dir_info[low].ino)
90 return &ctx->dx_dir_info[low];
94 while (low < high) {
95 mid = (low+high)/2;
96 if (mid == low || mid == high)
103 low = mid;
  /external/iproute2/tipc/
misc.c 18 #define IN_RANGE(val, low, high) ((val) <= (high) && (val) >= (low))
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/
btAngularLimit.java 27 /** Construct a new btAngularLimit, normally you should not need this constructor it's intended for low-level usage. */
66 public void set(float low, float high, float _softness, float _biasFactor, float _relaxationFactor) {
67 DynamicsJNI.btAngularLimit_set__SWIG_0(swigCPtr, this, low, high, _softness, _biasFactor, _relaxationFactor);
70 public void set(float low, float high, float _softness, float _biasFactor) {
71 DynamicsJNI.btAngularLimit_set__SWIG_1(swigCPtr, this, low, high, _softness, _biasFactor);
74 public void set(float low, float high, float _softness) {
75 DynamicsJNI.btAngularLimit_set__SWIG_2(swigCPtr, this, low, high, _softness);
78 public void set(float low, float high) {
79 DynamicsJNI.btAngularLimit_set__SWIG_3(swigCPtr, this, low, high);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
emit-relocs-309-low-bad.d 1 #name: aarch64-emit-relocs-309-low-bad
emit-relocs-309-low.d 1 #name: aarch64-emit-relocs-309-low
  /art/compiler/utils/arm64/
managed_register_arm64.cc 67 int low = RegNo(); local
69 low += kNumberOfXRegIds;
71 low += kNumberOfXRegIds + kNumberOfWRegIds + kNumberOfDRegIds;
73 return low;
  /development/ndk/platforms/android-3/arch-arm/include/asm/
hardirq.h 33 #error HARDIRQ_BITS is too low!
  /external/clang/test/CodeGen/
2002-09-18-UnionProblem.c 5 char high, low; member in struct:DWstruct
2005-09-24-BitFieldCrash.c 8 unsigned long long low; 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);
subvti3_test.c 42 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
43 expectedt.s.high, expectedt.s.low);
udivti3_test.c 38 at.s.high, at.s.low, bt.s.high, bt.s.low, qt.s.high, qt.s.low,
39 expected_qt.s.high, expected_qt.s.low);
umodti3_test.c 38 at.s.high, at.s.low, bt.s.high, bt.s.low, rt.s.high, rt.s.low,
39 expected_rt.s.high, expected_rt.s.low);
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/asm/
hardirq.h 33 #error HARDIRQ_BITS is too low!
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/asm/
hardirq.h 33 #error HARDIRQ_BITS is too low!
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/asm/
hardirq.h 33 #error HARDIRQ_BITS is too low!
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/asm/
hardirq.h 33 #error HARDIRQ_BITS is too low!

Completed in 1554 milliseconds

1 2 34 5 6 7 8 91011>>