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

  /external/compiler-rt/test/ubsan/TestCases/Integer/
shift.cpp 7 // RUN: %clangxx -DTOO_HIGH -DOP='<<' -fsanitize=shift-exponent -fno-sanitize-recover=shift %s -o %t7 && not %run %t7 2>&1 | FileCheck %s --check-prefix=CHECK-TOO_HIGH
8 // RUN: %clangxx -DTOO_HIGH -DOP='>>' -fsanitize=shift -fno-sanitize-recover=shift %s -o %t8 && not %run %t8 2>&1 | FileCheck %s --check-prefix=CHECK-TOO_HIGH
9 // RUN: %clangxx -DTOO_HIGH -DOP='<<=' -fsanitize=shift -fno-sanitize-recover=shift %s -o %t9 && not %run %t9 2>&1 | FileCheck %s --check-prefix=CHECK-TOO_HIGH
10 // RUN: %clangxx -DTOO_HIGH -DOP='>>=' -fsanitize=shift -fno-sanitize-recover=shift %s -o %t10 && not %run %t10 2>&1 | FileCheck %s --check-prefix=CHECK-TOO_HIGH
40 #ifdef TOO_HIGH
42 // CHECK-TOO_HIGH: shift.cpp:[[@LINE+1]]:5: runtime error: shift exponent 32 is too large for 32-bit type 'int'
  /external/v8/src/
fast-dtoa.cc 33 // Input: * buffer containing the digits of too_high / 10^kappa
35 // * distance_too_high_w == (too_high - w).f() * unit
36 // * unsafe_interval == (too_high - too_low).f() * unit
37 // * rest = (too_high - buffer * 10^kappa).f() * unit
52 // Let w_low = too_high - big_distance, and
53 // w_high = too_high - small_distance.
60 // ]too_low; too_high[ with too_low < w < too_high
62 // too_high - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
90 // to too_high
384 DiyFp too_high = DiyFp(high.f() + unit, high.e()); local
    [all...]

Completed in 43 milliseconds