HomeSort by relevance Sort by last modified time
    Searched refs:exp (Results 376 - 400 of 1081) sorted by null

<<11121314151617181920>>

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_modfl.c 64 e = ux.bits.exp - LDBL_MAX_EXP + 1;
s_nexttoward.c 45 (uy.bits.exp == 0x7fff &&
s_nexttowardf.c 35 (uy.bits.exp == LDBL_INFNAN_EXP &&
  /cts/tools/utils/cts/
tools.py 134 exp = re.compile(pattern)
136 if exp.match(package):
149 exp = re.compile(pattern)
151 if exp.match(package):
  /device/lge/mako/camera/
QCameraHWI_Record_7x27A.cpp 31 #define LIKELY(exp) __builtin_expect(!!(exp), 1)
32 #define UNLIKELY(exp) __builtin_expect(!!(exp), 0)
  /external/chromium_org/third_party/WebKit/Source/wtf/
StdLibExtras.h 65 #define STRINGIZE(exp) #exp
66 #define STRINGIZE_VALUE_OF(exp) STRINGIZE(exp)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
f.cpp 64 return exp(x*log(2.0));
  /external/clang/test/CodeGen/
libcalls.c 101 double exp_ = exp(d);
104 // CHECK-NO: declare double @exp(double) [[NUW_RN]]
107 // CHECK-YES-NOT: declare double @exp(double) [[NUW_RN]]
  /external/e2fsprogs/intl/
plural-exp.h 104 extern void FREE_EXPRESSION (struct expression *exp)
  /external/mesa3d/src/gallium/auxiliary/gallivm/
f.cpp 64 return exp(x*log(2.0));
  /external/srec/srec/clib/
log_add.c 35 static const char logadd[] = "$Id: log_add.c,v 1.3.6.10 2008/01/29 06:36:39 dahan Exp $";
67 + exp(-(float)ii / ((float)logtab->scale * mul_scale)))
  /external/valgrind/main/exp-sgcheck/tests/
hsg.stderr.exp 6 <protocoltool>exp-sgcheck</protocoltool>
18 <tool>exp-sgcheck</tool>
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
az_lsp.cpp 150 F(w) = 2 exp(-j5w) C(x)
387 Word16 x, y, sign, exp;
490 exp = norm_s (y);
491 y = shl (y, exp);
494 t0 = L_shr (t0, sub (20, exp));
581 Word16 exp; local
685 exp = norm_s(y);
686 y <<= exp; local
689 y = ((Word32)x * y) >> (19 - exp);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/
pow_complex_complex.pass.cpp 46 std::complex<double> z = exp(x[j] * log(x[i]));
pow_complex_scalar.pass.cpp 46 std::complex<double> z = exp(std::complex<double>(real(x[j])) * log(x[i]));
pow_scalar_complex.pass.cpp 46 std::complex<double> z = exp(x[j] * log(std::complex<double>(real(x[i]))));
  /external/stlport/src/
complex.cpp 198 // exp, log, pow for complex<float>, complex<double>, and complex<long double>
200 // exp
203 _Tp expx = ::exp(z._M_re);
207 _STLP_DECLSPEC complex<float> _STLP_CALL exp(const complex<float>& z) function
210 _STLP_DECLSPEC complex<double> _STLP_CALL exp(const complex<double>& z) function
214 _STLP_DECLSPEC complex<long double> _STLP_CALL exp(const complex<long double>& z) function
275 _Tp x = ::exp(logr * b._M_re);
295 _Tp x = ::exp(logr * b);
305 _Tp x = ::exp(logr * b._M_re - logi * b._M_im);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
dtx.c 167 Word16 log_en, gain, level, exp, exp0, tmp; local
266 ener32 = Dot_product12(exc2, exc2, L_FRAME, &exp);
268 Isqrt_n(&ener32, &exp);
274 exp = add(exp0, exp);
277 exp += 4;
282 exc2[i] = shl(tmp, exp);
  /ndk/sources/cxx-stl/stlport/src/
complex.cpp 198 // exp, log, pow for complex<float>, complex<double>, and complex<long double>
200 // exp
203 _Tp expx = ::exp(z._M_re);
207 _STLP_DECLSPEC complex<float> _STLP_CALL exp(const complex<float>& z) function
210 _STLP_DECLSPEC complex<double> _STLP_CALL exp(const complex<double>& z) function
214 _STLP_DECLSPEC complex<long double> _STLP_CALL exp(const complex<long double>& z) function
275 _Tp x = ::exp(logr * b._M_re);
295 _Tp x = ::exp(logr * b);
305 _Tp x = ::exp(logr * b._M_re - logi * b._M_im);
  /external/eigen/test/
array.cpp 192 VERIFY_IS_APPROX(m1.exp(), std::exp(m1));
193 VERIFY_IS_APPROX(m1.exp() * m2.exp(), std::exp(m1+m2));
194 VERIFY_IS_APPROX(m1.exp(), internal::exp(m1));
195 VERIFY_IS_APPROX(m1.exp() / m2.exp(), std::exp(m1-m2))
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cdtdptst.c 306 UChar *pattern, *tzID, *exp; local
336 exp=(UChar*)malloc(sizeof(UChar) * (strlen(expStr) + 1) );
337 u_uastrcpy(exp, expStr);
340 if(u_strncmp(dateString, exp, (int32_t)strlen(expStr)) !=0)
345 free(exp);
  /external/icu4c/test/cintltst/
cdtdptst.c 306 UChar *pattern, *tzID, *exp; local
336 exp=(UChar*)malloc(sizeof(UChar) * (strlen(expStr) + 1) );
337 u_uastrcpy(exp, expStr);
340 if(u_strncmp(dateString, exp, (int32_t)strlen(expStr)) !=0)
345 free(exp);
  /bionic/tests/
math_test.cpp 448 TEST(math, exp) {
449 ASSERT_FLOAT_EQ(1.0, exp(0.0));
450 ASSERT_FLOAT_EQ(M_E, exp(1.0));
1112 int exp; local
1113 double dr = frexp(1024.0, &exp);
1114 ASSERT_FLOAT_EQ(1024.0, scalbn(dr, exp));
1118 int exp; local
1119 float fr = frexpf(1024.0f, &exp);
1120 ASSERT_FLOAT_EQ(1024.0f, scalbnf(fr, exp));
1124 int exp; local
1173 int exp; local
    [all...]
  /external/libppp/src/
chat.c 26 * $FreeBSD: src/usr.sbin/ppp/chat.c,v 1.80.26.1 2010/12/21 17:10:29 kensmith Exp $
224 ExpandString(c, c->argptr, c->exp + 2, sizeof c->exp - 2, needcr);
234 len = strlen(c->exp+2);
247 memcpy(c->abort.string[i].data, c->exp+2, len+1);
254 c->TimeoutSec = atoi(c->exp + 2);
258 } else if (c->nargptr == NULL && !strcmp(c->exp+2, "ABORT"))
260 else if (c->nargptr == NULL && !strcmp(c->exp+2, "TIMEOUT"))
263 if (c->exp[2] == '!' && c->exp[3] != '!'
    [all...]
  /external/llvm/lib/Support/
APFloat.cpp     [all...]

Completed in 5727 milliseconds

<<11121314151617181920>>