Searched refs:exp (Results 1 - 25 of 596) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dentropy_coding.c98 a = log2(e) = log2(exp(1)) ~= 1.442695 ==> a = 23637 in Q14 (1.442688)
106 WebRtc_Word32 exp; local
115 exp = WEBRTC_SPL_MUL_16_16(exp16, axFRAC); // Q0*Q8 = Q8
116 exp = WEBRTC_SPL_LSHIFT_W32(exp, 9); //Q17
125 exp = WEBRTC_SPL_MUL_16_16(exp16, axFRAC); // Q15*Q8 = Q23
126 exp = WEBRTC_SPL_RSHIFT_W32(exp, 6); //Q17
129 return exp;
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dencode_lpc_swb.c705 lpcGains[coeffCntr] = exp(lpcGains[coeffCntr] + WebRtcIsac_kMeanLpcGain);
H A Dentropy_coding.c648 tmp = exp(lar[k]);
977 LPCCoef[pos] = exp(LPCCoef[pos]);
982 LPCCoef[pos] = exp(LPCCoef[pos]);
1365 LPCCoef_lo[k * (LPC_LOBAND_ORDER + 1)] = exp(sum);
1370 LPCCoef_hi[k * (LPC_HIBAND_ORDER + 1)] = exp(sum);
H A Dlpc_analysis.c158 pg = 0:.01:.45; plot(pg, 0.0 + 1.0 * exp( -1.0 * exp(-200.0 * pg.*pg.*pg) / (1.0 + 0.4 * 0) ))
160 *varscale = 0.0 + 1.0 * exp( -1.4 * exp(-200.0 * pg*pg*pg) / (1.0 + 0.4 * chng) );
201 pg = 0:.01:.45; plot(pg, 0.0 + 1.0 * exp( -1.0 * exp(-200.0 * pg.*pg.*pg) / (1.0 + 0.4 * 0) ))
203 *varscale = exp( -1.4 / (1.0 + 0.4 * chng) );
H A Dpitch_estimator.c189 bias = 1.0 + gain_bias * exp(-5.0 * ratio * ratio);
/external/webrtc/src/modules/audio_processing/ns/
H A Dns_core.c285 inst->quantile[i] = (float)exp(inst->lquantile[offset + i]);
297 inst->quantile[i] = (float)exp(inst->lquantile[offset + i]);
557 spectralTmp = (float)exp(avgSpectralFlatnessNum) / avgSpectralFlatnessDen;
711 invLrt = (float)exp(-inst->logLrtTimeAvg[i]);
947 parametric_num = exp(inst->pinkNoiseNumerator / (float)(inst->blockInd + 1));
/external/wpa_supplicant_8/hostapd/src/common/
H A Dsae.c222 u8 exp[1]; local
252 exp[0] = 2;
253 b = crypto_bignum_init_set(exp, sizeof(exp));
256 exp[0] = 1;
257 b = crypto_bignum_init_set(exp, sizeof(exp));
/external/wpa_supplicant_8/src/common/
H A Dsae.c222 u8 exp[1]; local
252 exp[0] = 2;
253 b = crypto_bignum_init_set(exp, sizeof(exp));
256 exp[0] = 1;
257 b = crypto_bignum_init_set(exp, sizeof(exp));
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dsae.c222 u8 exp[1]; local
252 exp[0] = 2;
253 b = crypto_bignum_init_set(exp, sizeof(exp));
256 exp[0] = 1;
257 b = crypto_bignum_init_set(exp, sizeof(exp));
/external/valgrind/main/none/tests/ppc32/
H A Dround.c53 unsigned int exp:8; member in struct:__anon33144::__anon33145
62 unsigned int exp:11; member in struct:__anon33146::__anon33147
123 D.layout.exp, D.layout.frac_hi, D.layout.frac_lo);
137 msg, F.flt, (F.layout.sign == 0 ? '+' : '-'), F.layout.exp, F.layout.frac << 1);
152 (R.layout.exp != E.layout.exp) ||
226 F.layout.exp = 0;
234 D.layout.exp = 0;
243 F.layout.exp = 1;
264 (R.layout.exp !
823 int exp, hi, lo; member in struct:__anon33151
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Dround.c53 unsigned int exp:8; member in struct:__anon33192::__anon33193
62 unsigned int exp:11; member in struct:__anon33194::__anon33195
123 D.layout.exp, D.layout.frac_hi, D.layout.frac_lo);
137 msg, F.flt, (F.layout.sign == 0 ? '+' : '-'), F.layout.exp, F.layout.frac << 1);
152 (R.layout.exp != E.layout.exp) ||
226 F.layout.exp = 0;
234 D.layout.exp = 0;
243 F.layout.exp = 1;
264 (R.layout.exp !
823 int exp, hi, lo; member in struct:__anon33199
[all...]
/external/valgrind/main/tests/
H A Dcheck_makefile_consistency63 # beneath and check the consistency of the files *.vgtest and *.exp* files
74 for f in $(ls -d *.exp* *.gdb *.vgtest 2>/dev/null)
76 if [ "$f" = "*.exp*" -o "$f" = "*.gdb" -o "$f" = "*.vgtest" ]; then
H A Dvg_regtest85 # Expected stdout (filtered) is kept in <test>.stdout.exp* (can be more
87 # stderr (filtered) is kept in <test>.stderr.exp*. There must be at least
88 # one stderr.exp* file. Any .exp* file that ends in '~' or '#' is ignored;
92 # expected stdout and stderr for progB are in <test>.stdoutB.exp*
93 # and <test>.stderrB.exp*.
108 # the expected stdout which is kept in <test>.post.exp*.
381 # $n is the (optional) suffix after the ".exp"; we tack it onto
384 if ($f_exp =~ /.*\.exp(.*)$/) {
388 ($f_exp eq "/dev/null") or die "Unexpected .exp fil
[all...]
H A Dvg_regtest.in85 # Expected stdout (filtered) is kept in <test>.stdout.exp* (can be more
87 # stderr (filtered) is kept in <test>.stderr.exp*. There must be at least
88 # one stderr.exp* file. Any .exp* file that ends in '~' or '#' is ignored;
92 # expected stdout and stderr for progB are in <test>.stdoutB.exp*
93 # and <test>.stderrB.exp*.
108 # the expected stdout which is kept in <test>.post.exp*.
381 # $n is the (optional) suffix after the ".exp"; we tack it onto
384 if ($f_exp =~ /.*\.exp(.*)$/) {
388 ($f_exp eq "/dev/null") or die "Unexpected .exp fil
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_toIR.c5868 mkIRExpr_HWord(1)/*exp*/ ))
18011 static IRExpr* math_CTZ32(IRExpr *exp) argument
18014 return unop(Iop_64to32, unop(Iop_Ctz64, unop(Iop_32Uto64, exp)));
[all...]
H A Dguest_arm64_toIR.c5000 /* exp: E bits */
5003 ULong exp = ((imm8_6 ^ 1) << (E-1)) | Replicate(imm8_6, E-1); local
5006 vassert(exp < (1ULL << E));
5009 ULong res = (sign << (E+F)) | (exp << F) | frac;
H A Dguest_ppc_toIR.c2935 IRExpr * exp; local
2940 exp = binop( Iop_And32, binop( Iop_Shr32, unop( Iop_64HIto32,
2944 exp = unop( Iop_64to32,
2948 return exp;
2962 // Infinity: exp = 7ff and fraction is zero; s = 0/1
2987 // Zero: exp is zero and fraction is zero; s = 0/1
3004 /* SNAN: s = 1/0; exp = 0x7ff; fraction is nonzero, with highest bit '1'
3005 * QNAN: s = 1/0; exp = 0x7ff; fraction is nonzero, with highest bit '0'
8162 * the exp is 0 and the fraction is non-zero.
8254 /* Let e_[a|b] be the unbiased exponent: i.e. exp
15073 IRExpr * exp; local
15083 IRExpr * exp; local
15093 IRExpr * exp; local
15110 IRExpr * exp; local
[all...]
/external/valgrind/main/VEX/switchback/
H A Dtest_emfloat.c513 short exp; /* Signed exponent...no bias */ member in struct:__anon32331
699 dest->exp=MIN_EXP;
719 dest->exp=MIN_EXP;
737 dest->exp=MAX_EXP;
927 ptr->exp--;
950 exponent_difference = ptr->exp-minimum_exponent;
964 ptr->exp+=exponent_difference;
1000 /* Does not do anything as ptr->exp is a short and MAX_EXP=37268
1001 if (ptr->exp > MAX_EXP)
1134 exponent_difference = locx.exp
[all...]
/external/valgrind/main/VEX/test/
H A Dtest-amd64.c582 printf("a=%f exp(a)=%f\n", a, exp(a));
H A Dtest-i386.c544 printf("a=%f exp(a)=%f\n", a, exp(a));
/external/valgrind/main/VEX/useful/
H A Dhd_fpu.c468 st_0 = exp(st_0);
/external/valgrind/main/exp-sgcheck/tests/
H A Dhsg.stderr.exp6 <protocoltool>exp-sgcheck</protocoltool>
18 <tool>exp-sgcheck</tool>
/external/valgrind/main/memcheck/tests/amd64/
H A Dmore_x87_fp.c55 printf("a=%f exp(a)=%f\n", a, exp(a));
H A Dmore_x87_fp.stdout.exp10 a=2.000000 exp(a)=7.389056
24 a=1.400000 exp(a)=4.055200

Completed in 361 milliseconds

1234567891011>>