/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;
|
/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/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);
|
/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);
|
fixxfti_test.c | 40 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
|
/external/eigen/Eigen/src/Core/ |
CwiseNullaryOp.h | 226 * The function generates 'size' equally spaced values in the closed interval [low,high]. 242 DenseBase<Derived>::LinSpaced(Sequential_t, Index size, const Scalar& low, const Scalar& high) 245 return DenseBase<Derived>::NullaryExpr(size, internal::linspaced_op<Scalar,false>(low,high,size)); 254 DenseBase<Derived>::LinSpaced(Sequential_t, const Scalar& low, const Scalar& high) 258 return DenseBase<Derived>::NullaryExpr(Derived::SizeAtCompileTime, internal::linspaced_op<Scalar,false>(low,high,Derived::SizeAtCompileTime)); 264 * The function generates 'size' equally spaced values in the closed interval [low,high]. 276 DenseBase<Derived>::LinSpaced(Index size, const Scalar& low, const Scalar& high) 279 return DenseBase<Derived>::NullaryExpr(size, internal::linspaced_op<Scalar,true>(low,high,size)); 288 DenseBase<Derived>::LinSpaced(const Scalar& low, const Scalar& high) 292 return DenseBase<Derived>::NullaryExpr(Derived::SizeAtCompileTime, internal::linspaced_op<Scalar,true>(low,high,Derived::SizeAtCompileTime)) [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/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/ |
btTypedConstraint.cpp | 156 void btAngularLimit::set(btScalar low, btScalar high, btScalar _softness, btScalar _biasFactor, btScalar _relaxationFactor) 158 m_halfRange = (high - low) / 2.0f; 159 m_center = btNormalizeAngle(low + m_halfRange);
|
/external/ltrace/ |
lens_default.c | 661 out_bits(FILE *stream, size_t low, size_t high) 663 if (low == high) 664 return fprintf(stream, "%zd", low); 666 return fprintf(stream, "%zd-%zd", low, high); 729 ssize_t low = -1; local 735 if (low < 0) { 737 if (low == -2 740 low = bitno; 743 if (account_output(&o, out_bits(stream, low, 746 low = -2 [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
AssertHelpers.java | 116 * Assert that {@code low <= value <= high} 118 public static void assertInRange(float value, float low, float high) { 120 String.format("Value %s must be greater or equal to %s, but was lower", value, low), 121 value >= low);
|
/external/e2fsprogs/e2fsck/ |
ea_refcount.c | 157 int low, high, mid; local 162 low = 0; 182 while (low <= high) { 183 mid = (low+high)/2; 191 low = mid+1; 195 * low (where high will be left at low-1). 203 return insert_refcount_el(refcount, blk, low);
|
/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 235 low = start; 260 low = start;
|
/art/runtime/interpreter/mterp/arm/ |
op_mul_long.S | 11 * The low word of the result holds ZX, the high word holds 13 * it doesn't fit in the low 64 bits. 31 add r2, r2, lr @ r2<- lr + low(ZxW + (YxX))
|
op_mul_long_2addr.S | 21 add r2, r2, lr @ r2<- r2 + low(ZxW + (YxX))
|
/art/runtime/interpreter/mterp/mips64/ |
op_goto_32.S | 12 lh rINST, 2(rPC) # rINST <- aaaa (low)
|
/bionic/libc/kernel/uapi/linux/ |
ultrasound.h | 56 #define GUS_RAMPRANGE(chn,voice,low,high) _GUS_CMD(chn, voice, _GUS_RAMPRANGE, (low), (high))
|
/development/ndk/platforms/android-21/include/linux/ |
ultrasound.h | 56 #define GUS_RAMPRANGE(chn, voice, low, high) _GUS_CMD(chn, voice, _GUS_RAMPRANGE, (low), (high))
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
USerializedSet.java | 164 char high=(char)(c>>16), low=(char)c; local 166 i<length && (high>array[i] || (high==array[i] && low>=array[i+1]));
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
USerializedSet.java | 162 char high=(char)(c>>16), low=(char)c; local 164 i<length && (high>array[i] || (high==array[i] && low>=array[i+1]));
|
/external/kernel-headers/original/uapi/linux/ |
ultrasound.h | 44 * _GUS_RAMPRANGE - Sets limits for volume ramping (P1=low volume, P2=high volume) 94 #define GUS_RAMPRANGE(chn, voice, low, high) _GUS_CMD(chn, voice, _GUS_RAMPRANGE, (low), (high))
|
/external/libopus/celt/ |
modes.c | 92 int i, j, lin, low, high, nBark, offset=0; local 113 low = (bark_freq[lin]+res/2)/res; 115 *nbEBands = low+high; 122 for (i=0;i<low;i++) 124 if (low>0) 125 offset = eBands[low-1]*res - bark_freq[lin-1]; 131 eBands[i+low] = (target+offset/2+res)/(2*res)*2; 132 offset = eBands[i+low]*res - target;
|
/external/libxml2/include/libxml/ |
chvalid.h | 31 unsigned short low; member in struct:_xmlChSRange 38 unsigned int low; member in struct:_xmlChLRange
|