Home
last modified time | relevance | path

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

/haiku/src/tests/system/libroot/posix/math/
H A Dmath_test.cpp28 static double (*be_sin)(double); variable
38 assert(get_image_symbol(libroot, "sin", B_SYMBOL_TYPE_TEXT, (void**)&be_sin) == B_OK); in main()
65 double y = be_sin(f); in main()