HomeSort by relevance Sort by last modified time
    Searched defs:min_exponent (Results 1 - 6 of 6) sorted by null

  /external/eigen/Eigen/src/Core/arch/CUDA/
Half.h 499 static const int min_exponent = -13; member in struct:std::numeric_limits
  /external/v8/src/
bignum.cc 623 // Starting at min_exponent all digits are == 0. So no need to compare them.
624 int min_exponent = Min(Min(a.exponent_, b.exponent_), c.exponent_); local
625 for (int i = c.BigitLength() - 1; i >= min_exponent; --i) {
  /external/deqp-deps/SPIRV-Tools/source/util/
hex_float.h 355 static const int_type min_exponent = -static_cast<int_type>(exponent_bias); member in class:spvtools::utils::round_direction::HexFloat
390 if (exp == min_exponent) { // We are in denorm land.
405 for (int_type i = unbiased_exponent; i <= min_exponent; ++i) {
432 if (exponent <= min_exponent) {
440 while (exponent < min_exponent) {
445 if (exponent == min_exponent) {
655 if (exponent == min_exponent) {
    [all...]
  /external/deqp-deps/glslang/SPIRV/
hex_float.h 322 static const int_type min_exponent = -static_cast<int_type>(exponent_bias); member in class:spvutils::HexFloat
358 if (exp == min_exponent) { // We are in denorm land.
373 for (int_type i = unbiased_exponent; i <= min_exponent; ++i) {
400 if (exponent <= min_exponent) {
408 while (exponent < min_exponent) {
413 if (exponent == min_exponent) {
585 if (exponent == min_exponent) {
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/util/
hex_float.h 355 static const int_type min_exponent = -static_cast<int_type>(exponent_bias); member in class:spvtools::utils::round_direction::HexFloat
390 if (exp == min_exponent) { // We are in denorm land.
405 for (int_type i = unbiased_exponent; i <= min_exponent; ++i) {
432 if (exponent <= min_exponent) {
440 while (exponent < min_exponent) {
445 if (exponent == min_exponent) {
655 if (exponent == min_exponent) {
    [all...]
  /external/eigen/unsupported/test/mpreal/
mpreal.h 3037 static const int min_exponent = MPFR_EMIN_DEFAULT; member in class:std::numeric_limits
    [all...]

Completed in 434 milliseconds