Home
last modified time | relevance | path

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

/device/google/dragon/audio/hal/dsp/
Ddrc_math.h63 unsigned int exponent:8; member
114 int exp = u.ieee.exponent; in frexpf_fast()
118 u.ieee.exponent = 126; in frexpf_fast()
203 return u.ieee.exponent == 0xff; in isbadf()
/device/google/contexthub/util/common/
DJSONObject.cpp326 int32_t exponent; in Parse() local
327 if (parseInt32(&data[firstExpDigitOffset], numExpDigits, &exponent) != 0) { in Parse()
332 exponent = -exponent; in Parse()
336 x += (float)fraction * powf(10.0f, exponent - (int32_t)numFracDigits); in Parse()
/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/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.cpp247 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.cpp6639 GLbitfield glQueryMatrixxOES_enc(void *self , GLfixed* mantissa, GLint* exponent) in glQueryMatrixxOES_enc() argument
6667 stream->readback(exponent, __size_exponent); in glQueryMatrixxOES_enc()
6668 if (useChecksum) checksumCalculator->addBuffer(exponent, __size_exponent); in glQueryMatrixxOES_enc()