| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | querymatrix.c | 108 normalizedFraction = (GLfloat)frexp(matrix[i], &exp);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | querymatrix.c | 108 normalizedFraction = (GLfloat)frexp(matrix[i], &exp);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 6.4.rst | 42 - fixed undefined frexp and rand in X.org libGLcore.a (bug 4242)
|
| H A D | 21.3.7.rst | 79 - nir: Properly handle various exceptional values in frexp
|
| H A D | 19.0.0.rst | 1123 - compiler/spirv: implement 16-bit frexp
|
| H A D | 20.3.0.rst | 1281 - gallivm/nir: lower frexp/ldexp 2351 - v3dv: lower frexp
|
| H A D | 19.1.0.rst | 4337 - ac: fix return type for llvm.amdgcn.frexp.exp.i32.64
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_flrp.c | 293 frexp(val0[swizzle0[i]].f64, &exp0); 294 frexp(val1[swizzle1[i]].f64, &exp1);
|
| /xsrc/external/mit/xedit/dist/lisp/mp/ |
| H A D | mpr.c | 111 val = frexp(val, &e);
|
| H A D | mpi.c | 181 mantissa = frexp(d, &exponent); 1484 d = frexp(d, &exponent);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_exec.c | 376 dst->d[0] = frexp(src->d[0], &dst_exp->i[0]); 377 dst->d[1] = frexp(src->d[1], &dst_exp->i[1]); 378 dst->d[2] = frexp(src->d[2], &dst_exp->i[2]); 379 dst->d[3] = frexp(src->d[3], &dst_exp->i[3]);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_exec.c | 406 dst->d[0] = frexp(src->d[0], &dst_exp->i[0]); 407 dst->d[1] = frexp(src->d[1], &dst_exp->i[1]); 408 dst->d[2] = frexp(src->d[2], &dst_exp->i[2]); 409 dst->d[3] = frexp(src->d[3], &dst_exp->i[3]);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | bifrost_compile.c | 1616 bi_index frexp = bi_frexpe_f32(b, s0, true, false); local in function:bi_flog2_32 1617 bi_index frexpi = bi_s32_to_f32(b, frexp, BI_ROUND_RTZ);
|
| /xsrc/external/mit/MesaLib.old/src/compiler/nir/ |
| H A D | nir_constant_expressions.c | 10168 frexp(src0, &dst); 10186 frexp(src0, &dst); 10204 frexp(src0, &dst); 10234 int n; dst = frexp(src0, &n); 10252 int n; dst = frexp(src0, &n); 10270 int n; dst = frexp(src0, &n);
|
| /xsrc/external/mit/MesaLib/src/compiler/nir/ |
| H A D | nir_constant_expressions.c | 34099 frexp(src0, &dst); 34118 frexp(src0, &dst); 34137 frexp(src0, &dst); 34169 int n; dst = frexp(src0, &n); 34195 int n; dst = frexp(src0, &n); 34217 int n; dst = frexp(src0, &n); [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | tgsi.rst | 1869 Like the ``frexp()`` routine in many math libraries, this opcode stores the
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | tgsi.rst | 1903 Like the ``frexp()`` routine in many math libraries, this opcode stores the
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | builtin_functions.cpp | 1168 B2(frexp) 3991 add_function("frexp",
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | builtin_functions.cpp | 1074 B2(frexp) 3800 add_function("frexp",
|
| /xsrc/external/mit/MesaLib/dist/ |
| H A D | .pick_status.json | 3802 "description": "nir: Properly handle various exceptional values in frexp", [all...] |