Searched refs:has_sign (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_format.h | 194 boolean has_sign); 203 boolean has_sign);
|
| H A D | lp_bld_format_float.c | 56 * @param has_sign if the small float has a sign bit 78 boolean has_sign) 101 if (has_sign) { 157 if (has_sign) { 205 if (has_sign) { 275 * @param has_sign if the small float has a sign bit 287 boolean has_sign) 385 if (has_sign) { 72 lp_build_float_to_smallfloat(struct gallivm_state * gallivm,struct lp_type i32_type,LLVMValueRef src,unsigned mantissa_bits,unsigned exponent_bits,unsigned mantissa_start,boolean has_sign) argument 281 lp_build_smallfloat_to_float(struct gallivm_state * gallivm,struct lp_type f32_type,LLVMValueRef src,unsigned mantissa_bits,unsigned exponent_bits,unsigned mantissa_start,boolean has_sign) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_format_float.c | 56 * @param has_sign if the small float has a sign bit 78 boolean has_sign) 101 if (has_sign) { 157 if (has_sign) { 205 if (has_sign) { 275 * @param has_sign if the small float has a sign bit 287 boolean has_sign) 385 if (has_sign) { 72 lp_build_float_to_smallfloat(struct gallivm_state * gallivm,struct lp_type i32_type,LLVMValueRef src,unsigned mantissa_bits,unsigned exponent_bits,unsigned mantissa_start,boolean has_sign) argument 281 lp_build_smallfloat_to_float(struct gallivm_state * gallivm,struct lp_type f32_type,LLVMValueRef src,unsigned mantissa_bits,unsigned exponent_bits,unsigned mantissa_start,boolean has_sign) argument
|
| H A D | lp_bld_format.h | 217 boolean has_sign); 226 boolean has_sign);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_mpeg12_bitstream.c | 550 bool has_sign = true; local in function:init_dct_coeff_table 557 has_sign = false; 561 has_sign = false; 589 if (has_sign) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_mpeg12_bitstream.c | 550 bool has_sign = true; local in function:init_dct_coeff_table 557 has_sign = false; 561 has_sign = false; 589 if (has_sign) {
|
Completed in 7 milliseconds