Searched defs:DiyFp (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/ | ||
| H A D | dtoa_helper.h | 81 class DiyFp { class in ark::ets::intrinsics::helpers::DtoaHelper 83 DiyFp() : f_(), e_() {} in DiyFp() function in ark::ets::intrinsics::helpers::DtoaHelper::DiyFp 84 DiyFp(uint64_t fp, int exp) : f_(fp), e_(exp) {} in DiyFp() function in ark::ets::intrinsics::helpers::DtoaHelper::DiyFp 86 explicit DiyFp(double d) in DiyFp() function in ark::ets::intrinsics::helpers::DtoaHelper::DiyFp [all...] |
| /arkcompiler/ets_runtime/ecmascript/base/ | ||
| H A D | dtoa_helper.h | 168 struct DiyFp { struct in panda::ecmascript::base::DtoaHelper 169 DiyFp() : f(), e() {} in DiyFp() function 170 DiyFp(uint64_t fp, int exp) : f(fp), e(exp) {} in DiyFp() function 172 explicit DiyFp(double d) in DiyFp() function [all...] |
Completed in 2 milliseconds