Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dtype-cache.h29 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(-1.0, -1.0);
[all …]
/third_party/benchmark/src/
Dbenchmark_register.cc477 std::vector<int64_t> CreateRange(int64_t lo, int64_t hi, int multi) { in CreateRange() function
/third_party/benchmark/include/benchmark/
Dbenchmark.h1758 std::vector<int64_t> CreateRange(int64_t lo, int64_t hi, int multi);
/third_party/benchmark/docs/
Duser_guide.md402 benchmark::CreateRange(8, 128, /*multi=*/2),
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp150512 already_AddRefed<nsRange> CreateRange(mozilla::ErrorResult& rv);