Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayUtils.cpp282 horDscale = powf(2.0f, ceilf(log2f(horDscale))); in getDecimationFactor()
283 verDscale = powf(2.0f, ceilf(log2f(verDscale))); in getDecimationFactor()
291 horzDeci = (uint8_t)log2f(horDscale); in getDecimationFactor()
294 vertDeci = (uint8_t)log2f(verDscale); in getDecimationFactor()
H A DoverlayMdssRot.cpp391 downscale = (uint32_t) powf(2.0f, floorf(log2f((float)downscale))); in getDownscaleFactor()
/aosp12/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayUtils.cpp290 horDscale = powf(2.0f, ceilf(log2f(horDscale))); in getDecimationFactor()
291 verDscale = powf(2.0f, ceilf(log2f(verDscale))); in getDecimationFactor()
299 horzDeci = (uint8_t)log2f(horDscale); in getDecimationFactor()
302 vertDeci = (uint8_t)log2f(verDscale); in getDecimationFactor()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
H A Dprobability_utils.h56 + log2f(rawProbability) * PROBABILITY_ENCODING_SCALER; in encodeRawProbability()
/aosp12/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayUtils.cpp294 horDscale = powf(2.0f, ceilf(log2f(horDscale))); in getDecimationFactor()
295 verDscale = powf(2.0f, ceilf(log2f(verDscale))); in getDecimationFactor()
H A DoverlayMdp.cpp162 mOVInfo.horz_deci = (int)log2f(horDscale); in doDownscale()
165 mOVInfo.vert_deci = (int)log2f(verDscale); in doDownscale()
/aosp12/bionic/benchmarks/
H A Dmath_benchmark.cpp434 f = log2f(*cin); in BM_math_log2f_speccpu2017()
467 f = log2f(f * zero + *cin); in BM_math_log2f_speccpu2017_latency()
/aosp12/bionic/libm/
H A Dlibm.map.txt185 log2f; # introduced-arm=18 introduced-arm64=21 introduced-x86=18 introduced-x86_64=21
/aosp12/bionic/tests/headers/posix/
H A Dmath_h.c251 FUNCTION(log2f, float (*f)(float)); in math_h()
/aosp12/bionic/tests/
H A Dmath_test.cpp647 TEST(MATH_TEST, log2f) { in TEST() argument
648 ASSERT_FLOAT_EQ(12.0f, log2f(4096.0f)); in TEST()
1676 ASSERT_FLOAT_EQ(5.0f, exp2f(log2f(5))); in TEST()
1994 DoMathDataTest<1>(g_log2f_intel_data, log2f); in TEST()
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
H A DExifUtils.cpp232 return 2.0f * log2f(val); in ConvertToApex()
668 float shutter_speed = -log2f(exposure_time); in SetShutterSpeed()
/aosp12/frameworks/av/services/camera/libcameraservice/utils/
H A DExifUtils.cpp224 return 2.0f * log2f(val); in convertToApex()
661 float shutterSpeed = -log2f(exposure_time); in setShutterSpeed()
/aosp12/bionic/libc/include/
H A Dmath.h165 float log2f(float __x) __INTRODUCED_IN(18);
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A Dmath_private.h874 #define __ieee754_log2f log2f
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
H A Domx_vdec_test.cpp179 static inline float log2f(const float& x) in log2f() function
3816 horDscale = powf(2.0f, ceilf(log2f(horDscale))); in overlay_set()
3817 verDscale = powf(2.0f, ceilf(log2f(verDscale))); in overlay_set()
3827 overlayp->horz_deci = (int)log2f(horDscale); in overlay_set()
3830 overlayp->vert_deci = (int)log2f(verDscale); in overlay_set()
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt520 log2f
/aosp12/hardware/qcom/display/msm8909/sdm/libs/core/
H A Dresource_default.cpp922 *decimation = UINT8(ceilf(log2f(downscale / max_down_scale))); in CalculateDecimation()
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
H A Dresource_default.cpp922 *decimation = UINT8(ceilf(log2f(downscale / max_down_scale))); in CalculateDecimation()
/aosp12/hardware/qcom/display/msm8996/sdm/libs/core/
H A Dresource_default.cpp885 *decimation = UINT8(ceilf(log2f(downscale / max_down_scale))); in CalculateDecimation()
/aosp12/hardware/qcom/display/msm8998/sdm/libs/core/
H A Dresource_default.cpp922 *decimation = UINT8(ceilf(log2f(downscale / max_down_scale))); in CalculateDecimation()
/aosp12/hardware/qcom/sdm845/display/sdm/libs/core/
H A Dresource_default.cpp923 *decimation = UINT8(ceilf(log2f(downscale / max_down_scale))); in CalculateDecimation()
/aosp12/hardware/qcom/sm7250/display/sdm/libs/core/
H A Dresource_default.cpp911 *decimation = UINT8(ceilf(log2f(downscale / max_down_scale))); in CalculateDecimation()
/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/
H A Dresource_default.cpp914 *decimation = UINT8(ceilf(log2f(downscale / max_down_scale))); in CalculateDecimation()
/aosp12/bionic/docs/
H A Dstatus.md265 * <math.h> `log2`, `log2f`.