Home
last modified time | relevance | path

Searched defs:exp (Results 1 – 18 of 18) sorted by relevance

/aosp14/system/core/libcutils/include/cutils/
H A Dcompiler.h25 # define CC_LIKELY( exp ) (__builtin_expect( !!(exp), true )) argument
26 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), false )) argument
28 # define CC_LIKELY( exp ) (__builtin_expect( !!(exp), 1 )) argument
29 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), 0 )) argument
H A Dfs.h30 #define TEMP_FAILURE_RETRY(exp) ({ \ argument
/aosp14/system/core/libcutils/include_outside_system/cutils/
H A Dcompiler.h25 # define CC_LIKELY( exp ) (__builtin_expect( !!(exp), true )) argument
26 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), false )) argument
28 # define CC_LIKELY( exp ) (__builtin_expect( !!(exp), 1 )) argument
29 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), 0 )) argument
H A Dfs.h30 #define TEMP_FAILURE_RETRY(exp) ({ \ argument
/aosp14/frameworks/base/core/java/android/util/
H A DFloatMath.java104 public static float exp(float value) { in exp() method in FloatMath
H A DMathUtils.java57 public static float exp(float a) { in exp() method in MathUtils
/aosp14/system/core/libutils/include/utils/
H A DFastStrcmp.h24 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) argument
H A DCompat.h77 #define TEMP_FAILURE_RETRY(exp) \ argument
/aosp14/frameworks/base/libs/androidfw/
H A DStreamingZipInflater.cpp36 #define TEMP_FAILURE_RETRY(exp) ({ \ argument
H A DObbFile.cpp64 #define TEMP_FAILURE_RETRY(exp) ({ \ argument
H A DAssetManager.cpp50 #define TEMP_FAILURE_RETRY(exp) ({ \ argument
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/
H A DBigIntegerPerfTest.java124 private static BigInteger myPow(BigInteger base, int exp, BigInteger scaleBy) { in myPow()
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/power/
H A DEnergyConsumerStatsTest.java514 int exp; in testStandardBucketMapping() local
/aosp14/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DEnvReverbTest.java260 static int expToLin(float exp, int range) { in expToLin()
/aosp14/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DSurfaceCompositionMeasuringActivity.java499 int exp = (int) (Math.log(bytes) / Math.log(unit)); in getReadableMemory() local
/aosp14/frameworks/base/test-runner/src/android/test/
H A DMoreAsserts.java199 Object exp = expected[i]; in assertEquals() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DUserControllerTest.java1198 int checkComponentPermission(String permission, int pid, int uid, int owner, boolean exp) { in checkComponentPermission()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...