Home
last modified time | relevance | path

Searched defs:get_scalar (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/utils/
Dboxed-float.h33 float get_scalar() const { return bit_cast<float>(bit_pattern_); } in get_scalar() function
72 double get_scalar() const { return bit_cast<double>(bit_pattern_); } in get_scalar() function
/third_party/node/deps/v8/src/objects/
Dfixed-array-inl.h361 double FixedDoubleArray::get_scalar(int index) { in get_scalar() function