Home
last modified time | relevance | path

Searched refs:class_eq (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/flang/module/
Dieee_arithmetic.f9048 module procedure class_eq
81 elemental logical function class_eq(x,y) function
83 class_eq = x%which == y%which
84 end function class_eq