Home
last modified time | relevance | path

Searched defs:mantissa_bits (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/tint/src/writer/
H A Dfloat_to_string_test.cc36 const uint32_t mantissa_bits = (mantissa & 0x7fffffu); in MakeFloat() local
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
H A Dgenerator_impl_literal_test.cc34 const uint32_t mantissa_bits = (mantissa & 0x7fffffu); in MakeFloat() local
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl_const_literal_test.cc34 const uint32_t mantissa_bits = (mantissa & 0x7fffffu); in MakeFloat() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_conversion_builder.h117 unsigned mantissa_bits; in nir_round_int_to_float() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_float.c72 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