Home
last modified time | relevance | path

Searched refs:IEEE_754_FLOAT_LE (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/
Darraymodule.c89 IEEE_754_FLOAT_LE = 14, enumerator
1845 return IEEE_754_FLOAT_LE; in typecode_to_mformat_code()
2030 case IEEE_754_FLOAT_LE: in array__array_reconstructor_impl()
2033 int le = (mformat_code == IEEE_754_FLOAT_LE) ? 1 : 0; in array__array_reconstructor_impl()
/external/python/cpython3/Lib/test/
Dtest_array.py67 IEEE_754_FLOAT_LE = 14 variable
137 (['f'], IEEE_754_FLOAT_LE, '<ffff',