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

<<11121314151617181920>>

  /external/chromium_org/v8/test/mjsunit/
transcendentals.js 48 assertTrue(Math.exp(x) != Math.exp(y));
  /external/eigen/Eigen/src/plugins/
ArrayCwiseUnaryOps.h 37 exp() const function
47 * \sa exp()
140 * \sa exp(), log()
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.hlsl.ps.h 71 exp r0.x, r0.x
  /external/v8/test/mjsunit/
transcendentals.js 48 assertTrue(Math.exp(x) != Math.exp(y));
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.h 36 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true ))
37 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false ))
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.h 36 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true ))
37 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false ))
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Scroller.java 396 mDuration = (int) (1000.0 * Math.exp(l / (DECELERATION_RATE - 1.0)));
405 (int) (ALPHA * Math.exp(DECELERATION_RATE / (DECELERATION_RATE - 1.0) * l));
427 x -= (1.0f - (float)Math.exp(-x));
429 float start = 0.36787944117f; // 1/e == exp(-1)
430 x = 1.0f - (float)Math.exp(1.0f - x);
  /packages/apps/Gallery2/jni/filters/
vibrance.c 42 float sx = (float)(Vib/(1+exp(-red*3)));
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DESKeySpecTest.java 187 byte[] exp = new byte[8];
188 System.arraycopy(key1, 2, exp, 0, 8);
190 + "in constructor.", Arrays.equals(exp, res));
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemForEach.java 478 public void setExpression(Expression exp)
480 exp.exprSetParent(this);
481 m_selectExpression = exp;
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
AxesWalker.java 543 public void setExpression(Expression exp)
545 exp.exprSetParent(this);
546 m_nextWalker = (AxesWalker)exp;
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaList.cpp 281 const MediaQueryExp* exp = exps->at(j).get(); local
282 if (isResolutionMediaFeature(exp->mediaFeature())) {
283 CSSValue* cssValue = exp->value();
  /external/chromium_org/third_party/icu/source/test/intltest/
transapi.cpp 798 UnicodeString exp=UnicodeString("A\\u0042Ca\\u0062c\\u0062\\u0062C\\u0042a", ""); local
800 doTest(message, got, exp);
811 exp=UnicodeString("\\u0041\\u0042\\u0043\\u0061\\u0062\\u0063\\u0062\\u0062\\u0043\\u0042\\u0061", "");
813 doTest(message, got, exp);
820 exp=UnicodeString("\\u0068eell\\u006Fe", "");
824 doTest("transliteration using (e,l) filter", got, exp);
827 exp=UnicodeString("\\u0061\\u0072e\\u0020\\u0077ell", "");
830 doTest(message, got, exp);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
common_x86.c 89 static LONG WINAPI ExceptionFilter(LPEXCEPTION_POINTERS exp)
91 PEXCEPTION_RECORD rec = exp->ExceptionRecord;
92 PCONTEXT ctx = exp->ContextRecord;
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayMath.cpp 53 SK_FUNCTION(exp),
82 (SkFunctionParamType) SkType_Float, // exp
125 SK_MEMBER_FUNCTION(exp, Float),
174 case SK_FUNCTION(exp):
  /external/icu4c/test/intltest/
transapi.cpp 798 UnicodeString exp=UnicodeString("A\\u0042Ca\\u0062c\\u0062\\u0062C\\u0042a", ""); local
800 doTest(message, got, exp);
811 exp=UnicodeString("\\u0041\\u0042\\u0043\\u0061\\u0062\\u0063\\u0062\\u0062\\u0043\\u0042\\u0061", "");
813 doTest(message, got, exp);
820 exp=UnicodeString("\\u0068eell\\u006Fe", "");
824 doTest("transliteration using (e,l) filter", got, exp);
827 exp=UnicodeString("\\u0061\\u0072e\\u0020\\u0077ell", "");
830 doTest(message, got, exp);
    [all...]
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_conntrack.h 369 struct ip_conntrack_expect *exp)
371 atomic_notifier_call_chain(&ip_conntrack_expect_chain, event, exp);
381 struct ip_conntrack_expect *exp) {}
  /external/mesa3d/src/mesa/x86/
common_x86.c 89 static LONG WINAPI ExceptionFilter(LPEXCEPTION_POINTERS exp)
91 PEXCEPTION_RECORD rec = exp->ExceptionRecord;
92 PCONTEXT ctx = exp->ContextRecord;
  /external/qemu/
block_int.h 233 unsigned int exp = 0, size; local
238 exp++;
241 return exp;
  /external/skia/src/animator/
SkDisplayMath.cpp 53 SK_FUNCTION(exp),
82 (SkFunctionParamType) SkType_Float, // exp
125 SK_MEMBER_FUNCTION(exp, Float),
174 case SK_FUNCTION(exp):
  /external/valgrind/main/tests/
vg_regtest.in 80 # Expected stdout (filtered) is kept in <test>.stdout.exp* (can be more
82 # stderr (filtered) is kept in <test>.stderr.exp*. There must be at least
83 # one stderr.exp* file. Any .exp* file that ends in '~' or '#' is ignored;
87 # expected stdout and stderr for progB are in <test>.stdoutB.exp*
88 # and <test>.stderrB.exp*.
103 # the expected stdout which is kept in <test>.post.exp*.
349 # $n is the (optional) suffix after the ".exp"; we tack it onto
352 if ($f_exp =~ /.*\.exp(.*)$/) {
356 ($f_exp eq "/dev/null") or die "Unexpected .exp file: $f_exp\n"
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
Dot_p_neon.s 22 @ Word16 * exp /* (o) : exponent of result (0..+30) */
28 @ *exp --- r3
119 RSB r11, r10, #30 @ *exp = 30 - sft
  /frameworks/base/libs/androidfw/
ObbFile.cpp 64 #define TEMP_FAILURE_RETRY(exp) ({ \
65 typeof (exp) _rc; \
67 _rc = (exp); \
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DESKeySpecTest.java 187 byte[] exp = new byte[8];
188 System.arraycopy(key1, 2, exp, 0, 8);
190 + "in constructor.", Arrays.equals(exp, res));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strtod.py 22 (?:E(?P<exp>[-+]?\d+))? # and an optional exponent
41 exp = int(m.group('exp') or '0') - len(fraction)
43 a, b = intpart*10**max(exp, 0), 10**max(0, -exp)

Completed in 1062 milliseconds

<<11121314151617181920>>