Home
last modified time | relevance | path

Searched refs:scalb (Results 1 – 14 of 14) sorted by relevance

/aosp12/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
H A Db_exp.c111 return scalb(1.0+(hi-(lo-(x*c)/(2.0-c))),k);
118 if(finite(x)) return(scalb(1.0,-5000));
127 return( finite(x) ? scalb(1.0,5000) : x);
157 return scalb(1.+(hi-(lo - c)), k);
163 if(finite(x)) return(scalb(1.0,-5000));
172 return( finite(x) ? scalb(1.0,5000) : x);
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/rtt/
H A DResponderLocation.java582 Math.scalb(subelementLciFields[SUBELEMENT_LCI_ALT_INDEX], -ALTITUDE_FRACTION_BITS); in parseSubelementLci()
609 angle = Math.scalb((double) fields[offset] - Math.pow(2, bitFieldSizes[offset]), in decodeLciLatLng()
613 angle = Math.scalb((double) fields[offset], -LATLNG_FRACTION_BITS); in decodeLciLatLng()
696 return Math.scalb(value, -fraction); in decodeZUnsignedToSignedValue()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DTISBindHelper.java116 Math.scalb(BACKOFF_MILLIS, mConnectionAttempts), MAX_BACKOFF_MILLIS); in internalBindToTIS()
/aosp12/bionic/libm/
H A Dlibm.map.txt228 scalb;
/aosp12/bionic/libc/include/
H A Dmath.h363 double scalb(double __x, double __exponent);
/aosp12/bionic/tests/
H A Dmath_test.cpp1353 TEST(MATH_TEST, scalb) { in TEST() argument
1354 ASSERT_DOUBLE_EQ(12.0, scalb(3.0, 2.0)); in TEST()
2099 DoMathDataTest<1>(g_scalb_intel_data, scalb); in TEST()
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A Dmath_private.h857 #define __ieee754_scalb scalb
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DOverviewProxyService.java786 Math.scalb(BACKOFF_MILLIS, mConnectionBackoffAttempts), MAX_BACKOFF_MILLIS); in retryConnectionWithBackoff()
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobSchedulerService.java1761 delayMillis = (long) Math.scalb(backoff, backoffAttempts - 1);
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt41524 method public static double scalb(double, int);
41525 method public static float scalb(float, int);
41846 method public static double scalb(double, int);
41847 method public static float scalb(float, int);
/aosp12/art/build/boot/
H A Dboot-image-profile.txt2237 HSPLjava/lang/Math;->scalb(FI)F
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt24843 HSPLjava/lang/Math;->scalb(FI)F