HomeSort by relevance Sort by last modified time
    Searched refs:double_exp (Results 1 - 5 of 5) sorted by null

  /external/v8/src/arm64/
utils-arm64.h 24 uint32_t double_exp(double val);
utils-arm64.cc 35 uint32_t double_exp(double val) { function in namespace:v8::internal
simulator-logic-arm64.cc 252 static_cast<int64_t>(double_exp(value)) - kDoubleExponentBias;
334 static_cast<int64_t>(double_exp(value)) - kDoubleExponentBias;
    [all...]
  /external/golang-protobuf/protoc-gen-go/testdata/my_test/
test.pb.go 215 DoubleExp *float64 `protobuf:"fixed64,25,opt,name=double_exp,json=doubleExp,def=1e+09" json:"double_exp,omitempty"`
    [all...]
  /external/vixl/src/
utils-vixl.h 330 VIXL_DEPRECATED("DoubleExp", inline uint32_t double_exp(double value)) {
    [all...]

Completed in 809 milliseconds