Searched defs:PetscLog2Real (Results 1 – 1 of 1) sorted by relevance
34 #define PetscLog2Real(a) log2f(a) macro69 #define PetscLog2Real(a) log2(a) macro104 #define PetscLog2Real(a) log2q(a) macro139 #define PetscLog2Real(a) log2f(a) macro174 static inline PetscReal PetscLog2Real(PetscReal a) in PetscLog2Real() function