HomeSort by relevance Sort by last modified time
    Searched defs:IsFloatingPoint (Results 1 - 3 of 3) sorted by null

  /external/v8/src/compiler/
wasm-linkage.cc 158 if (IsFloatingPoint(type)) {
178 bool IsFloatingPoint(LocalType type) {
  /external/v8/src/
machine-type.h 171 inline bool IsFloatingPoint(MachineRepresentation rep) {
  /art/compiler/optimizing/
ssa_liveness_analysis.h 719 bool IsFloatingPoint() const {
735 return IsFloatingPoint() == other.IsFloatingPoint();
    [all...]

Completed in 2173 milliseconds