HomeSort by relevance Sort by last modified time
    Searched full:doublebits (Results 1 - 22 of 22) sorted by null

  /external/compiler-rt/lib/ppc/
DD.h 17 } doublebits; typedef in typeref:union:__anon5939
25 doublebits result = { .d = x };
33 doublebits result = { .d = x };
41 doublebits xsignbit = { .d = x }, ysignbit = { .d = y };
floatunditf.c 18 doublebits high = { .d = twop84 };
19 doublebits low = { .d = twop52 };
gcc_qadd.c 29 const doublebits abits = { .d = A };
30 const doublebits bbits = { .d = B };
41 const doublebits testbits = { .d = testForOverflow };
gcc_qsub.c 29 const doublebits abits = { .d = A };
30 const doublebits bbits = { .d = B };
41 const doublebits testbits = { .d = testForOverflow };
fixunstfdi.c 13 const doublebits hibits = { .d = x.s.hi };
29 const doublebits lobits = { .d = x.s.lo };
fixtfdi.c 15 const doublebits hibits = { .d = x.s.hi };
35 const doublebits lobits = { .d = x.s.lo };
82 const doublebits lobits = { .d = x.s.lo };
floatditf.c 15 doublebits low = { .d = twop52 };
gcc_qdiv.c 32 const doublebits qBits = { .d = q };
gcc_qmul.c 32 const doublebits abBits = { .d = ab };
  /frameworks/compile/libbcc/runtime/lib/ppc/
DD.h 17 } doublebits; typedef in typeref:union:__anon17101
25 doublebits result = { .d = x };
33 doublebits result = { .d = x };
41 doublebits xsignbit = { .d = x }, ysignbit = { .d = y };
floatunditf.c 19 doublebits high = { .d = twop84 };
20 doublebits low = { .d = twop52 };
gcc_qadd.c 29 const doublebits abits = { .d = A };
30 const doublebits bbits = { .d = B };
41 const doublebits testbits = { .d = testForOverflow };
gcc_qsub.c 29 const doublebits abits = { .d = A };
30 const doublebits bbits = { .d = B };
41 const doublebits testbits = { .d = testForOverflow };
fixunstfdi.c 14 const doublebits hibits = { .d = x.s.hi };
30 const doublebits lobits = { .d = x.s.lo };
fixtfdi.c 15 const doublebits hibits = { .d = x.s.hi };
35 const doublebits lobits = { .d = x.s.lo };
82 const doublebits lobits = { .d = x.s.lo };
floatditf.c 16 doublebits low = { .d = twop52 };
gcc_qdiv.c 32 const doublebits qBits = { .d = q };
gcc_qmul.c 32 const doublebits abBits = { .d = ab };
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
values.h 37 #define DOUBLEBITS _TYPEBITS (double)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
values.h 37 #define DOUBLEBITS _TYPEBITS (double)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
values.h 37 #define DOUBLEBITS _TYPEBITS (double)
  /external/llvm/unittests/Support/
MathExtrasTest.cpp 80 TEST(MathExtras, DoubleBits) {

Completed in 1488 milliseconds