Searched refs:mant_bits (Results 1 - 2 of 2) sorted by relevance
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | cgcc | 191 my ($mant_bits,$exp_bits) = @{ shift @bitsizes }; 194 my $h = $constants{$mant_bits}; 197 my $mant_dig = int (($mant_bits - 1) * log (2) / log (10)); 203 $result .= " -D__${name}_MANT_DIG__=$mant_bits";
|
| /third_party/mesa3d/src/amd/llvm/ |
| H A D | ac_llvm_build.c | 1448 unsigned exp_bits, unsigned mant_bits) in ac_ufN_to_float() 1455 LLVMBuildAnd(ctx->builder, src, LLVMConstInt(ctx->i32, (1 << mant_bits) - 1, false), ""); in ac_ufN_to_float() 1458 unsigned normal_shift = 23 - mant_bits; in ac_ufN_to_float() 1484 unsigned denormal_exp = bias_shift + (32 - mant_bits) - 1; in ac_ufN_to_float() 1493 LLVMConstInt(ctx->i32, ((1ULL << exp_bits) - 1) << mant_bits, false), ""); in ac_ufN_to_float() 1497 LLVMConstInt(ctx->i32, 1ULL << mant_bits, false), ""); in ac_ufN_to_float() 1447 ac_ufN_to_float(struct ac_llvm_context *ctx, LLVMValueRef src, unsigned exp_bits, unsigned mant_bits) ac_ufN_to_float() argument
|
Completed in 10 milliseconds