/hardware/google/gfxstream/guest/mesa/src/util/ |
D | format_r11g11b10f.h | 66 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/ |
D | and_constructor.h | 25 range.mantissa = (long)x; \ 29 x = (float)(range.mantissa); \
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.attrib | 534 #glQueryMatrixxOES(GLfixed * mantissa, GLint * exponent) 536 dir mantissa out 537 len mantissa (16 * sizeof(GLfixed))
|
D | gles1.in | 246 GL_ENTRY(GLbitfield, glQueryMatrixxOES, GLfixed * mantissa, GLint * exponent)
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 723 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/ |
D | glext.h | 371 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/ |
D | glext.h | 836 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/ |
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 | 7180 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/ |
D | mathtest.adoc | 239 N & = 9 & \text{number of mantissa bits per component} \\
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | formats.adoc | 476 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.
|
D | primsrast.adoc | 3808 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
|
D | textures.adoc | 288 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/ |
D | wuffs-v0.3.c | 13885 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/ |
D | glext.h | 5323 typedef GLbitfield (APIENTRYP PFNGLQUERYMATRIXXOESPROC) (GLfixed *mantissa, GLint *exponent); 5325 GLAPI GLbitfield APIENTRY glQueryMatrixxOES (GLfixed *mantissa, GLint *exponent);
|