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

<<21222324252627282930>>

  /external/flac/libFLAC/
window.c 126 window[n] = (FLAC__real)exp(-0.5f * k * k);
  /external/grub/netboot/
etherboot.h 503 extern long rfc2131_sleep_interval (int base, int exp);
main.c 1136 rfc2131_sleep_interval (int base, int exp)
1143 if (exp > BACKOFF_LIMIT)
1144 exp = BACKOFF_LIMIT;
1155 tmo = (base << exp) + (TICKS_PER_SEC - (seed / TWO_SECOND_DIVISOR));
  /external/kernel-headers/original/linux/
compat.h 190 compat_ulong_t __user *outp, compat_ulong_t __user *exp,
  /external/mesa3d/src/mesa/tnl/
t_vb_fog.c 67 result = exp(-narg); \
73 * Initialize the exp_table[] lookup table for approximating exp().
  /external/pixman/pixman/
pixman-filter.c 67 return exp (- x * x / (2 * SIGMA * SIGMA)) / (SIGMA * sqrt (2.0 * M_PI));
  /external/speex/libspeex/
math_approx.h 44 #define spx_exp exp
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
float-weight.h 217 inline double LogExp(double x) { return log(1.0F + exp(-x)); }
  /external/valgrind/main/memcheck/tests/amd64/
more_x87_fp.c 55 printf("a=%f exp(a)=%f\n", a, exp(a));
more_x87_fp.stdout.exp 10 a=2.000000 exp(a)=7.389056
24 a=1.400000 exp(a)=4.055200
  /external/valgrind/main/memcheck/tests/x86/
more_x86_fp.c 45 printf("a=%f exp(a)=%f\n", a, exp(a));
more_x86_fp.stdout.exp 11 a=2.000000 exp(a)=7.389056
26 a=1.400000 exp(a)=4.055200
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/
config.hpp 229 using std::exp;\
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
math.h 50 using std::tr1::exp;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
math.h 50 using std::tr1::exp;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
math.h 50 using std::tr1::exp;
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 14 * $FreeBSD: src/lib/msun/src/math.h,v 1.61 2005/04/16 21:12:47 das Exp $
215 double exp(double);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 14 * $FreeBSD: src/lib/msun/src/math.h,v 1.61 2005/04/16 21:12:47 das Exp $
215 double exp(double);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 14 * $FreeBSD: src/lib/msun/src/math.h,v 1.61 2005/04/16 21:12:47 das Exp $
215 double exp(double);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 14 * $FreeBSD: src/lib/msun/src/math.h,v 1.61 2005/04/16 21:12:47 das Exp $
215 double exp(double);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 14 * $FreeBSD: src/lib/msun/src/math.h,v 1.61 2005/04/16 21:12:47 das Exp $
215 double exp(double);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 14 * $FreeBSD: src/lib/msun/src/math.h,v 1.61 2005/04/16 21:12:47 das Exp $
215 double exp(double);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h 14 * $FreeBSD: src/lib/msun/src/math.h,v 1.61 2005/04/16 21:12:47 das Exp $
215 double exp(double);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
math.h 14 * $FreeBSD: src/lib/msun/src/math.h,v 1.61 2005/04/16 21:12:47 das Exp $
215 double exp(double);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
math.h 50 using std::tr1::exp;

Completed in 478 milliseconds

<<21222324252627282930>>