Searched defs:mantissa_bits (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/tint/src/writer/ |
H A D | float_to_string_test.cc | 36 const uint32_t mantissa_bits = (mantissa & 0x7fffffu); in MakeFloat() local
|
/third_party/skia/third_party/externals/tint/src/writer/wgsl/ |
H A D | generator_impl_literal_test.cc | 34 const uint32_t mantissa_bits = (mantissa & 0x7fffffu); in MakeFloat() local
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_const_literal_test.cc | 34 const uint32_t mantissa_bits = (mantissa & 0x7fffffu); in MakeFloat() local
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_conversion_builder.h | 117 unsigned mantissa_bits; in nir_round_int_to_float() local
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_float.c | 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) lp_build_float_to_smallfloat() 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) lp_build_smallfloat_to_float() argument [all...] |
Completed in 5 milliseconds