Home
last modified time | relevance | path

Searched refs:is_normal (Results 1 – 16 of 16) sorted by relevance

/external/angle/src/libANGLE/renderer/
Dangle_format.py254 is_normal = 'true' if 'NORM' in src_format else 'false'
256 return 'CopyW2XYZ10ToXYZWFloatVertexData<%s, %s, true>' % (is_signed, is_normal)
258 return 'CopyXYZ10ToXYZWFloatVertexData<%s, %s, true>' % (is_signed, is_normal)
/external/webrtc/modules/desktop_capture/linux/
Dwindow_list_utils.cc94 bool is_normal = in IsDesktopElement() local
96 return !is_normal; in IsDesktopElement()
/external/rust/crates/num-traits/src/
Dfloat.rs243 fn is_normal(self) -> bool { in is_normal() method
803 Self::is_normal(self) -> bool;
878 Self::is_normal(self) -> bool;
1086 fn is_normal(self) -> bool; in is_normal() method
1841 Self::is_normal(self) -> bool;
1923 FloatCore::is_normal(self) -> bool;
/external/angle/src/libANGLE/renderer/metal/
Dgen_mtl_format_table.py220 is_normal = 'true' if 'NORM' in src_format else 'false'
222 is_normal), 0, "false"
/external/rust/crates/num-derive/src/
Dlib.rs764 fn is_normal(self) -> bool { in float()
765 <#inner_ty as #import::Float>::is_normal(self.0) in float()
/external/python/cpython2/Lib/test/
Dtest_decimal.py1935 d = c.is_normal(Decimal(10))
1936 self.assertEqual(c.is_normal(10), d)
1937 self.assertRaises(TypeError, c.is_normal, '10')
/external/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c2048 bool is_normal = bi_is_normal_tex(ctx->stage, instr); in emit_tex() local
2053 if (is_normal && is_2d && is_f && !instr->is_shadow && !instr->is_array) in emit_tex()
/external/rust/crates/half/src/
Dbfloat.rs276 pub fn is_normal(self) -> bool { in is_normal() method
Dbinary16.rs585 pub fn is_normal(self) -> bool { in is_normal() method
/external/python/cpython3/Lib/test/
Dtest_decimal.py2187 self.assertIs(z.is_normal(context=None), False)
2718 self.assertFalse(D("0.01").is_normal(context=xc))
3137 d = c.is_normal(Decimal(10))
3138 self.assertEqual(c.is_normal(10), d)
3139 self.assertRaises(TypeError, c.is_normal, '10')
4309 self.assertIs(Decimal("0.01").is_normal(), False)
/external/python/cpython2/Lib/
Ddecimal.py3029 def is_normal(self, context=None): member in Decimal
4376 def is_normal(self, a): member in Context
4397 return a.is_normal(context=self)
/external/python/cpython3/Lib/
D_pydecimal.py3135 def is_normal(self, context=None): member in Decimal
4552 def is_normal(self, a): member in Context
4573 return a.is_normal(context=self)
/external/python/cpython2/Doc/library/
Ddecimal.rst607 .. method:: is_normal()
1246 .. method:: is_normal(x)
/external/python/cpython3/Doc/library/
Ddecimal.rst629 .. method:: is_normal(context=None)
1223 .. method:: is_normal(x)
/external/python/cpython2/Misc/NEWS.d/
D2.7a1.rst1878 Decimal.is_normal now returns True for numbers with exponent larger than
/external/python/cpython3/Misc/
DHISTORY14006 - Issue #7099: Decimal.is_normal now returns True for numbers with exponent