Home
last modified time | relevance | path

Searched refs:PrecomputedFixed (Results 1 – 5 of 5) sorted by relevance

/external/v8/test/cctest/
Dgay-fixed.cc39 static const PrecomputedFixed kFixedTestNumbers[] = {
100043 Vector<const PrecomputedFixed> PrecomputedFixedRepresentations() { in PrecomputedFixedRepresentations()
100044 int number_elements = sizeof(kFixedTestNumbers) / sizeof(PrecomputedFixed); in PrecomputedFixedRepresentations()
100045 return Vector<const PrecomputedFixed>(kFixedTestNumbers, number_elements); in PrecomputedFixedRepresentations()
Dgay-fixed.h36 struct PrecomputedFixed { struct
45 Vector<const PrecomputedFixed> PrecomputedFixedRepresentations(); argument
Dtest-bignum-dtoa.cc281 Vector<const PrecomputedFixed> precomputed = in TEST()
284 const PrecomputedFixed current_test = precomputed[i]; in TEST()
Dtest-dtoa.cc294 Vector<const PrecomputedFixed> precomputed = in TEST()
297 const PrecomputedFixed current_test = precomputed[i]; in TEST()
Dtest-fixed-dtoa.cc499 Vector<const PrecomputedFixed> precomputed = in TEST()
502 const PrecomputedFixed current_test = precomputed[i]; in TEST()