Home
last modified time | relevance | path

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

/external/v8/src/
Ddiy-fp.h24 DiyFp() : f_(0), e_(0) {} in DiyFp() function
25 DiyFp(uint64_t f, int e) : f_(f), e_(e) {} in DiyFp() function