Home
last modified time | relevance | path

Searched defs:mantissa (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Dformat_r11g11b10f.h66 int mantissa = f32.ui & 0x007fffff; in f32_to_uf11() local
109 int mantissa = (val & 0x003f); in uf11_to_f32() local
148 int mantissa = f32.ui & 0x007fffff; in f32_to_uf10() local
191 int mantissa = (val & 0x001f); in uf10_to_f32() local
/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_entry.cpp1745 GLbitfield glQueryMatrixxOES(GLfixed* mantissa, GLint* exponent) in glQueryMatrixxOES()
Dgl_enc.cpp7180 GLbitfield glQueryMatrixxOES_enc(void *self , GLfixed* mantissa, GLint* exponent) in glQueryMatrixxOES_enc()
/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()