Searched defs:representation (Results 1 - 13 of 13) sorted by relevance

/external/v8/test/cctest/
H A Dgay-shortest.h36 const char* representation; member in struct:v8::internal::PrecomputedShortest
H A Dgay-fixed.h37 const char* representation; member in struct:v8::internal::PrecomputedFixed
H A Dgay-precision.h37 const char* representation; member in struct:v8::internal::PrecomputedPrecision
H A Dtest-bignum-dtoa.cc46 static void TrimRepresentation(Vector<char> representation) { argument
47 int len = StrLength(representation.start());
50 if (representation[i] != '0') break;
52 representation[i + 1] = '\0';
270 CHECK_EQ(current_test.representation, buffer.start());
291 CHECK_EQ(current_test.representation, buffer.start());
313 CHECK_EQ(current_test.representation, buffer.start());
H A Dtest-dtoa.cc46 static void TrimRepresentation(Vector<char> representation) { argument
47 int len = StrLength(representation.start());
50 if (representation[i] != '0') break;
52 representation[i + 1] = '\0';
282 CHECK_EQ(current_test.representation, buffer.start());
305 CHECK_EQ(current_test.representation, buffer.start());
329 CHECK_EQ(current_test.representation, buffer.start());
H A Dtest-fast-dtoa.cc21 static void TrimRepresentation(Vector<char> representation) { argument
22 int len = StrLength(representation.start());
25 if (representation[i] != '0') break;
27 representation[i + 1] = '\0';
224 CHECK_EQ(current_test.representation, buffer.start());
259 CHECK_EQ(current_test.representation, buffer.start());
263 // success rate than for the shortest representation.
/external/stlport/test/unit/
H A Dbitset_test.cpp67 string representation = b2.to_string<char, char_traits<char>, allocator<char> >(); local
68 CPPUNIT_ASSERT( representation == "1000100010001" );
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECFieldElement.java309 // * representation. Both trinomial (TPB) and pentanomial (PPB) polynomial
311 // * representation is not supported.
318 // * Indicates gaussian normal basis representation (GNB). Number chosen
324 // * Indicates trinomial basis representation (TPB). Number chosen
330 // * Indicates pentanomial basis representation (PPB). Number chosen
338 // private int representation;
398 // this.representation = TPB;
412 // this.representation = PPB;
459 // * (having the same representation).
465 // * representation)
797 private int representation; field in class:ECFieldElement.F2m
[all...]
/external/webkit/Source/WebKit/win/
H A DWebDataSource.cpp185 HRESULT STDMETHODCALLTYPE WebDataSource::representation( function in class:WebDataSource
/external/v8/src/
H A Dlithium.h480 void AddValue(LOperand* operand, Representation representation) { argument
482 if (representation.IsTagged()) {
H A Dserialize.cc1502 HowToCode representation = rinfo->IsCodedSpecially() ? kFromCode : kPlain; local
1503 serializer_->SerializeObject(*current, representation, kStartOfObject);
1527 int representation = rinfo->IsCodedSpecially() ? local
1529 sink_->Put(kExternalReference + representation, "ExternalRef");
1542 int representation; local
1545 representation = kStartOfObject + kFromCode;
1547 representation = kStartOfObject + kPlain;
1549 sink_->Put(kExternalReference + representation, "ExternalReference");
/external/clang/include/clang/Analysis/Analyses/
H A DFormatString.h32 /// Class representing optional flags with location and representation
37 : representation(Representation), flag(false) {}
49 const char *toString() const { return representation; }
58 const char *representation; member in class:clang::analyze_format_string::OptionalFlag
/external/v8/include/
H A Dv8.h551 * Returns a serialized representation of this ScriptData that can later be
1019 * representation of this string.
3921 int representation = (instance_type & kFullStringRepresentationMask); local
3922 return representation == kExternalTwoByteRepresentationTag;

Completed in 682 milliseconds