Home
last modified time | relevance | path

Searched refs:exponent (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/
H A DBigIntegerPerfTest.java174 BigInteger exponent = BigInteger.TEN.pow(i / 2 - 1); in repeatModPow() local
176 BigInteger newRes = base.modPow(exponent, product); in repeatModPow()
177 if (!newRes.mod(odd1).equals(base.modPow(exponent, odd1))) { in repeatModPow()
185 + base.modPow(exponent, odd1) in repeatModPow()
189 + exponent); in repeatModPow()
191 if (!newRes.mod(odd2).equals(base.modPow(exponent, odd2))) { in repeatModPow()
/aosp14/frameworks/base/opengl/java/android/opengl/
H A DGLES10Ext.java33 int[] exponent, in glQueryMatrixxOES() argument
41 java.nio.IntBuffer exponent in glQueryMatrixxOES() argument
H A DGLErrorWrapper.java947 int[] exponent, int exponentOffset) { in glQueryMatrixxOES() argument
950 exponent, exponentOffset); in glQueryMatrixxOES()
955 public int glQueryMatrixxOES(IntBuffer mantissa, IntBuffer exponent) { in glQueryMatrixxOES() argument
957 int valid = mgl10Ext.glQueryMatrixxOES(mantissa, exponent); in glQueryMatrixxOES()
H A DGLLogWrapper.java2745 int[] exponent, int exponentOffset) { in glQueryMatrixxOES() argument
2748 arg("exponent", Arrays.toString(exponent)); in glQueryMatrixxOES()
2751 exponent, exponentOffset); in glQueryMatrixxOES()
2753 returns(toString(16, FORMAT_INT, exponent, exponentOffset)); in glQueryMatrixxOES()
2758 public int glQueryMatrixxOES(IntBuffer mantissa, IntBuffer exponent) { in glQueryMatrixxOES() argument
2761 arg("exponent", exponent.toString()); in glQueryMatrixxOES()
2763 int valid = mgl10Ext.glQueryMatrixxOES(mantissa, exponent); in glQueryMatrixxOES()
2765 returns(toString(16, FORMAT_INT, exponent)); in glQueryMatrixxOES()
/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10Ext.java27 int[] exponent, in glQueryMatrixxOES() argument
33 java.nio.IntBuffer exponent in glQueryMatrixxOES() argument
/aosp14/system/core/libcrypto_utils/
H A Dandroid_pubkey.cpp52 uint32_t exponent; member
81 if (!e || !BN_set_word(e, key_struct->exponent)) { in android_pubkey_decode()
146 key_struct->exponent = (uint32_t)BN_get_word(RSA_get0_e(key)); in android_pubkey_encode()
/aosp14/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10Ext.cpp436 GLint *exponent = (GLint *) 0; in android_glQueryMatrixxOES___3II_3II() local
482 exponent = exponent_base + exponentOffset; in android_glQueryMatrixxOES___3II_3II()
486 (GLint *)exponent in android_glQueryMatrixxOES___3II_3II()
520 GLint *exponent = (GLint *) 0; in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() local
541exponent = (GLint *)getPointer(_env, exponent_buf, (jarray*)&_exponentArray, &_exponentRemaining, … in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
552 if (exponent == NULL) { in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
554 exponent = (GLint *) (_exponentBase + _exponentBufferOffset); in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
558 (GLint *)exponent in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
563 _env->ReleaseIntArrayElements(_exponentArray, (jint*)exponent, _exception ? JNI_ABORT : 0); in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
H A Dcom_google_android_gles_jni_GLImpl.cpp4120 GLint *exponent = (GLint *) 0; in android_glQueryMatrixxOES___3II_3II() local
4166 exponent = exponent_base + exponentOffset; in android_glQueryMatrixxOES___3II_3II()
4170 (GLint *)exponent in android_glQueryMatrixxOES___3II_3II()
4204 GLint *exponent = (GLint *) 0; in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() local
4225exponent = (GLint *)getPointer(_env, exponent_buf, (jarray*)&_exponentArray, &_exponentRemaining, … in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
4236 if (exponent == NULL) { in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
4238 exponent = (GLint *) (_exponentBase + _exponentBufferOffset); in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
4242 (GLint *)exponent in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
4247 _env->ReleaseIntArrayElements(_exponentArray, (jint*)exponent, _exception ? JNI_ABORT : 0); in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
/aosp14/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1158 int[] exponent, in glQueryMatrixxOES() argument
1166 java.nio.IntBuffer exponent in glQueryMatrixxOES() argument
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...