HomeSort by relevance Sort by last modified time
    Searched refs:FLT_MANT_DIG (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/compiler-rt/lib/builtins/
floatundisf.c 35 if (sd > FLT_MANT_DIG)
41 * P = bit FLT_MANT_DIG-1 bits to the right of 1
42 * Q = bit FLT_MANT_DIG bits to the right of 1
47 case FLT_MANT_DIG + 1:
50 case FLT_MANT_DIG + 2:
53 a = (a >> (sd - (FLT_MANT_DIG+2))) |
54 ((a & ((du_int)(-1) >> ((N + FLT_MANT_DIG+2) - sd))) != 0);
60 /* a is now rounded to FLT_MANT_DIG or FLT_MANT_DIG+1 bits */
61 if (a & ((du_int)1 << FLT_MANT_DIG))
    [all...]
floatuntisf.c 35 if (sd > FLT_MANT_DIG)
41 * P = bit FLT_MANT_DIG-1 bits to the right of 1
42 * Q = bit FLT_MANT_DIG bits to the right of 1
47 case FLT_MANT_DIG + 1:
50 case FLT_MANT_DIG + 2:
53 a = (a >> (sd - (FLT_MANT_DIG+2))) |
54 ((a & ((tu_int)(-1) >> ((N + FLT_MANT_DIG+2) - sd))) != 0);
60 /* a is now rounded to FLT_MANT_DIG or FLT_MANT_DIG+1 bits */
61 if (a & ((tu_int)1 << FLT_MANT_DIG))
    [all...]
floatdisf.c 37 if (sd > FLT_MANT_DIG)
43 * P = bit FLT_MANT_DIG-1 bits to the right of 1
44 * Q = bit FLT_MANT_DIG bits to the right of 1
49 case FLT_MANT_DIG + 1:
52 case FLT_MANT_DIG + 2:
55 a = ((du_int)a >> (sd - (FLT_MANT_DIG+2))) |
56 ((a & ((du_int)(-1) >> ((N + FLT_MANT_DIG+2) - sd))) != 0);
62 /* a is now rounded to FLT_MANT_DIG or FLT_MANT_DIG+1 bits */
63 if (a & ((du_int)1 << FLT_MANT_DIG))
    [all...]
floattisf.c 37 if (sd > FLT_MANT_DIG)
43 * P = bit FLT_MANT_DIG-1 bits to the right of 1
44 * Q = bit FLT_MANT_DIG bits to the right of 1
49 case FLT_MANT_DIG + 1:
52 case FLT_MANT_DIG + 2:
55 a = ((tu_int)a >> (sd - (FLT_MANT_DIG+2))) |
56 ((a & ((tu_int)(-1) >> ((N + FLT_MANT_DIG+2) - sd))) != 0);
62 /* a is now rounded to FLT_MANT_DIG or FLT_MANT_DIG+1 bits */
63 if (a & ((tu_int)1 << FLT_MANT_DIG))
    [all...]
  /external/libcxx/test/depr/depr.c.headers/
float_h.pass.cpp 26 #ifndef FLT_MANT_DIG
27 #error FLT_MANT_DIG not defined
  /external/libcxx/test/language.support/support.limits/c.limits/
cfloat.pass.cpp 26 #ifndef FLT_MANT_DIG
27 #error FLT_MANT_DIG not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/c.limits/
cfloat.pass.cpp 26 #ifndef FLT_MANT_DIG
27 #error FLT_MANT_DIG not defined
  /external/bison/lib/
float+.h 27 # define FLT_MANT_BIT FLT_MANT_DIG
31 # define FLT_MANT_BIT (FLT_MANT_DIG * 2)
35 # define FLT_MANT_BIT (FLT_MANT_DIG * 4)
  /external/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
digits.pass.cpp 50 test<float, FLT_MANT_DIG>();
max_digits10.pass.cpp 50 test<float, 2+(FLT_MANT_DIG * 30103)/100000>();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
digits.pass.cpp 50 test<float, FLT_MANT_DIG>();
max_digits10.pass.cpp 50 test<float, 2+(FLT_MANT_DIG * 30103)/100000>();
  /external/clang/lib/Headers/
float.h 39 # undef FLT_MANT_DIG
80 #define FLT_MANT_DIG __FLT_MANT_DIG__
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
float_h.pass.cpp 30 #ifndef FLT_MANT_DIG
31 #error FLT_MANT_DIG not defined
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
float.h 39 # undef FLT_MANT_DIG
80 #define FLT_MANT_DIG __FLT_MANT_DIG__
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
float.h 39 # undef FLT_MANT_DIG
80 #define FLT_MANT_DIG __FLT_MANT_DIG__
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
float.h 39 # undef FLT_MANT_DIG
80 #define FLT_MANT_DIG __FLT_MANT_DIG__
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
float.h 39 # undef FLT_MANT_DIG
80 #define FLT_MANT_DIG __FLT_MANT_DIG__
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
float.h 39 #undef FLT_MANT_DIG
42 #define FLT_MANT_DIG __FLT_MANT_DIG__
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
float.h 39 #undef FLT_MANT_DIG
42 #define FLT_MANT_DIG __FLT_MANT_DIG__
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
float.h 39 # undef FLT_MANT_DIG
80 #define FLT_MANT_DIG __FLT_MANT_DIG__
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
float.h 39 # undef FLT_MANT_DIG
80 #define FLT_MANT_DIG __FLT_MANT_DIG__
  /prebuilts/sdk/renderscript/clang-include/
float.h 39 # undef FLT_MANT_DIG
80 #define FLT_MANT_DIG __FLT_MANT_DIG__
  /prebuilts/sdk/tools/darwin/renderscript/clang-include/
float.h 39 # undef FLT_MANT_DIG
80 #define FLT_MANT_DIG __FLT_MANT_DIG__
  /external/libcxx/include/support/win32/
limits_win32.h 24 #define __FLT_MANT_DIG__ FLT_MANT_DIG

Completed in 1083 milliseconds

1 2 3