HomeSort by relevance Sort by last modified time
    Searched refs:exp (Results 601 - 625 of 1085) sorted by null

<<21222324252627282930>>

  /external/openfst/src/include/fst/
accumulator.h 112 double LogPosExp(double x) { return log(1.0F + exp(-x)); }
286 0.0 : log(1.0F + exp(-x));
291 0.0 : log(1.0F - exp(-x));
541 0.0 : log(1.0F + exp(-x));
546 0.0 : log(1.0F - exp(-x));
  /external/chromium_org/chrome/browser/history/
visit_filter_unittest.cc 300 EXPECT_DOUBLE_EQ(exp(-0.5), filter.GetVisitScore(visit));
302 EXPECT_DOUBLE_EQ(exp(-0.125), filter.GetVisitScore(visit));
310 EXPECT_DOUBLE_EQ(exp(-0.5) * one_week_one_hour_staleness,
  /external/chromium_org/third_party/icu/source/test/cintltst/
utransts.c 490 UChar exp[128]; local
536 u_charsToUChars(DATA[i+2], exp, (int32_t)strlen(DATA[i+2])+1);
537 if (0 == u_strcmp(buf, exp)) {
  /external/chromium_org/third_party/icu/source/test/intltest/
astrotst.cpp 407 double exp = -3444.; local
408 if (jd == exp) {
414 ", expected " + exp);
normconf.cpp 481 * @param exp expected value
483 * @param return true if got == exp
488 const UnicodeString& exp,
492 if (exp == got)
498 UnicodeString expPretty(prettify(exp));
511 errln(" %s%d)%s(%s)=%s, exp. %s", msg, field, op, sChars, gotChars, expChars);
svccoll.cpp 498 UnicodeString exp(expected[j], (char*)NULL);
499 if (*s == exp) {
501 logln((UnicodeString)"Ok: \"" + exp + "\" seen");
  /external/icu4c/test/cintltst/
utransts.c 490 UChar exp[128]; local
536 u_charsToUChars(DATA[i+2], exp, (int32_t)strlen(DATA[i+2])+1);
537 if (0 == u_strcmp(buf, exp)) {
  /external/icu4c/test/intltest/
astrotst.cpp 407 double exp = -3444.; local
408 if (jd == exp) {
414 ", expected " + exp);
normconf.cpp 481 * @param exp expected value
483 * @param return true if got == exp
488 const UnicodeString& exp,
492 if (exp == got)
498 UnicodeString expPretty(prettify(exp));
511 errln(" %s%d)%s(%s)=%s, exp. %s", msg, field, op, sChars, gotChars, expChars);
svccoll.cpp 498 UnicodeString exp(expected[j], (char*)NULL);
499 if (*s == exp) {
501 logln((UnicodeString)"Ok: \"" + exp + "\" seen");
locnmtst.cpp 331 UnicodeString exp(ctxtItemPtr->result, u_strlen(ctxtItemPtr->result));
334 ", expected " + exp + ", got " + got );
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
EnvReverbTest.java 260 static int expToLin(float exp, int range) {
261 if (exp == 0) return 0;
262 return (int)(20*range*Math.log10((double)exp)/72 + range);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
target.def 318 /* Return a section for EXP. It may be a DECL or a constant. RELOC
325 section *, (tree exp, int reloc, unsigned HOST_WIDE_INT align),
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
target.def 318 /* Return a section for EXP. It may be a DECL or a constant. RELOC
325 section *, (tree exp, int reloc, unsigned HOST_WIDE_INT align),
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
target.def 318 /* Return a section for EXP. It may be a DECL or a constant. RELOC
325 section *, (tree exp, int reloc, unsigned HOST_WIDE_INT align),
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
target.def 318 /* Return a section for EXP. It may be a DECL or a constant. RELOC
325 section *, (tree exp, int reloc, unsigned HOST_WIDE_INT align),
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
compute.c 260 uint32_t exp[4]; local
263 expect(exp, slot, x, y);
264 if (check(res, exp, dx) || (++err) > 20)
271 u |= ((uint8_t *)exp)[i] << (8 * i);
281 exp[i], ((float *)exp)[i]);
    [all...]
  /external/mesa3d/src/gallium/tests/trivial/
compute.c 260 uint32_t exp[4]; local
263 expect(exp, slot, x, y);
264 if (check(res, exp, dx) || (++err) > 20)
271 u |= ((uint8_t *)exp)[i] << (8 * i);
281 exp[i], ((float *)exp)[i]);
    [all...]
  /external/chromium/testing/gmock/src/
gmock-spec-builders.cc 436 // Returns an Expectation object that references and co-owns exp,
438 Expectation UntypedFunctionMockerBase::GetHandleOf(ExpectationBase* exp) {
442 if (it->get() == exp) {
  /external/chromium/third_party/libjingle/source/talk/base/
network.cc 399 double exp_shift = exp(-kLambda * (now - last_data_time_));
423 double exp_shift = exp(-kLambda * (time - last_data_time_));
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixExponential.h 58 * approximant of \f$ \exp(A) \f$ around \f$ A = 0 \f$.
67 * approximant of \f$ \exp(A) \f$ around \f$ A = 0 \f$.
76 * approximant of \f$ \exp(A) \f$ around \f$ A = 0 \f$.
85 * approximant of \f$ \exp(A) \f$ around \f$ A = 0 \f$.
94 * approximant of \f$ \exp(A) \f$ around \f$ A = 0 \f$.
103 * approximant of \f$ \exp(A) \f$ around \f$ A = 0 \f$.
115 * \f$ \exp(2^{-\mbox{squarings}}M) \f$ around \f$ M = 0 \f$. The
187 result = m_M.matrixFunction(StdStemFunctions<ComplexScalar>::exp);
400 * MatrixBase::exp() and most of the time this is the only way it is
446 const MatrixExponentialReturnValue<Derived> MatrixBase<Derived>::exp() cons function in class:Eigen::MatrixBase
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/post/
HDRRenderer.java 122 public void setExposure(float exp){
123 this.exposure = exp;
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
entropy_coding.c 98 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;
    [all...]
  /hardware/ti/omap4xxx/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 42 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false ))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 101 __MATHCALL (exp,, (_Mdouble_ __x));
106 /* X times (two to the EXP power). */
128 /* Return exp(X) - 1. */

Completed in 438 milliseconds

<<21222324252627282930>>