Home
last modified time | relevance | path

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

/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/mesh/
H A Dobjmeshfilewriter.cpp278 #define FP_FORMAT "%.17f" macro
284 "%s " FP_FORMAT " " FP_FORMAT "\n", in write_vector()
292 "%s " FP_FORMAT " " FP_FORMAT " " FP_FORMAT "\n", in write_vector()
296 #undef FP_FORMAT
/dports/biology/fasttree/FastTree-2.1.10_5/
H A DFastTree-2.1.10.c3613 #define FP_FORMAT "%.9f" in PrintNJ() macro
3615 #define FP_FORMAT "%.5f" in PrintNJ() macro
3617 fprintf(fp, ":" FP_FORMAT, NJ->branchlength[node]); in PrintNJ()
3622 fprintf(fp, ")%.3f:" FP_FORMAT, NJ->support[node], NJ->branchlength[node]); in PrintNJ()
3624 fprintf(fp, "):" FP_FORMAT, NJ->branchlength[node]); in PrintNJ()