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

<<11121314151617181920>>

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtodg.c 347 int dsign, e, e1, e2, emin, esign, finished, i, inex, irv; local
607 e2 = e - i;
617 /* adj = */ rounded_product(dval(&adj), tens[e2]);
624 /* rv = */ rounded_product(dval(&rv), tens[e2]);
631 e1 -= e2;
651 e2 = 0;
658 e2 += ((word0(&rv) & Exp_mask)
665 e2 += ((word0(&rv) & Exp_mask) >> Exp_shift1) - Bias;
680 e2 += ((word0(&rv) & Exp_mask)
687 e2 += ((word0(&rv) & Exp_mask) >> Exp_shift1) - Bias
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/res/
XResourceBundle.java 80 catch (MissingResourceException e2)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
AndroidDigestFactory.java 41 } catch (ClassNotFoundException e2) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
BaseWrapCipher.java 349 catch (IllegalBlockSizeException e2)
351 throw new InvalidKeyException(e2.getMessage());
403 catch (InvalidKeySpecException e2)
405 throw new InvalidKeyException("Unknown key type " + e2.getMessage());
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/
p3.cpp 55 void e2(class B<A>::Member); // expected-error {{use of 'Member' with tag type that does not match previous declaration}}
  /external/clang/test/Sema/
attr-aligned.c 45 char e2[__alignof__(e.member) == 2 ?: -1] = {0}; variable
function-redecl.c 95 enum e { e1, e2 }; enumerator in enum:e
  /external/clang/test/SemaCXX/
enum.cpp 40 enum e2; // expected-error{{ISO C++ forbids forward references to 'enum' types}}
expressions.cpp 105 e2 = A && 7 // expected-warning {{use of logical '&&' with constant operand}} \ enumerator in enum:S::__anon8950
  /external/eigen/bench/btl/actions/
action_cholesky.hh 47 X_stl[i][i] = std::abs(X_stl[i][i]) * 1e2 + 100;
action_partial_lu.hh 47 X_stl[i][i] = X_stl[i][i] * 1e2 + 1;
  /external/google-breakpad/src/client/
minidump_file_writer_unittest.cc 53 #define ASSERT_EQ(e1, e2) ASSERT_TRUE((e1) == (e2))
54 #define ASSERT_NE(e1, e2) ASSERT_TRUE((e1) != (e2))
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultimapGetTester.java 62 Helpers.mapEntry(sampleKeys().e0, sampleValues().e2));
66 sampleValues().e2);
79 Helpers.mapEntry(sampleKeys().e0, sampleValues().e2));
128 V v2 = sampleValues().e2;
SetMultimapPutAllTester.java 40 V v1 = sampleValues().e2;
SetMultimapReplaceValuesTester.java 39 V v1 = sampleValues().e2;
  /external/junit/src/org/junit/internal/builders/
AnnotatedBuilder.java 38 } catch (NoSuchMethodException e2) {
  /external/toybox/kconfig/
expr.h 163 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2);
165 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2);
166 struct expr *expr_alloc_or(struct expr *e1, struct expr *e2);
169 int expr_eq(struct expr *e1, struct expr *e2);
  /external/valgrind/exp-sgcheck/
pc_common.h 50 Bool pc_eq_Error ( VgRes res, const Error* e1, const Error* e2 );
  /external/valgrind/include/
pub_tool_execontext.h 85 const ExeContext* e2 );
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/variadic/
size.hpp 27 # define BOOST_PP_VARIADIC_SIZE_I(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, e17, e18, e19, e20, e21, e22, e23, e24, e25, e26, e27, e28, e29, e30, e31, e32, e33, e34, e35, e36, e37, e38, e39, e40, e41, e42, e43, e44, e45, e46, e47, e48, e49, e50, e51, e52, e53, e54, e55, e56, e57, e58, e59, e60, e61, e62, e63, size, ...) size
  /packages/apps/Settings/src/com/android/settings/datausage/
AppDataUsageActivity.java 49 } catch (Exception e2) {
  /prebuilts/go/darwin-x86/src/debug/dwarf/testdata/
typedef.c 46 e2 = 2, enumerator in enum:my_enum
  /prebuilts/go/linux-x86/src/debug/dwarf/testdata/
typedef.c 46 e2 = 2, enumerator in enum:my_enum
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arc/
asr.d 16 1c: 00 82 e2 1f 1fe28200 asr 0,r5
38 70: 00 03 e2 1f 1fe20300 asr.f 0,r4
extb.d 16 1c: 00 8e e2 1f 1fe28e00 extb 0,r5
38 70: 00 0f e2 1f 1fe20f00 extb.f 0,r4

Completed in 3187 milliseconds

<<11121314151617181920>>