Home
last modified time | relevance | path

Searched refs:float_exp (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm64/
H A Dutils-arm64.cc19 uint32_t float_exp(float val) { in float_exp() function
H A Dutils-arm64.h21 uint32_t float_exp(float val);
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-logic-arm64.cc203 static_cast<int64_t>(float_exp(value)) - kFloatExponentBias; in FPToFloat16()
3925 exp = static_cast<int32_t>(float_exp(op)); in FPRecipSqrtEstimate()
4042 exp = static_cast<int32_t>(float_exp(op)); in FPRecipEstimate()
4169 exp = static_cast<int>(float_exp(op)); in frecpx()
/third_party/vixl/src/
H A Dutils-vixl.h506 VIXL_DEPRECATED("FloatExp", inline uint32_t float_exp(float value)) {

Completed in 13 milliseconds