Searched refs:exponent (Results 1 – 10 of 10) sorted by relevance
/device/google/contexthub/util/nanoapp_sign/ |
D | nanoapp_sign.c | 119 uint32_t exponent[RSA_LIMBS]; member 384 rsaResult = rsaPrivOp(&rsa->state, rsa->num, rsa->exponent, rsa->modulus); in handleSign() 503 if (!readFile(rsa.exponent, sizeof(rsa.exponent), keyPvtFile)) in main() 507 printHashRev(stderr, "RSA exponent", rsa.exponent, RSA_LIMBS); in main()
|
/device/google/contexthub/util/common/ |
D | JSONObject.cpp | 322 int32_t exponent; in Parse() local 323 if (parseInt32(&data[firstExpDigitOffset], numExpDigits, &exponent) != 0) { in Parse() 328 exponent = -exponent; in Parse() 332 x += (float)fraction * powf(10.0f, exponent - (int32_t)numFracDigits); in Parse()
|
/device/google/contexthub/firmware/lib/builtins/ |
D | fp_extend_impl.inc | 74 // exponent into the proper position and rebiasing the exponent. 92 // the correct adjusted exponent in the destination type.
|
/device/google/crosshatch/audio/ |
D | Test1_Crosshatch_5_10_2018_onsite_final_remove_actisonic.tuning | 380 "enhance_and_protect_left.DRC.Limiter 1.Gain.gain leaf.exponent": 0, 414 "enhance_and_protect_left.DRC.Limiter 2.Gain.gain leaf.exponent": 0, 448 "enhance_and_protect_left.DRC.Limiter 3.Gain.gain leaf.exponent": 0, 482 "enhance_and_protect_left.DRC.Limiter 4.Gain.gain leaf.exponent": 0, 516 "enhance_and_protect_left.DRC.Limiter 5.Gain.gain leaf.exponent": 0, 611 "enhance_and_protect_left.Equalizer.Gain.gain leaf.exponent": 0, 634 "enhance_and_protect_left.Input Enhance.Gain 1.gain leaf.exponent": 0, 637 "enhance_and_protect_left.Input Enhance.Gain 2.gain leaf.exponent": 0, 640 "enhance_and_protect_left.Input Enhance.Gain 3.gain leaf.exponent": 0, 643 "enhance_and_protect_left.Input Enhance.Gain Comp.gain leaf.exponent": -1, [all …]
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.attrib | 331 dir exponent out 332 len exponent (16 * sizeof(GLfixed))
|
D | gles1.in | 246 GL_ENTRY(GLbitfield, glQueryMatrixxOES, GLfixed * mantissa, GLint * exponent)
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | glext.h | 832 GL_API GLbitfield GL_APIENTRY glQueryMatrixxOES (GLfixed mantissa[16], GLint exponent[16]); 834 typedef GLbitfield (GL_APIENTRYP PFNGLQUERYMATRIXXOESPROC) (GLfixed mantissa[16], GLint exponent[16…
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 1151 GLbitfield glQueryMatrixxOES(GLfixed mantissa[16], GLint exponent[16]) in glQueryMatrixxOES() 1153 return getDispatch()->glQueryMatrixxOES(mantissa, exponent); in glQueryMatrixxOES()
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_entry.cpp | 246 GLbitfield glQueryMatrixxOES(GLfixed* mantissa, GLint* exponent); 1745 GLbitfield glQueryMatrixxOES(GLfixed* mantissa, GLint* exponent) in glQueryMatrixxOES() argument 1748 return ctx->glQueryMatrixxOES(ctx, mantissa, exponent); in glQueryMatrixxOES()
|
D | gl_enc.cpp | 6720 GLbitfield glQueryMatrixxOES_enc(void *self , GLfixed* mantissa, GLint* exponent) in glQueryMatrixxOES_enc() argument 6748 stream->readback(exponent, __size_exponent); in glQueryMatrixxOES_enc() 6749 if (useChecksum) checksumCalculator->addBuffer(exponent, __size_exponent); in glQueryMatrixxOES_enc()
|