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

1 2 3

  /bionic/libc/bionic/
strtold.cpp 39 __strtorQ(s, end_ptr, FLT_ROUNDS, &result);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
float_ieee754.h 51 #ifndef FLT_ROUNDS
55 #define FLT_ROUNDS __flt_rounds()
  /bionic/tests/
float_test.cpp 109 #if !defined(FLT_ROUNDS)
110 #error FLT_ROUNDS
  /external/libcxx/test/std/depr/depr.c.headers/
float_h.pass.cpp 14 #ifndef FLT_ROUNDS
15 #error FLT_ROUNDS not defined
  /external/libcxx/test/std/language.support/support.limits/c.limits/
cfloat.pass.cpp 14 #ifndef FLT_ROUNDS
15 #error FLT_ROUNDS not defined
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
float_h.pass.cpp 14 #ifndef FLT_ROUNDS
15 #error FLT_ROUNDS not defined
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/c.limits/
cfloat.pass.cpp 14 #ifndef FLT_ROUNDS
15 #error FLT_ROUNDS not defined
  /bionic/tests/headers/posix/
float_h.c 34 int flt_rounds = FLT_ROUNDS; local
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
float.h 131 #undef FLT_ROUNDS
132 #define FLT_ROUNDS (__builtin_flt_rounds ())
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
float.h 131 #undef FLT_ROUNDS
132 #define FLT_ROUNDS (__builtin_flt_rounds ())
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
float.h 37 # undef FLT_ROUNDS
77 #define FLT_ROUNDS (__builtin_flt_rounds())
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
float.h 37 # undef FLT_ROUNDS
77 #define FLT_ROUNDS (__builtin_flt_rounds())
  /external/clang/lib/Headers/
float.h 37 # undef FLT_ROUNDS
82 #define FLT_ROUNDS (__builtin_flt_rounds())
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
float.h 37 # undef FLT_ROUNDS
82 #define FLT_ROUNDS (__builtin_flt_rounds())
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
float.h 37 # undef FLT_ROUNDS
82 #define FLT_ROUNDS (__builtin_flt_rounds())
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
float.h 40 # undef FLT_ROUNDS
85 #define FLT_ROUNDS (__builtin_flt_rounds())
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
float.h 40 # undef FLT_ROUNDS
85 #define FLT_ROUNDS (__builtin_flt_rounds())
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
float.h 40 # undef FLT_ROUNDS
85 #define FLT_ROUNDS (__builtin_flt_rounds())
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
float.h 49 # undef FLT_ROUNDS
94 #define FLT_ROUNDS (__builtin_flt_rounds())
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
float.h 49 # undef FLT_ROUNDS
94 #define FLT_ROUNDS (__builtin_flt_rounds())
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
float.h 49 # undef FLT_ROUNDS
94 #define FLT_ROUNDS (__builtin_flt_rounds())
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
float.h 49 # undef FLT_ROUNDS
94 #define FLT_ROUNDS (__builtin_flt_rounds())
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
float.h 37 # undef FLT_ROUNDS
82 #define FLT_ROUNDS (__builtin_flt_rounds())
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
float.h 37 # undef FLT_ROUNDS
82 #define FLT_ROUNDS (__builtin_flt_rounds())
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
float.h 40 # undef FLT_ROUNDS
85 #define FLT_ROUNDS (__builtin_flt_rounds())

Completed in 772 milliseconds

1 2 3