HomeSort by relevance Sort by last modified time
    Searched defs:exp_bias (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/include/
floatformat.h 70 is intentionally signed as, otherwize, -exp_bias can turn into a
71 very large number (e.g., given the exp_bias of 0x3fff and a 64
72 bit long, the equation (long)(1 - exp_bias) evaluates to
74 int exp_bias; member in struct:floatformat
76 the float, not adjusted by the exp_bias. This usually consists of all
  /external/mesa3d/src/compiler/glsl/
lower_instructions.cpp 500 ir_constant *exp_bias = new(ir) ir_constant(1022, vec_elem); local
531 i.insert_before(assign(extracted_biased_exp, add(frexp_exp, exp_bias)));
    [all...]

Completed in 144 milliseconds