Home
last modified time | relevance | path

Searched refs:flt_type (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/convert/
Dbase.hpp44 using flt_type = float; typedef
65 BOOST_CNV_TO_STRING ( flt_type v, optional<string_type>& r) const { to_str_(v, r); } in BOOST_CNV_TO_STRING()
77 BOOST_CNV_STRING_TO (string_type const& s, optional< flt_type>& r) const { str_to_(s, r); } in BOOST_CNV_STRING_TO()
Dstrtol.hpp51 …template<typename string_type> void str_to(cnv::range<string_type> v, optional< flt_type>& r) co… in str_to()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c1717 struct lp_type flt_type = lp_type_float_vec(32, src_type.length * 32); in scale_bits() local
1719 result = lp_build_unsigned_norm_to_float(gallivm, src_bits, flt_type, src); in scale_bits()
1720 result = lp_build_clamped_float_to_unsigned_norm(gallivm, flt_type, dst_bits, result); in scale_bits()
3188 LLVMTypeRef flt_type = LLVMFloatTypeInContext(gallivm->context); in generate_fragment() local
3189 …LLVMValueRef glob_sample_pos = LLVMAddGlobal(gallivm->module, LLVMArrayType(flt_type, key->coverag… in generate_fragment()
3195 sample_pos_arr[i * 2] = LLVMConstReal(flt_type, lp_sample_pos_4x[i][0]); in generate_fragment()
3196 sample_pos_arr[i * 2 + 1] = LLVMConstReal(flt_type, lp_sample_pos_4x[i][1]); in generate_fragment()
3201 sample_pos_arr[0] = LLVMConstReal(flt_type, 0.5); in generate_fragment()
3202 sample_pos_arr[1] = LLVMConstReal(flt_type, 0.5); in generate_fragment()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c3916 LLVMTypeRef flt_type = LLVMFloatTypeInContext(context); in draw_tes_llvm_generate() local
3952 arg_types[5] = LLVMPointerType(flt_type, 0); in draw_tes_llvm_generate()
3953 arg_types[6] = LLVMPointerType(flt_type, 0); in draw_tes_llvm_generate()
3954 arg_types[7] = LLVMPointerType(LLVMArrayType(flt_type, 4), 0); in draw_tes_llvm_generate()
3955 arg_types[8] = LLVMPointerType(LLVMArrayType(flt_type, 2), 0); in draw_tes_llvm_generate()
4051 …system_values.tess_coord = LLVMGetUndef(LLVMArrayType(LLVMVectorType(flt_type, vector_length), 3)); in draw_tes_llvm_generate()
4053 LLVMValueRef tess_coord_chan = LLVMGetUndef(LLVMVectorType(flt_type, vector_length)); in draw_tes_llvm_generate()