Home
last modified time | relevance | path

Searched refs:mantissa (Results 1 – 15 of 15) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Dformat_r11g11b10f.h66 int mantissa = f32.ui & 0x007fffff; in f32_to_uf11() local
76 if (mantissa) { in f32_to_uf11()
94 mantissa >>= UF11_MANTISSA_SHIFT; in f32_to_uf11()
95 uf11 = exponent << UF11_EXPONENT_SHIFT | mantissa; in f32_to_uf11()
109 int mantissa = (val & 0x003f); in uf11_to_f32() local
114 if (mantissa != 0) { in uf11_to_f32()
116 f32.f = scale * mantissa; in uf11_to_f32()
119 f32.ui = F32_INFINITY | mantissa; in uf11_to_f32()
128 decimal = 1.0f + (float) mantissa / 64; in uf11_to_f32()
148 int mantissa = f32.ui & 0x007fffff; in f32_to_uf10() local
[all …]
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
Dand_constructor.h25 range.mantissa = (long)x; \
29 x = (float)(range.mantissa); \
/hardware/google/gfxstream/codegen/gles1/
Dgles1.attrib534 #glQueryMatrixxOES(GLfixed * mantissa, GLint * exponent)
536 dir mantissa out
537 len mantissa (16 * sizeof(GLfixed))
Dgles1.in246 GL_ENTRY(GLbitfield, glQueryMatrixxOES, GLfixed * mantissa, GLint * exponent)
/hardware/google/gfxstream/include/GLES/
Dglext.h723 GL_API GLbitfield GL_APIENTRY glQueryMatrixxOES (GLfixed mantissa[16], GLint exponent[16]);
725 typedef GLbitfield (GL_APIENTRYP PFNGLQUERYMATRIXXOESPROC) (GLfixed mantissa[16], GLint exponent[16…
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dglext.h371 typedef GLbitfield (GL_APIENTRYP PFNGLQUERYMATRIXXOESPROC) (GLfixed *mantissa, GLint *exponent);
373 GL_API GLbitfield GL_APIENTRY glQueryMatrixxOES (GLfixed *mantissa, GLint *exponent);
/hardware/google/gfxstream/common/opengl/include/GLES/
Dglext.h836 GL_API GLbitfield GL_APIENTRY glQueryMatrixxOES (GLfixed mantissa[16], GLint exponent[16]);
838 typedef GLbitfield (GL_APIENTRYP PFNGLQUERYMATRIXXOESPROC) (GLfixed mantissa[16], GLint exponent[16…
/hardware/google/gfxstream/guest/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.cpp7180 GLbitfield glQueryMatrixxOES_enc(void *self , GLfixed* mantissa, GLint* exponent) in glQueryMatrixxOES_enc() argument
7182 ENCODER_DEBUG_LOG("glQueryMatrixxOES(mantissa:0x%08x, exponent:0x%08x)", mantissa, exponent); in glQueryMatrixxOES_enc()
7208 stream->readback(mantissa, __size_mantissa); in glQueryMatrixxOES_enc()
7209 if (useChecksum) checksumCalculator->addBuffer(mantissa, __size_mantissa); in glQueryMatrixxOES_enc()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/
Dmathtest.adoc239 N & = 9 & \text{number of mantissa bits per component} \\
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dformats.adoc476 exponent in bits 27..31, a 9-bit B component mantissa in bits 18..26, a
477 9-bit G component mantissa in bits 9..17, and a 9-bit R component
478 mantissa in bits 0..8.
Dprimsrast.adoc3808 aspect when using a fixed-point attachment, or the number of mantissa bits
3820 If [eq]#n# is the number of bits in the floating-point mantissa, the minimum
3949 [eq]#r# defined by the bit-size or mantissa of the format as described
Dtextures.adoc288 N & = 9 & \text{number of mantissa bits per component} \\
383 {empty}:: [eq]#N = 9# (number of mantissa bits per component)
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dwuffs-v0.3.c13885 uint64_t mantissa) { in wuffs_base__private_implementation__high_prec_dec__round_just_enough() argument
13893 if ((mantissa == 0) || in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13916 uint64_t l_mantissa = mantissa - 1; in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13917 if ((exp2 > min_incl_normal_exp2) && (mantissa <= min_incl_normal_mantissa)) { in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13919 l_mantissa = (2 * mantissa) - 1; in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13937 &upper, (2 * mantissa) + 1, false); in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13943 bool inclusive = (mantissa & 1) == 0; in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglext.h5323 typedef GLbitfield (APIENTRYP PFNGLQUERYMATRIXXOESPROC) (GLfixed *mantissa, GLint *exponent);
5325 GLAPI GLbitfield APIENTRY glQueryMatrixxOES (GLfixed *mantissa, GLint *exponent);