Searched refs:frexp (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dquerymatrix.c108 normalizedFraction = (GLfloat)frexp(matrix[i], &exp);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dquerymatrix.c108 normalizedFraction = (GLfloat)frexp(matrix[i], &exp);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D6.4.rst42 - fixed undefined frexp and rand in X.org libGLcore.a (bug 4242)
H A D21.3.7.rst79 - nir: Properly handle various exceptional values in frexp
H A D19.0.0.rst1123 - compiler/spirv: implement 16-bit frexp
H A D20.3.0.rst1281 - gallivm/nir: lower frexp/ldexp
2351 - v3dv: lower frexp
H A D19.1.0.rst4337 - ac: fix return type for llvm.amdgcn.frexp.exp.i32.64
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_flrp.c293 frexp(val0[swizzle0[i]].f64, &exp0);
294 frexp(val1[swizzle1[i]].f64, &exp1);
/xsrc/external/mit/xedit/dist/lisp/mp/
H A Dmpr.c111 val = frexp(val, &e);
H A Dmpi.c181 mantissa = frexp(d, &exponent);
1484 d = frexp(d, &exponent);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c376 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 Dtgsi_exec.c406 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 Dbifrost_compile.c1616 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 Dnir_constant_expressions.c10168 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 Dnir_constant_expressions.c34099 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 Dtgsi.rst1869 Like the ``frexp()`` routine in many math libraries, this opcode stores the
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dtgsi.rst1903 Like the ``frexp()`` routine in many math libraries, this opcode stores the
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dbuiltin_functions.cpp1168 B2(frexp)
3991 add_function("frexp",
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dbuiltin_functions.cpp1074 B2(frexp)
3800 add_function("frexp",
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json3802 "description": "nir: Properly handle various exceptional values in frexp",
[all...]

Completed in 365 milliseconds