Home
last modified time | relevance | path

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

/haiku/src/tests/system/libroot/posix/math/
H A Dmath_test.cpp29 static double (*be_cos)(double); variable
39 assert(get_image_symbol(libroot, "cos", B_SYMBOL_TYPE_TEXT, (void**)&be_cos) == B_OK); in main()
80 double y = be_cos(f); in main()