Home
last modified time | relevance | path

Searched refs:PetscHypotReal (Results 1 – 2 of 2) 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
/petsc/src/sys/tests/
H A Dex25.c19 b = PetscHypotReal(a, c); in main()