Searched refs:PetscHypotReal (Results 1 – 2 of 2) sorted by relevance
28 #define PetscHypotReal(a, b) hypotf(a, b) macro63 #define PetscHypotReal(a, b) hypot(a, b) macro98 #define PetscHypotReal(a, b) hypotq(a, b) macro133 #define PetscHypotReal(a, b) hypotf(a, b) macro
19 b = PetscHypotReal(a, c); in main()