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

  /external/compiler-rt/test/ubsan/TestCases/Integer/
div-zero.cpp 1 // RUN: %clangxx -fsanitize=integer-divide-by-zero -DDIVIDEND=0 %s -o %t && %run %t 2>&1 | FileCheck %s
2 // RUN: %clangxx -fsanitize=integer-divide-by-zero -DDIVIDEND=1U %s -o %t && %run %t 2>&1 | FileCheck %s
3 // RUN: %clangxx -fsanitize=float-divide-by-zero -DDIVIDEND=1.5 %s -o %t && %run %t 2>&1 | FileCheck %s
4 // RUN: %clangxx -fsanitize=integer-divide-by-zero -DDIVIDEND='intmax(123)' %s -o %t && %run %t 2>&1 | FileCheck %s
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_fm2jscontext.cpp 643 FX_DOUBLE dDividend = 0.0;
656 dDividend = HValueToDouble(hThis, jsObjectValue);
663 dDividend = HValueToDouble(hThis, newPropertyValue);
672 dDividend = HValueToDouble(hThis, argOne);
    [all...]

Completed in 287 milliseconds