HomeSort by relevance Sort by last modified time
    Searched refs:representation (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/v8/test/cctest/
gay-fixed.h 37 const char* representation; member in struct:v8::internal::PrecomputedFixed
gay-precision.h 37 const char* representation; member in struct:v8::internal::PrecomputedPrecision
gay-shortest.h 36 const char* representation; member in struct:v8::internal::PrecomputedShortest
test-bignum-dtoa.cc 46 static void TrimRepresentation(Vector<char> representation) {
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());
test-fast-dtoa.cc 21 static void TrimRepresentation(Vector<char> representation) {
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.
test-dtoa.cc 46 static void TrimRepresentation(Vector<char> representation) {
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());
  /external/v8/src/ia32/
lithium-ia32.cc 511 Representation LChunk::LookupLiteralRepresentation(
513 return graph_->LookupValue(operand->index())->representation();
799 if (instr->representation().IsInteger32()) {
800 ASSERT(instr->left()->representation().IsInteger32());
801 ASSERT(instr->right()->representation().IsInteger32());
807 ASSERT(instr->representation().IsTagged());
808 ASSERT(instr->left()->representation().IsTagged());
809 ASSERT(instr->right()->representation().IsTagged());
821 if (instr->representation().IsTagged()) {
822 ASSERT(instr->left()->representation().IsTagged())
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 512 Representation LChunk::LookupLiteralRepresentation(
514 return graph_->LookupValue(operand->index())->representation();
800 if (instr->representation().IsInteger32()) {
801 ASSERT(instr->left()->representation().IsInteger32());
802 ASSERT(instr->right()->representation().IsInteger32());
808 ASSERT(instr->representation().IsTagged());
809 ASSERT(instr->left()->representation().IsTagged());
810 ASSERT(instr->right()->representation().IsTagged());
822 if (instr->representation().IsTagged()) {
823 ASSERT(instr->left()->representation().IsTagged())
    [all...]
  /external/v8/src/arm/
lithium-arm.cc 519 Representation LChunk::LookupLiteralRepresentation(
521 return graph_->LookupValue(operand->index())->representation();
805 if (instr->representation().IsInteger32()) {
806 ASSERT(instr->left()->representation().IsInteger32());
807 ASSERT(instr->right()->representation().IsInteger32());
813 ASSERT(instr->representation().IsTagged());
814 ASSERT(instr->left()->representation().IsTagged());
815 ASSERT(instr->right()->representation().IsTagged());
827 if (instr->representation().IsTagged()) {
828 ASSERT(instr->left()->representation().IsTagged())
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebDataSource.mm 71 id <WebDocumentRepresentation> representation;
101 [representation release];
127 - (void)_setRepresentation:(id<WebDocumentRepresentation>)representation
129 [_private->representation release];
130 _private->representation = [representation retain];
231 [[self representation] finishedLoadingWithDataSource:self];
239 [[self representation] receivedData:data withDataSource:self];
249 [[self representation] receivedError:error withDataSource:self];
363 if (![[self representation] isKindOfClass:repClass])
    [all...]
WebDataSource.h 46 representation of the data. WebDataSources manage a hierarchy of WebFrames.
72 @method representation
73 @discussion A representation holds a type specific representation
74 of the datasource's data. The representation class is determined by mapping
75 a MIME type to a class. The representation is created once the MIME type
77 @result Returns the representation associated with this datasource.
78 Returns nil if the datasource hasn't created it's representation.
80 - (id <WebDocumentRepresentation>)representation;
  /external/bouncycastle/src/main/java/org/bouncycastle/math/ec/
ECFieldElement.java 309 // * 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/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.ml 11 * representation, the classes in the VMCore library.
  /external/v8/test/mjsunit/
mirror-boolean.js 32 // Create mirror and JSON representation.
47 // Test text representation
50 // Parse JSON representation and check.
mirror-null.js 31 // Create mirror and JSON representation.
45 // Test text representation
48 // Parse JSON representation and check.
mirror-undefined.js 31 // Create mirror and JSON representation.
45 // Test text representation
48 // Parse JSON representation and check.
mirror-date.js 32 // Create mirror and JSON representation.
48 // Test text representation
51 // Parse JSON representation and check.
mirror-function.js 44 // Create mirror and JSON representation.
69 // Test text representation
72 // Parse JSON representation and check.
mirror-number.js 32 // Create mirror and JSON representation.
47 // Test text representation
50 // Parse JSON representation and check.
  /external/stlport/test/unit/
bitset_test.cpp 67 string representation = b2.to_string<char, char_traits<char>, allocator<char> >(); local
68 CPPUNIT_ASSERT( representation == "1000100010001" );
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 76 // A textual representation of a day, three letters
80 // A full textual representation of a month
118 // A full textual representation of the day of the week
135 // Numeric representation of a month, with leading zeros
141 // A short textual representation of a month, three letters
145 // Numeric representation of a month, without leading zeros
227 // Numeric representation of the day of the week
232 // A full numeric representation of a year, 4 digits
254 // A two-digit representation of a year
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 76 // A textual representation of a day, three letters
80 // A full textual representation of a month
118 // A full textual representation of the day of the week
135 // Numeric representation of a month, with leading zeros
141 // A short textual representation of a month, three letters
145 // Numeric representation of a month, without leading zeros
227 // Numeric representation of the day of the week
232 // A full numeric representation of a year, 4 digits
254 // A two-digit representation of a year
  /ndk/tests/device/test-gnustl-full/unit/
bitset_test.cpp 67 string representation = b2.to_string<char, char_traits<char>, allocator<char> >(); local
68 CPPUNIT_ASSERT( representation == "1000100010001" );
  /ndk/tests/device/test-stlport/unit/
bitset_test.cpp 67 string representation = b2.to_string<char, char_traits<char>, allocator<char> >(); local
68 CPPUNIT_ASSERT( representation == "1000100010001" );
  /external/skia/tests/
PDFPrimitivesTest.cpp 27 const std::string& representation,
30 REPORTER_ASSERT(reporter, directSize == representation.size());
35 REPORTER_ASSERT(reporter, memcmp(buffer.getStream(), representation.c_str(),
59 representation.c_str(), directSize) == 0);

Completed in 305 milliseconds

1 2 3 4