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

<<31323334353637383940>>

  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidMathTest.java 186 // Test for method double java.lang.Math.exp(double)
188 .exp(4D)
191 .abs(Math.exp(5.5D)) - 5.5D) < 10.0D);
276 double answer = Math.log(Math.exp(d));
OldAndroidStrictMathTest.java 179 // Test for method double java.lang.StrictMath.exp(double)
181 .abs(StrictMath.exp(4D) - StrictMath.E * StrictMath.E
184 .log(StrictMath.abs(StrictMath.exp(5.5D)) - 5.5D) < 10.0D);
275 double answer = StrictMath.log(StrictMath.exp(d));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp 158 static_assert((std::is_same<decltype(std::exp((float)0)), float>::value), "");
159 static_assert((std::is_same<decltype(std::exp((bool)0)), double>::value), "");
160 static_assert((std::is_same<decltype(std::exp((unsigned short)0)), double>::value), "");
161 static_assert((std::is_same<decltype(std::exp((int)0)), double>::value), "");
162 static_assert((std::is_same<decltype(std::exp((unsigned int)0)), double>::value), "");
163 static_assert((std::is_same<decltype(std::exp((long)0)), double>::value), "");
164 static_assert((std::is_same<decltype(std::exp((unsigned long)0)), double>::value), "");
165 static_assert((std::is_same<decltype(std::exp((long long)0)), double>::value), "");
166 static_assert((std::is_same<decltype(std::exp((unsigned long long)0)), double>::value), "");
167 static_assert((std::is_same<decltype(std::exp((double)0)), double>::value), "")
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_complex.h 868 _STLP_DECLSPEC complex<float> _STLP_CALL exp(const complex<float>&);
887 _STLP_DECLSPEC complex<double> _STLP_CALL exp(const complex<double>&);
906 _STLP_DECLSPEC complex<long double> _STLP_CALL exp(const complex<long double>&);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_complex.h 868 _STLP_DECLSPEC complex<float> _STLP_CALL exp(const complex<float>&);
887 _STLP_DECLSPEC complex<double> _STLP_CALL exp(const complex<double>&);
906 _STLP_DECLSPEC complex<long double> _STLP_CALL exp(const complex<long double>&);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_complex.h 868 _STLP_DECLSPEC complex<float> _STLP_CALL exp(const complex<float>&);
887 _STLP_DECLSPEC complex<double> _STLP_CALL exp(const complex<double>&);
906 _STLP_DECLSPEC complex<long double> _STLP_CALL exp(const complex<long double>&);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_complex.h 868 _STLP_DECLSPEC complex<float> _STLP_CALL exp(const complex<float>&);
887 _STLP_DECLSPEC complex<double> _STLP_CALL exp(const complex<double>&);
906 _STLP_DECLSPEC complex<long double> _STLP_CALL exp(const complex<long double>&);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_complex.h 868 _STLP_DECLSPEC complex<float> _STLP_CALL exp(const complex<float>&);
887 _STLP_DECLSPEC complex<double> _STLP_CALL exp(const complex<double>&);
906 _STLP_DECLSPEC complex<long double> _STLP_CALL exp(const complex<long double>&);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_complex.h 868 _STLP_DECLSPEC complex<float> _STLP_CALL exp(const complex<float>&);
887 _STLP_DECLSPEC complex<double> _STLP_CALL exp(const complex<double>&);
906 _STLP_DECLSPEC complex<long double> _STLP_CALL exp(const complex<long double>&);
  /external/chromium_org/third_party/icu/source/i18n/
ucol_bld.cpp 858 //uint32_t exp = currentSequenceLen | expOffset;
859 UColToken exp; local
860 exp.source = currentSequenceLen | expOffset;
861 exp.rulesToParseHdl = &(src->source);
866 exp.source = (currentSequenceLen << 24) | expOffset;
867 if((expt = (UColToken *)uhash_get(src->tailored, &exp)) != NULL && expt->strength != UCOL_TOK_RESET) { /* expansion is tailored */
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
testidna.cpp 1369 UChar exp[MAX_DEST_SIZE]={0}; local
    [all...]
tztest.cpp     [all...]
  /external/icu4c/i18n/
ucol_bld.cpp 865 //uint32_t exp = currentSequenceLen | expOffset;
866 UColToken exp; local
867 exp.source = currentSequenceLen | expOffset;
868 exp.rulesToParseHdl = &(src->source);
873 exp.source = (currentSequenceLen << 24) | expOffset;
874 if((expt = (UColToken *)uhash_get(src->tailored, &exp)) != NULL && expt->strength != UCOL_TOK_RESET) { /* expansion is tailored */
    [all...]
  /external/icu4c/test/intltest/
testidna.cpp 1369 UChar exp[MAX_DEST_SIZE]={0}; local
    [all...]
tztest.cpp 1165 int32_t exp = kData[i].expectedOffset; local
    [all...]
calregts.cpp 471 GregorianCalendar *exp = new GregorianCalendar(1997, 3, 1, 0, 0, 0, status); local
472 if (cd != exp->getTime(status))
473 errln(UnicodeString("Fail: Calendar::set broken. Got ") + cd + " Want " + exp->getTime(status));
476 delete exp;
1116 UDate exp = DISAM_date[i\/4]; local
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
entropy_coding.c 648 tmp = exp(lar[k]);
977 LPCCoef[pos] = exp(LPCCoef[pos]);
982 LPCCoef[pos] = exp(LPCCoef[pos]);
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp 32 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false ))
636 OMX_CONFIG_EXPOSUREVALUETYPE exp; local
694 OMX_INIT_STRUCT_PTR (&exp, OMX_CONFIG_EXPOSUREVALUETYPE);
695 exp.nPortIndex = OMX_ALL;
699 &exp);
702 params.set(TICameraParameters::KEY_CURRENT_ISO, exp.nSensitivity);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py 85 # For some operations (currently exp, ln, log10, power), the decNumber
403 def change_min_exponent(self, exp):
404 self.context.Emin = exp
405 def change_max_exponent(self, exp):
406 self.context.Emax = exp
494 #bad exp
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py 85 # For some operations (currently exp, ln, log10, power), the decNumber
403 def change_min_exponent(self, exp):
404 self.context.Emin = exp
405 def change_max_exponent(self, exp):
406 self.context.Emax = exp
494 #bad exp
    [all...]
  /device/lge/mako/camera/
QCameraHWI.cpp 1637 int exp[MAX_HDR_EXP_FRAME_NUM]; local
    [all...]
QCameraHWI_Still.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
capitst.c 2113 USet *exp = uset_open(0, 0); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 2798 LLVMValueRef exp = NULL; local
    [all...]

Completed in 1290 milliseconds

<<31323334353637383940>>