OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FPDefaultNaN
(Results
1 - 4
of
4
) sorted by null
/external/vixl/src/a64/
simulator-a64.cc
364
template<> double Simulator::
FPDefaultNaN
<double>() const {
369
template<> float Simulator::
FPDefaultNaN
<float>() const {
[
all
...]
simulator-a64.h
524
T
FPDefaultNaN
() const;
/external/chromium_org/v8/src/arm64/
simulator-arm64.cc
965
template<> double Simulator::
FPDefaultNaN
<double>() const {
970
template<> float Simulator::
FPDefaultNaN
<float>() const {
[
all
...]
simulator-arm64.h
713
T
FPDefaultNaN
() const;
Completed in 42 milliseconds