Searched refs:frexpf (Results 1 – 11 of 11) sorted by relevance
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | s_frexpf.c | 26 frexpf(float x, int *eptr) in frexpf() function
|
/aosp12/system/media/audio_utils/ |
H A D | minifloat.c | 44 float r = frexpf(v, &exp); in gain_from_float()
|
H A D | sample.c | 61 float r = frexpf(v, &exp); in sample_from_float()
|
/aosp12/frameworks/rs/cpu_ref/ |
H A D | rsCpuRuntimeMath.cpp | 130 float SC_frexpf(float v, int* ptr) {return frexpf(v, ptr);} in EXPORT_F32_FN_F32_F32()
|
/aosp12/bionic/libm/ |
H A D | libm.map.txt | 145 frexpf;
|
/aosp12/bionic/tests/headers/posix/ |
H A D | math_h.c | 212 FUNCTION(frexpf, float (*f)(float, int*)); in math_h()
|
/aosp12/bionic/tests/ |
H A D | math_test.cpp | 1578 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 D | math.h | 141 float frexpf(float __x, int* __exponent);
|
/aosp12/bionic/libc/tools/ |
H A D | posix-2013.txt | 297 frexpf
|
/aosp12/bionic/benchmarks/linker_relocation/gen/ |
H A D | liblinker_reloc_bench_100.S | 1022 CALL(frexpf)
|
H A D | liblinker_reloc_bench_030.S | 19387 CALL(frexpf)
|