HomeSort by: relevance | last modified time | path
    Searched refs:frexp (Results 1 - 12 of 12) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
querymatrix.c 108 normalizedFraction = (GLfloat)frexp(matrix[i], &exp);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
querymatrix.c 108 normalizedFraction = (GLfloat)frexp(matrix[i], &exp);
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
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/
mpr.c 111 val = frexp(val, &e);
mpi.c 181 mantissa = frexp(d, &exponent);
1484 d = frexp(d, &exponent);
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
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.old/dist/src/gallium/auxiliary/tgsi/
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/panfrost/bifrost/
bifrost_compile.c 1616 bi_index frexp = bi_frexpe_f32(b, s0, true, false); local
1617 bi_index frexpi = bi_s32_to_f32(b, frexp, BI_ROUND_RTZ);
  /xsrc/external/mit/MesaLib.old/src/compiler/nir/
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/
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/dist/src/compiler/glsl/
builtin_functions.cpp 1168 B2(frexp)
3991 add_function("frexp",
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
builtin_functions.cpp 1074 B2(frexp)
3800 add_function("frexp",

Completed in 61 milliseconds