HomeSort by relevance Sort by last modified time
    Searched full:exponent (Results 501 - 525 of 1644) sorted by null

<<21222324252627282930>>

  /external/openssl/crypto/pkcs7/t/
server.pem 23 Exponent: 65537 (0x10001)
  /external/oprofile/libutil++/
string_manip.cpp 126 // - 3 to count exponent part
  /external/v8/src/
diy-fp.h 35 // with a uint64 significand and an int exponent. Normalized DiyFp numbers will
  /external/v8/tools/
generate-ten-powers.scm 188 "// significand, a 16-bit signed binary exponent, and a 16-bit\n"
189 "// signed decimal exponent. Each entry will be constructed as follows:\n"
198 "// binary exponent distance between all elements of a given cache.\n"
200 "// exponent offset. It is equal to -cache[0].decimal_exponent.\n"
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
calc_en.h 125 Word16 exp_en[], /* o : energy coefficients (3), exponent part, Q0 */
162 Word16 exp_coeff[], /* o : energy coefficients (5), exponent part, Q0 */
164 Word16 *cod_gain_exp, /* o: optimum codebook gain (exponent part), Q0 */
178 Word16 *en_exp, /* o: optimum codebook gain (exponent part), Q0 */
  /frameworks/base/core/java/android/util/
FloatMath.java 87 * @param y the exponent of the operation.
  /frameworks/base/tools/layoutlib/bridge/src/android/util/
FloatMath_Delegate.java 112 * @param y the exponent of the operation.
  /frameworks/native/opengl/tools/glgen/specs/gles11/
checks.spec 80 glQueryMatrixxOES check mantissa 16 check exponent 16 return -1
  /hardware/ti/wlan/mac80211/ti-utils/
calibrator.h 122 void print_ampdu_length(__u8 exponent);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigDecimalConvertTest.java 368 * Convert a negative BigDecimal with a negative exponent to a plain string
379 * Convert a negative BigDecimal with a positive exponent
391 * Convert a positive BigDecimal with a negative exponent
403 * Convert a negative BigDecimal with a negative exponent
  /libcore/luni/src/test/java/tests/security/spec/
RSAMultiPrimePrivateCrtKeySpecTest.java 439 * Assertion: returns prime exponent P
458 * Assertion: returns prime exponent Q
515 * Assertion: returns public exponent
662 * Assertion: returns private exponent
RSAOtherPrimeInfoTest.java 131 * Assertion: returns prime exponent value
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
acct.h 35 exponent and a 13-bit fraction. See linux/kernel/acct.c for the
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
acct.h 35 exponent and a 13-bit fraction. See linux/kernel/acct.c for the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
acct.h 35 exponent and a 13-bit fraction. See linux/kernel/acct.c for the
  /external/chromium_org/third_party/icu/patches/
clang.patch 57 /* result setexp(approx, e div 2) % fix exponent */
89 /* decQuantizeOp -- force exponent to requested value */
  /external/chromium_org/third_party/tcmalloc/chromium/src/
sampler.h 173 const int32_t exponent = ((x_high >> 20) & 0x7FF) - 1023; local
174 return exponent + log_table_[y];
  /external/chromium_org/third_party/tcmalloc/vendor/src/
sampler.h 173 const int32_t exponent = ((x_high >> 20) & 0x7FF) - 1023; local
174 return exponent + log_table_[y];
  /external/compiler-rt/lib/ubsan/
ubsan_handlers.cc 166 Diag(Loc, DL_Error, "shift exponent %0 is negative") << RHSVal;
169 "shift exponent %0 is too large for %1-bit type %2")
  /external/dropbear/libtommath/
bn_s_mp_exptmod.c 158 /* grab the next msb from the exponent */
164 * in the exponent. Technically this opt is not required but it
  /external/eigen/Eigen/src/Core/
Assign_MKL.h 167 EIGENTYPE exponent = func.m_exponent; \
169 VMLOP(&size, (const VMLTYPE*)src, (const VMLTYPE*)&exponent, \
  /external/eigen/Eigen/src/Eigen2Support/
CwiseOperators.h 121 Cwise<ExpressionType>::pow(const Scalar& exponent) const
123 return EIGEN_CWISE_UNOP_RETURN_TYPE(internal::scalar_pow_op)(_expression(), internal::scalar_pow_op<Scalar>(exponent));
  /external/fdlibm/
e_exp.c 150 __HI(y) += (k<<20); /* add k to y's exponent */
153 __HI(y) += ((k+1000)<<20);/* add k to y's exponent */
  /external/libvorbis/doc/
helper.html 124 3) [exponent] = ( [x] bitwise AND 0x7fe00000) shifted right 21 bits (unsigned result)
126 5) return [mantissa] * ( 2 ^ ( [exponent] - 788 ) )
  /external/neven/Embedded/common/src/b_TensorEm/
CompactMat.h 70 * (int16) 'factorExp' exponent of factor
139 * outExpPtrA - exponent to output vector values

Completed in 2096 milliseconds

<<21222324252627282930>>