Home
last modified time | relevance | path

Searched defs:PetscHypotReal (Results 1 – 1 of 1) sorted by relevance

/petsc/include/
H A Dpetscmath.h28 #define PetscHypotReal(a, b) hypotf(a, b) macro
63 #define PetscHypotReal(a, b) hypot(a, b) macro
98 #define PetscHypotReal(a, b) hypotq(a, b) macro
133 #define PetscHypotReal(a, b) hypotf(a, b) macro