Searched refs:IEEE754 (Results 1 – 8 of 8) sorted by relevance
/external/lldb/tools/debugserver/source/MacOSX/ppc/ |
D | DNBArchImpl.cpp | 305 { "fp0" , IEEE754, 8, Float }, 306 { "fp1" , IEEE754, 8, Float }, 307 { "fp2" , IEEE754, 8, Float }, 308 { "fp3" , IEEE754, 8, Float }, 309 { "fp4" , IEEE754, 8, Float }, 310 { "fp5" , IEEE754, 8, Float }, 311 { "fp6" , IEEE754, 8, Float }, 312 { "fp7" , IEEE754, 8, Float }, 313 { "fp8" , IEEE754, 8, Float }, 314 { "fp9" , IEEE754, 8, Float }, [all …]
|
/external/lldb/tools/debugserver/source/ |
D | DNBDefs.h | 176 IEEE754, // float enumerator
|
D | DNBRegisterInfo.cpp | 99 case IEEE754: in Dump()
|
D | RNBRemote.cpp | 1683 case IEEE754: ostrm << "encoding:ieee754;"; break; in HandlePacket_qRegisterInfo()
|
/external/bison/m4/ |
D | frexp.m4 | 139 /* On machines with IEEE754 arithmetic: x = 1.11254e-308, exp = -1022.
|
/external/lldb/tools/debugserver/source/MacOSX/arm/ |
D | DNBArchImpl.cpp | 1376 #define DEFINE_VFP_S_IDX(idx) e_regSetVFP, vfp_s##idx - vfp_s0, "s" #idx, NULL, IEEE754, FLOAT_FOR… 1377 #define DEFINE_VFP_D_IDX(idx) e_regSetVFP, vfp_d##idx - vfp_s0, "d" #idx, NULL, IEEE754, FLOAT_FOR…
|
/external/bison/ |
D | configure | 21651 /* On machines with IEEE754 arithmetic: x = 1.11254e-308, exp = -1022. 26857 /* On machines with IEEE754 arithmetic: x = 1.11254e-308, exp = -1022.
|
/external/llvm/docs/ |
D | LangRef.rst | 2314 matches the IEEE754 representation for double); half and float values
|