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

  /art/test/701-easy-div-rem/
expected.txt 2 Int: checking some equally spaced dividends...
3 Int: checking small dividends...
4 Int: checking big dividends...
5 Long: checking some equally spaced dividends...
6 Long: checking small dividends...
7 Long: checking big dividends...
genMain.py 128 System.out.println("Int: checking some equally spaced dividends...");
134 System.out.println("Int: checking small dividends...");
140 System.out.println("Int: checking big dividends...");
146 System.out.println("Long: checking some equally spaced dividends...");
152 System.out.println("Long: checking small dividends...");
158 System.out.println("Long: checking big dividends...");
  /external/icu/icu4c/source/i18n/
gregoimp.cpp 49 // N.B. For certain large dividends, on certain platforms, there
  /libcore/luni/src/test/java/libcore/java/math/
BigDecimalTest.java 192 long[] dividends = new long[] { local
202 for (long dividend : dividends) {
  /external/tensorflow/tensorflow/compiler/xla/tests/
array_elementwise_ops_test.cc 316 std::vector<int32> dividends, divisors, quotients, remainders; local
322 dividends.push_back(dividend);
336 CreateR1Parameter<int32>(dividends, 0, "dividend", &builder, &dividend);
350 CreateR1Parameter<int32>(dividends, 0, "dividend", &builder, &dividend);
361 CreateR1Parameter<int32>(dividends, 0, "dividend", &builder, &dividend);
375 CreateR1Parameter<int32>(dividends, 0, "dividend", &builder, &dividend);
390 std::vector<uint32> dividends, divisors, quotients, remainders; local
394 dividends.push_back(dividend);
406 auto dividend_data = CreateR1Parameter<uint32>(dividends, 0, "dividend",
419 auto dividend_data = CreateR1Parameter<uint32>(dividends, 0, "dividend"
    [all...]