Searched refs:CreateRange (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | type-cache.h | 29 Type const kInt8 = CreateRange<int8_t>(); 30 Type const kUint8 = CreateRange<uint8_t>(); 34 Type const kInt16 = CreateRange<int16_t>(); 35 Type const kUint16 = CreateRange<uint16_t>(); 39 Type const kDoubleRepresentableInt64 = CreateRange( 41 Type const kDoubleRepresentableUint64 = CreateRange( 50 Type const kSingletonZero = CreateRange(0.0, 0.0); 51 Type const kSingletonOne = CreateRange(1.0, 1.0); 52 Type const kSingletonTen = CreateRange(10.0, 10.0); 53 Type const kSingletonMinusOne = CreateRange( 193 Type CreateRange() { CreateRange() function in v8::internal::compiler::final 201 Type CreateRange(double min, double max) { CreateRange() function in v8::internal::compiler::final [all...] |
/third_party/benchmark/src/ |
H A D | benchmark_register.cc | 505 std::vector<int64_t> CreateRange(int64_t lo, int64_t hi, int multi) { in CreateRange() function
|
/third_party/benchmark/include/benchmark/ |
H A D | benchmark.h | 1974 // CreateRange(0, 1024, /*multi=*/32), 1975 // CreateRange(0, 100, /*multi=*/4), 1979 std::vector<int64_t> CreateRange(int64_t lo, int64_t hi, int multi);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 48 milliseconds