Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Darraymodule.c91 IEEE_754_DOUBLE_LE = 16, enumerator
1855 return IEEE_754_DOUBLE_LE; in typecode_to_mformat_code()
2052 case IEEE_754_DOUBLE_LE: in array__array_reconstructor_impl()
2055 int le = (mformat_code == IEEE_754_DOUBLE_LE) ? 1 : 0; in array__array_reconstructor_impl()
/external/python/cpython3/Lib/test/
Dtest_array.py69 IEEE_754_DOUBLE_LE = 16 variable
141 (['d'], IEEE_754_DOUBLE_LE, '<dddd',