HomeSort by relevance Sort by last modified time
    Searched full:log10 (Results 226 - 250 of 568) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
FlyweightMapStorage.java 82 possibleLengths.add((int) Math.log10(prefix) + 1);
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
cfm.php 169 'Fix','Log10','XmlChildPos','FormatBaseN','LSCurrencyFormat','XmlElemNew','GetAuthUser','LSDateFormat','XmlFormat',
cpp-qt.php 97 'exp', 'log', 'log10', 'pow', 'sqrt', 'ceil', 'floor', 'fabs', 'ldexp',
klonecpp.php 76 'exp', 'log', 'log10', 'pow', 'sqrt', 'ceil', 'floor', 'fabs', 'ldexp',
lscript.php 153 'library', 'licenseId', 'lscriptVersion', 'load', 'loadimage', 'log', 'log10',
objc.php 110 'log10', 'log', 'localtime', 'ldiv', 'ldexp', 'labs', 'isxdigit',
sas.php 84 'LAG','LBOUND','LEFT','LENGTH','LGAMMA','LIBNAME','LIBREF','LOG10',
tsql.php 106 'ATAN','LOG','SIN','ATN2','LOG10','SQUARE','CEILING','PI','SQRT','COS',
  /external/llvm/cmake/
config-ix.cmake 124 check_symbol_exists(log10 math.h HAVE_LOG10)
  /external/sonivox/arm-fm-22k/lib_src/
eas_wavefile.c 38 /* lint is choking on the ARM math.h file, so we declare the log10 function here */
39 extern double log10(double x);
44 /* constant for 1200 / log10(2.0) */
438 value = (EAS_I32) (PITCH_CENTS_CONVERSION * log10((double) value / (double) (1 << 28)));
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_wavefile.c 38 /* lint is choking on the ARM math.h file, so we declare the log10 function here */
39 extern double log10(double x);
44 /* constant for 1200 / log10(2.0) */
438 value = (EAS_I32) (PITCH_CENTS_CONVERSION * log10((double) value / (double) (1 << 28)));
  /external/sonivox/arm-wt-22k/lib_src/
eas_wavefile.c 38 /* lint is choking on the ARM math.h file, so we declare the log10 function here */
39 extern double log10(double x);
44 /* constant for 1200 / log10(2.0) */
438 value = (EAS_I32) (PITCH_CENTS_CONVERSION * log10((double) value / (double) (1 << 28)));
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
psy_configuration.c 223 pbMaskHiFactor[i] = round16(pow2_xy(L_negate(dbVal), (Word32)LOG2_1000)); /* 0.301 log10(2) */
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
math.rs 291 TEST_FN_FUNC_FN(log10);
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
math.rs 292 TEST_FN_FUNC_FN(log10);
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
math.rs 291 TEST_FN_FUNC_FN(log10);
math.rs.orig 291 TEST_FN_FUNC_FN(log10);
  /ndk/sources/host-tools/make-3.81/
filedef.h 144 302 / 1000 is log10 (2) rounded up;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 113 __MATHCALL (log10,, (_Mdouble_ __x));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 113 __MATHCALL (log10,, (_Mdouble_ __x));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 113 __MATHCALL (log10,, (_Mdouble_ __x));
  /bionic/tests/
math_test.cpp 412 TEST(math, log10) {
413 ASSERT_FLOAT_EQ(3.0, log10(1000.0));
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 323 /// double log10(double x);
324 log10, enumerator in enum:llvm::LibFunc::Func
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.c 26 /* sprintf('%4.1ff, ', logspace(log10(5000), log10(40000), 12)) */
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
wb_vad.c 37 * ilog2(Word32 in) = -1024*log10(in * 2^-31)/log10(2), where in = [1, 2^31-1]

Completed in 728 milliseconds

1 2 3 4 5 6 7 8 91011>>