Home
last modified time | relevance | path

Searched refs:is_denormal (Results 1 - 5 of 5) sorted by relevance

/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-unittests/
H A Dto_toml.py59 def is_denormal(self): member in FloatMixin
78 if self.is_denormal():
90 if not self.is_denormal():
138 self.assertFalse(float32.is_denormal())
141 self.assertTrue(float32.is_denormal())
199 self.assertFalse(float64.is_denormal())
202 self.assertTrue(float64.is_denormal())
/third_party/rust/crates/minimal-lexical/src/
H A Dnum.rs175 fn is_denormal(self) -> bool { in is_denormal() functions
182 if self.is_denormal() { in exponent()
196 if !self.is_denormal() { in mantissa()
/third_party/json/include/nlohmann/detail/conversions/
H A Dto_chars.hpp215 const bool is_denormal = E == 0; in compute_boundaries() local
216 const diyfp v = is_denormal in compute_boundaries()
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp15150 const bool is_denormal = E == 0;
15151 const diyfp v = is_denormal
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp1197 Temp is_denormal = bld.vopc(aco_opcode::v_cmp_class_f32, bld.def(bld.lm), as_vgpr(ctx, val),
1205 bld.vop2(aco_opcode::v_cndmask_b32, dst, not_scaled, scaled, is_denormal);

Completed in 36 milliseconds