Searched refs:exp (Results 151 - 175 of 596) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A Dlibcalls.c106 double exp_ = exp(d);
109 // CHECK-NO: declare double @exp(double) [[NUW_RN]]
112 // CHECK-YES-NOT: declare double @exp(double) [[NUW_RN]]
/external/deqp/framework/common/
H A DtcuFloatFormat.hpp73 int exponentShift (int exp) const;
H A DtcuInterval.cpp128 Interval exp (const Interval& x) function in namespace:tcu
130 return applyMonotone(std::exp, x);
/external/e2fsprogs/intl/
H A Dplural-exp.h104 extern void FREE_EXPRESSION (struct expression *exp)
/external/eigen/test/
H A DdenseLM.cpp45 y(j) += u(i)*std::exp(-(x(j)-i)*(x(j)-i)/(v(i)*v(i)));
72 fvec(j) -= u(i) *std::exp(-(m_x(j)-i)*(m_x(j)-i)/(v(i)*v(i)));
92 fjac.coeffRef(j,i) = -std::exp(-(m_x(j)-i)*(m_x(j)-i)/(v(i)*v(i)));
93 fjac.coeffRef(j,i+half) = -2.*u(i)*(m_x(j)-i)*(m_x(j)-i)/(std::pow(v(i),3)) * std::exp(-(m_x(j)-i)*(m_x(j)-i)/(v(i)*v(i)));
/external/icu/icu4c/source/test/intltest/
H A Dnormconf.h73 * @param exp expected value
75 * @param return true if got == exp
80 const UnicodeString& exp,
/external/jemalloc/test/include/test/
H A Dmath.h69 factor = exp(p * log(x) - x - ln_gamma_p);
238 ch = pow(p * xx * exp(ln_gamma_df_2 + xx * aa), 1.0 / xx);
264 ch -= (1.0 - exp(a + ln_gamma_df_2 + 0.5 * ch +
279 t = p2 * exp(xx * aa + ln_gamma_df_2 + p1 - c * log(ch));
/external/libcxx/test/numerics/complex.number/complex.transcendentals/
H A Dpow_complex_complex.pass.cpp46 std::complex<double> z = exp(x[j] * log(x[i]));
H A Dpow_complex_scalar.pass.cpp46 std::complex<double> z = exp(std::complex<double>(real(x[j])) * log(x[i]));
H A Dpow_scalar_complex.pass.cpp46 std::complex<double> z = exp(x[j] * log(std::complex<double>(real(x[i]))));
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Df.cpp64 return exp(x*log(2.0));
/external/skia/experimental/Intersection/
H A DCubicParameterizationCode.cpp238 char exp = str[idx]; local
239 if (exp < '2' || exp > '3') {
242 pow = exp - '0';
/external/srec/srec/clib/
H A Dlog_add.c67 + exp(-(float)ii / ((float)logtab->scale * mul_scale)))
/external/valgrind/main/exp-sgcheck/tests/
H A Dhsg.stderr.exp6 <protocoltool>exp-sgcheck</protocoltool>
18 <tool>exp-sgcheck</tool>
/external/valgrind/main/tests/
H A Dcheck_makefile_consistency63 # beneath and check the consistency of the files *.vgtest and *.exp* files
74 for f in $(ls -d *.exp* *.gdb *.vgtest 2>/dev/null)
76 if [ "$f" = "*.exp*" -o "$f" = "*.gdb" -o "$f" = "*.vgtest" ]; then
/external/stlport/src/
H A Dcomplex.cpp198 // 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/chromium_org/third_party/icu/source/test/cintltst/
H A Dcdtdptst.c306 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/icu/icu4c/source/test/cintltst/
H A Dcdtdptst.c306 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/apache-xml/src/main/java/org/apache/xpath/patterns/
H A DStepPattern.java957 public void setExpression(Expression exp) argument
959 exp.exprSetParent(StepPattern.this);
960 m_predicates[m_index] = exp;
1011 public void setExpression(Expression exp) argument
1013 exp.exprSetParent(this);
1014 m_relativePathPattern = (StepPattern)exp;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
H A DGCMBlockCipher.java29 private GCMExponentiator exp; field in class:GCMBlockCipher
145 exp = null;
358 if (exp == null)
360 exp = new Tables1kGCMExponentiator();
361 exp.init(H);
363 exp.exponentiateX(c, H_c);
/external/ceres-solver/internal/ceres/
H A Dgradient_checker_test.cc49 // f = exp(- a' x).
85 double f = *residuals = exp(-ax);
138 double f = *residuals = exp(-ax);
H A Dloss_function.cc92 c_(b * log(1.0 + exp(-a / b))) {
109 const double e_x = exp(x);
/external/chromium_org/cc/test/
H A Dlayer_tree_json_parser_unittest.cc20 #define RETURN_IF_EXPECTATION_FAILS(exp) \
22 exp; \
/external/chromium_org/net/tools/quic/benchmark/
H A Drun_client.py180 exp = PageloadExperiment(options.use_wget, options.quic_binary_dir,
183 exp.RunExperiment(options.infile, options.delay_file, options.packets_file)
/external/deqp/framework/delibs/debase/
H A DdeInt32.c52 * \param exp Pointer to resulting exponent value.
56 * result = exp2(exp) * rcp / (1<<DE_RCP_FRAC_BITS).
58 void deRcp32 (deUint32 a, deUint32* rcp, int* exp) argument
154 *exp = 31 - shift;

Completed in 2267 milliseconds

1234567891011>>