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

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_format_float.c 61 * float denorm handling of the cpu.
321 * float denorms to floats according to current cpu denorm mode, if
354 LLVMValueRef exp_one, isdenorm, denorm, normal, exp_adj; local
356 /* denorm (or zero) if exponent is zero */
369 denorm = lp_build_or(&i32_bld, srcabs, magic);
370 denorm = LLVMBuildBitCast(builder, denorm, f32_bld.vec_type, "");
371 denorm = lp_build_sub(&f32_bld, denorm,
373 denorm = LLVMBuildBitCast(builder, denorm, i32_bld.vec_type, "")
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_format_float.c 61 * float denorm handling of the cpu.
321 * float denorms to floats according to current cpu denorm mode, if
354 LLVMValueRef exp_one, isdenorm, denorm, normal, exp_adj; local
356 /* denorm (or zero) if exponent is zero */
369 denorm = lp_build_or(&i32_bld, srcabs, magic);
370 denorm = LLVMBuildBitCast(builder, denorm, f32_bld.vec_type, "");
371 denorm = lp_build_sub(&f32_bld, denorm,
373 denorm = LLVMBuildBitCast(builder, denorm, i32_bld.vec_type, "")
    [all...]
  /xsrc/external/mit/xedit/dist/lisp/mp/
mpi.c 537 BNS carry, scarry, denorm; /* carry and normalization */ local
617 denorm = (BNS)((BNI)CARRY / ((BNI)(den->digs[dpos]) + 1));
619 if (denorm > 1) {
622 value = ndigs[i] * (BNI)denorm + carry;
630 value = ddigs[i] * (BNI)denorm + carry;
687 rdigs[j] = (BNS)(value / denorm);
688 carry = (BNS)(value % denorm);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/lib/
gk110.asm 108 // denorm, or 0). Do this by subtracting 1 from the exponent, which will
115 // Process all special values: NaN, inf, denorm, 0
190 // 2) (For the denorm input) The 2^54 we multiplied at rcp_denorm, stored
195 // or <= 0 (denorm). Those cases will be handled respectively below
222 // Denorm result comes from huge input. The greatest possible fp64, i.e.
gm107.asm 122 // denorm, or 0). Do this by subtracting 1 from the exponent, which will
129 // Process all special values: NaN, inf, denorm, 0
217 // 2) (For the denorm input) The 2^54 we multiplied at rcp_denorm, stored
222 // or <= 0 (denorm). Those cases will be handled respectively below
252 // Denorm result comes from huge input. The greatest possible fp64, i.e.
gk104.asm 566 // denorm, or 0). Do this by subtracting 1 from the exponent, which will
573 // Process all special values: NaN, inf, denorm, 0
648 // 2) (For the denorm input) The 2^54 we multiplied at rcp_denorm, stored
653 // or <= 0 (denorm). Those cases will be handled respectively below
680 // Denorm result comes from huge input. The greatest possible fp64, i.e.
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/lib/
gk110.asm 108 // denorm, or 0). Do this by substracting 1 from the exponent, which will
115 // Process all special values: NaN, inf, denorm, 0
190 // 2) (For the denorm input) The 2^54 we multiplied at rcp_denorm, stored
195 // or <= 0 (denorm). Those cases will be handled respectively below
222 // Denorm result comes from huge input. The greatest possible fp64, i.e.
gm107.asm 122 // denorm, or 0). Do this by substracting 1 from the exponent, which will
129 // Process all special values: NaN, inf, denorm, 0
217 // 2) (For the denorm input) The 2^54 we multiplied at rcp_denorm, stored
222 // or <= 0 (denorm). Those cases will be handled respectively below
252 // Denorm result comes from huge input. The greatest possible fp64, i.e.
gk104.asm 566 // denorm, or 0). Do this by substracting 1 from the exponent, which will
573 // Process all special values: NaN, inf, denorm, 0
648 // 2) (For the denorm input) The 2^54 we multiplied at rcp_denorm, stored
653 // or <= 0 (denorm). Those cases will be handled respectively below
680 // Denorm result comes from huge input. The greatest possible fp64, i.e.
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_lower_to_hw_instr.cpp 1875 bld.sopp(aco_opcode::s_denorm_mode, -1, new_mode.denorm);
1892 bool set_denorm = always_set && block->fp_mode.denorm != config_mode.denorm;
1897 if (program.blocks[pred].fp_mode.denorm != block->fp_mode.denorm)
aco_ir.h 235 uint8_t denorm : 4; member in struct:aco::float_mode::__anon482::__anon484

Completed in 20 milliseconds