Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanoapp_sign/
Dnanoapp_sign.c119 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/
DJSONObject.cpp322 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/
Dfp_extend_impl.inc74 // exponent into the proper position and rebiasing the exponent.
92 // the correct adjusted exponent in the destination type.
/device/google/crosshatch/audio/
DTest1_Crosshatch_5_10_2018_onsite_final_remove_actisonic.tuning380 "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/
Dgles1.attrib331 dir exponent out
332 len exponent (16 * sizeof(GLfixed))
Dgles1.in246 GL_ENTRY(GLbitfield, glQueryMatrixxOES, GLfixed * mantissa, GLint * exponent)
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h832 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/
Dgles.cpp1151 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/
Dgl_entry.cpp246 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()
Dgl_enc.cpp6720 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()