Home
last modified time | relevance | path

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

/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_frexpf.c26 frexpf(float x, int *eptr) in frexpf() function
/aosp12/system/media/audio_utils/
H A Dminifloat.c44 float r = frexpf(v, &exp); in gain_from_float()
H A Dsample.c61 float r = frexpf(v, &exp); in sample_from_float()
/aosp12/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeMath.cpp130 float SC_frexpf(float v, int* ptr) {return frexpf(v, ptr);} in EXPORT_F32_FN_F32_F32()
/aosp12/bionic/libm/
H A Dlibm.map.txt145 frexpf;
/aosp12/bionic/tests/headers/posix/
H A Dmath_h.c212 FUNCTION(frexpf, float (*f)(float, int*)); in math_h()
/aosp12/bionic/tests/
H A Dmath_test.cpp1578 TEST(MATH_TEST, frexpf) { in TEST() argument
1580 float fr = frexpf(1024.0f, &exp); in TEST()
1668 float fr = frexpf(14.1f, &exp); in TEST()
1914 DoMathDataTest<1>(g_frexpf_intel_data, frexpf); in TEST()
/aosp12/bionic/libc/include/
H A Dmath.h141 float frexpf(float __x, int* __exponent);
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt297 frexpf
/aosp12/bionic/benchmarks/linker_relocation/gen/
H A Dliblinker_reloc_bench_100.S1022 CALL(frexpf)
H A Dliblinker_reloc_bench_030.S19387 CALL(frexpf)