HomeSort by relevance Sort by last modified time
    Searched refs:float_round_style (Results 1 - 9 of 9) sorted by null

  /external/clang/test/Modules/Inputs/PR27041/
TSchemaHelper.h 1 namespace std { enum float_round_style { denorm_present }; } enum in namespace:std
TGenericClassInfo.h 2 namespace std { enum float_round_style { denorm_present }; } enum in namespace:std
  /external/libcxx/test/std/language.support/support.limits/limits/denorm.style/
check_values.pass.cpp 12 // float_round_style
19 one test(std::float_round_style);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/limits/denorm.style/
check_values.pass.cpp 12 // float_round_style
19 one test(std::float_round_style);
  /external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
round_style.pass.cpp 16 template <class T, std::float_round_style expected>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/limits/numeric.limits.members/
round_style.pass.cpp 16 template <class T, std::float_round_style expected>
  /frameworks/native/libs/math/include/math/
half.h 182 static constexpr const float_round_style round_style = round_indeterminate;
  /external/eigen/Eigen/src/Core/arch/CUDA/
Half.h 491 static const std::float_round_style round_style = std::round_to_nearest;
  /external/eigen/unsupported/test/mpreal/
mpreal.h     [all...]

Completed in 182 milliseconds