Home
last modified time | relevance | path

Searched defs:truncf (Results 1 – 3 of 3) sorted by relevance

/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_truncf.c31 truncf(float x) in truncf() function
/aosp12/bionic/libm/
H A Dbuiltins.cpp70 float truncf(float x) { return __builtin_truncf(x); } in truncf() function
/aosp12/bionic/tests/
H A Dmath_test.cpp1248 TEST(MATH_TEST, truncf) { in TEST() argument