PrecomputedFixed 39 test/cctest/gay-fixed.cc static const PrecomputedFixed kFixedTestNumbers[] = { PrecomputedFixed 100043 test/cctest/gay-fixed.cc Vector<const PrecomputedFixed> PrecomputedFixedRepresentations() { PrecomputedFixed 100044 test/cctest/gay-fixed.cc int number_elements = sizeof(kFixedTestNumbers) / sizeof(PrecomputedFixed); PrecomputedFixed 100045 test/cctest/gay-fixed.cc return Vector<const PrecomputedFixed>(kFixedTestNumbers, number_elements); PrecomputedFixed 43 test/cctest/gay-fixed.h Vector<const PrecomputedFixed> PrecomputedFixedRepresentations(); PrecomputedFixed 281 test/cctest/test-bignum-dtoa.cc Vector<const PrecomputedFixed> precomputed = PrecomputedFixed 284 test/cctest/test-bignum-dtoa.cc const PrecomputedFixed current_test = precomputed[i]; PrecomputedFixed 294 test/cctest/test-dtoa.cc Vector<const PrecomputedFixed> precomputed = PrecomputedFixed 297 test/cctest/test-dtoa.cc const PrecomputedFixed current_test = precomputed[i]; PrecomputedFixed 499 test/cctest/test-fixed-dtoa.cc Vector<const PrecomputedFixed> precomputed = PrecomputedFixed 502 test/cctest/test-fixed-dtoa.cc const PrecomputedFixed current_test = precomputed[i];