Home
last modified time | relevance | path

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

/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_cbrtf.c31 cbrtf(float x) in cbrtf() function
/aosp12/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeMath.cpp114 EXPORT_F32_FN_F32(cbrtf) in EXPORT_F32_FN_F32()
/aosp12/bionic/libm/
H A Dlibm.map.txt47 cbrtf;
/aosp12/bionic/tests/headers/posix/
H A Dmath_h.c148 FUNCTION(cbrtf, float (*f)(float)); in math_h()
/aosp12/bionic/libc/include/
H A Dmath.h186 float cbrtf(float __x);
/aosp12/bionic/tests/
H A Dmath_test.cpp671 TEST(MATH_TEST, cbrtf) { in TEST() argument
672 ASSERT_FLOAT_EQ(3.0f, cbrtf(27.0f)); in TEST()
1764 DoMathDataTest<1>(g_cbrtf_intel_data, cbrtf); in TEST()
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt86 cbrtf
/aosp12/bionic/benchmarks/linker_relocation/gen/
H A Dliblinker_reloc_bench_030.S19572 CALL(cbrtf)