/external/dropbear/libtommath/ |
bn_mp_exptmod.c | 33 /* if exponent X is negative we have to recurse */
|
/external/dropbear/libtommath/etc/ |
mersenne.c | 131 /* goto next odd exponent */
|
/external/fdlibm/ |
s_modf.c | 43 j0 = ((i0>>20)&0x7ff)-0x3ff; /* exponent of x */
|
/external/llvm/test/CodeGen/AArch64/ |
illegal-float-ops.ll | 187 define void @test_powi(float %float, double %double, i32 %exponent, fp128 %fp128) { 190 %powifloat = call float @llvm.powi.f32(float %float, i32 %exponent) 194 %powidouble = call double @llvm.powi.f64(double %double, i32 %exponent) 198 %powifp128 = call fp128 @llvm.powi.f128(fp128 %fp128, i32 %exponent)
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
fft.h | 21 * isign: exponent: +1 = forward -1 = reverse
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
fft.h | 21 * isign: exponent: +1 = forward -1 = reverse
|
/external/wpa_supplicant_8/src/tls/ |
rsa.c | 20 struct bignum *e; /* public exponent */ 22 struct bignum *d; /* private exponent */ 25 struct bignum *dmp1; /* d mod (p - 1); CRT exponent */ 26 struct bignum *dmq1; /* d mod (q - 1); CRT exponent */
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
calc_en.cpp | 99 exp_en = energy coefficients (4), exponent part, buffer type Word16 153 Word16 exp_en[], // o : energy coefficients (4), exponent part, Q0 272 Word16 exp_en[], /* o : energy coefficients (4), exponent part, Q0 */ 289 Word16 ltpg_exp; /* LTP gain (exponent) */ 412 exp_coeff = energy coefficients (5), exponent part, buffer type Word16 414 cod_gain_exp = optimum codebook gain (exponent part), pointer type Word16 419 exp_coeff contains new exponent part energy coefficients 421 cod_gain_exp points to the new optimum codebook gain (exponent part) 477 Word16 exp_coeff[], // o : energy coefficients (5), exponent part, Q0 479 Word16 *cod_gain_exp // o: optimum codebook gain (exponent part), Q [all...] |
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/ |
Dot_p_opt.s | 21 @ Word16 * exp /* (o) : exponent of result (0..+30) */
|
scale_sig_opt.s | 20 @ Word16 exp /* (i) : exponent: x = round(x << exp) */
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
glspec-checks | 27 glQueryMatrixxOES check mantissa 16 check exponent 16 return -1
|
/libcore/luni/src/test/java/tests/security/spec/ |
RSAPublicKeySpecTest.java | 75 * Assertion: returns public exponent
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_fpformat.py | 16 # for all reasonable numeric n and d, except that sci gives 3 exponent
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_fpformat.py | 16 # for all reasonable numeric n and d, except that sci gives 3 exponent
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
decimal.py | 145 DecimalTuple = _namedtuple('DecimalTuple', 'sign digits exponent') 185 """Exponent of a 0 changed to fit bounds. 187 This occurs and signals clamped if the exponent of a result has been 189 representation. This may occur when the exponent of a zero result would 191 number would have an encoded exponent that cannot be represented. In 192 this latter case, the exponent is reduced to fit and the corresponding 312 """Exponent < Emin before rounding. 315 operation is subnormal (that is, its adjusted exponent is less than 325 This occurs and signals overflow if the adjusted exponent of a result 364 adjusted exponent of the result would be smaller (more negative) tha [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
decimal.py | 145 DecimalTuple = _namedtuple('DecimalTuple', 'sign digits exponent') 185 """Exponent of a 0 changed to fit bounds. 187 This occurs and signals clamped if the exponent of a result has been 189 representation. This may occur when the exponent of a zero result would 191 number would have an encoded exponent that cannot be represented. In 192 this latter case, the exponent is reduced to fit and the corresponding 312 """Exponent < Emin before rounding. 315 operation is subnormal (that is, its adjusted exponent is less than 325 This occurs and signals overflow if the adjusted exponent of a result 364 adjusted exponent of the result would be smaller (more negative) tha [all...] |
/external/libpng/contrib/gregbook/ |
wpng.c | 189 /* First get the default value for our display-system exponent, i.e., 190 * the product of the CRT exponent and the exponent corresponding to 199 /* third-party utilities can modify the default LUT exponent */ 239 double exponent = atof(p); local 241 if (exponent > 0.0) 242 default_gamma = 1.0 / exponent; 407 " exp \ttransfer-function exponent (``gamma'') of the image in\n" 410 "\t\t inverse of display-system exponent, i.e., 1 / (LUT * CRT)\n" 411 "\t\t (where LUT = lookup-table exponent and CRT = CRT exponent;\n [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/gmail/ |
background.html | 108 var exponent = Math.pow(2, requestFailureCount); 109 var delay = Math.min(randomness * pollIntervalMin * exponent,
|
/external/chromium_org/net/quic/ |
quic_data_writer_test.cc | 73 // Transition into the largest exponent. 115 // Transition into the largest exponent.
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/ |
message_test.py | 219 # Most positive exponent, no significand bits set. 225 # Most positive exponent, one significand bit set. 240 # Most negative exponent, no significand bits set. 246 # Most negative exponent, one significand bit set. 264 # Most positive exponent, no significand bits set. 270 # Most positive exponent, one significand bit set. 285 # Most negative exponent, no significand bits set. 291 # Most negative exponent, one significand bit set.
|
/external/chromium_org/v8/src/ |
dtoa.h | 43 // Return a fixed number of digits, no matter what the exponent is. 58 // (together with the correct exponent) then reading this number will give
|
/external/clang/test/CodeGen/ |
builtins.c | 143 // that aren't numerically similar to the original exponent and 145 // the exponent was expanded from 8 bits to 11).
|
/external/compiler-rt/lib/ |
floatdidf.c | 61 int e = sd - 1; /* exponent */ 102 ((e + 1023) << 20) | /* exponent */
|
floatundidf.c | 62 int e = sd - 1; /* exponent */ 102 fb.u.high = ((e + 1023) << 20) | /* exponent */
|
/external/eigen/Eigen/src/Core/ |
StableNorm.h | 96 iemin = std::numeric_limits<RealScalar>::min_exponent; // minimum exponent 97 iemax = std::numeric_limits<RealScalar>::max_exponent; // maximum exponent
|