HomeSort by relevance Sort by last modified time
    Searched full:ratio (Results 26 - 50 of 3086) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/ratio/ratio.arithmetic/
ratio_subtract.pass.cpp 12 #include <ratio>
17 typedef std::ratio<1, 1> R1;
18 typedef std::ratio<1, 1> R2;
23 typedef std::ratio<1, 2> R1;
24 typedef std::ratio<1, 1> R2;
29 typedef std::ratio<-1, 2> R1;
30 typedef std::ratio<1, 1> R2;
35 typedef std::ratio<1, -2> R1;
36 typedef std::ratio<1, 1> R2;
41 typedef std::ratio<1, 2> R1
    [all...]
  /external/libcxx/test/std/utilities/time/time.traits/time.traits.specializations/
duration.pass.cpp 30 test<std::chrono::duration<int, std::ratio<1, 100> >,
31 std::chrono::duration<long, std::ratio<1, 1000> >,
32 std::chrono::duration<long, std::ratio<1, 1000> > >();
33 test<std::chrono::duration<long, std::ratio<1, 100> >,
34 std::chrono::duration<int, std::ratio<1, 1000> >,
35 std::chrono::duration<long, std::ratio<1, 1000> > >();
36 test<std::chrono::duration<char, std::ratio<1, 30> >,
37 std::chrono::duration<short, std::ratio<1, 1000> >,
38 std::chrono::duration<int, std::ratio<1, 3000> > >();
39 test<std::chrono::duration<double, std::ratio<21, 1> >
    [all...]
  /external/snakeyaml/src/test/resources/compactnotation/
example12.yaml 2 - Row(id111, description = I think; therefore I am.): {size: 15, ratio: 0.125}
5 ratio: 0.333
13 ratio: 0.88
error5.yaml 4 ratio: 0.333
error9.yaml 5 ratio: 0.333
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/time/time.traits/time.traits.specializations/
duration.pass.cpp 30 test<std::chrono::duration<int, std::ratio<1, 100> >,
31 std::chrono::duration<long, std::ratio<1, 1000> >,
32 std::chrono::duration<long, std::ratio<1, 1000> > >();
33 test<std::chrono::duration<long, std::ratio<1, 100> >,
34 std::chrono::duration<int, std::ratio<1, 1000> >,
35 std::chrono::duration<long, std::ratio<1, 1000> > >();
36 test<std::chrono::duration<char, std::ratio<1, 30> >,
37 std::chrono::duration<short, std::ratio<1, 1000> >,
38 std::chrono::duration<int, std::ratio<1, 3000> > >();
39 test<std::chrono::duration<double, std::ratio<21, 1> >
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr2/
ratio 1 // TR2 <ratio> -*- C++ -*-
25 /** @file tr2/ratio
29 #include <ratio>
48 typedef ratio<__safe_lshift<1, 10>::__value, 1> kibi;
49 typedef ratio<__safe_lshift<1, 20>::__value, 1> mebi;
50 typedef ratio<__safe_lshift<1, 30>::__value, 1> gibi;
51 typedef ratio<__safe_lshift<1, 40>::__value, 1> tebi;
52 typedef ratio<__safe_lshift<1, 50>::__value, 1> pebi;
53 typedef ratio<__safe_lshift<1, 60>::__value, 1> exbi;
54 //typedef ratio<__safe_lshift<1, 70>::__value, 1> zebi
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr2/
ratio 1 // TR2 <ratio> -*- C++ -*-
25 /** @file tr2/ratio
29 #include <ratio>
48 typedef ratio<__safe_lshift<1, 10>::__value, 1> kibi;
49 typedef ratio<__safe_lshift<1, 20>::__value, 1> mebi;
50 typedef ratio<__safe_lshift<1, 30>::__value, 1> gibi;
51 typedef ratio<__safe_lshift<1, 40>::__value, 1> tebi;
52 typedef ratio<__safe_lshift<1, 50>::__value, 1> pebi;
53 typedef ratio<__safe_lshift<1, 60>::__value, 1> exbi;
54 //typedef ratio<__safe_lshift<1, 70>::__value, 1> zebi
    [all...]
  /external/libcxx/include/
ratio 2 //===---------------------------- ratio -----------------------------------===//
15 ratio synopsis
21 class ratio
26 typedef ratio<num, den> type;
29 // ratio arithmetic
35 // ratio comparison
44 typedef ratio<1, 1000000000000000000000000> yocto; // not supported
45 typedef ratio<1, 1000000000000000000000> zepto; // not supported
46 typedef ratio<1, 1000000000000000000> atto;
47 typedef ratio<1, 1000000000000000> femto
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
ratio 2 //===---------------------------- ratio -----------------------------------===//
15 ratio synopsis
21 class ratio
26 typedef ratio<num, den> type;
29 // ratio arithmetic
35 // ratio comparison
44 typedef ratio<1, 1000000000000000000000000> yocto; // not supported
45 typedef ratio<1, 1000000000000000000000> zepto; // not supported
46 typedef ratio<1, 1000000000000000000> atto;
47 typedef ratio<1, 1000000000000000> femto
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
ratio 2 //===---------------------------- ratio -----------------------------------===//
15 ratio synopsis
21 class ratio
26 typedef ratio<num, den> type;
29 // ratio arithmetic
35 // ratio comparison
44 typedef ratio<1, 1000000000000000000000000> yocto; // not supported
45 typedef ratio<1, 1000000000000000000000> zepto; // not supported
46 typedef ratio<1, 1000000000000000000> atto;
47 typedef ratio<1, 1000000000000000> femto
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
ratio 2 //===---------------------------- ratio -----------------------------------===//
15 ratio synopsis
21 class ratio
26 typedef ratio<num, den> type;
29 // ratio arithmetic
35 // ratio comparison
44 typedef ratio<1, 1000000000000000000000000> yocto; // not supported
45 typedef ratio<1, 1000000000000000000000> zepto; // not supported
46 typedef ratio<1, 1000000000000000000> atto;
47 typedef ratio<1, 1000000000000000> femto
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
ratio 2 //===---------------------------- ratio -----------------------------------===//
15 ratio synopsis
21 class ratio
26 typedef ratio<num, den> type;
29 // ratio arithmetic
35 // ratio comparison
44 typedef ratio<1, 1000000000000000000000000> yocto; // not supported
45 typedef ratio<1, 1000000000000000000000> zepto; // not supported
46 typedef ratio<1, 1000000000000000000> atto;
47 typedef ratio<1, 1000000000000000> femto
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
ratio 2 //===---------------------------- ratio -----------------------------------===//
15 ratio synopsis
21 class ratio
26 typedef ratio<num, den> type;
29 // ratio arithmetic
35 // ratio comparison
44 typedef ratio<1, 1000000000000000000000000> yocto; // not supported
45 typedef ratio<1, 1000000000000000000000> zepto; // not supported
46 typedef ratio<1, 1000000000000000000> atto;
47 typedef ratio<1, 1000000000000000> femto
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
ratio 2 //===---------------------------- ratio -----------------------------------===//
15 ratio synopsis
21 class ratio
26 typedef ratio<num, den> type;
29 // ratio arithmetic
35 // ratio comparison
44 typedef ratio<1, 1000000000000000000000000> yocto; // not supported
45 typedef ratio<1, 1000000000000000000000> zepto; // not supported
46 typedef ratio<1, 1000000000000000000> atto;
47 typedef ratio<1, 1000000000000000> femto
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
ratio 2 //===---------------------------- ratio -----------------------------------===//
15 ratio synopsis
21 class ratio
26 typedef ratio<num, den> type;
29 // ratio arithmetic
35 // ratio comparison
44 typedef ratio<1, 1000000000000000000000000> yocto; // not supported
45 typedef ratio<1, 1000000000000000000000> zepto; // not supported
46 typedef ratio<1, 1000000000000000000> atto;
47 typedef ratio<1, 1000000000000000> femto
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
ratio 2 //===---------------------------- ratio -----------------------------------===//
15 ratio synopsis
21 class ratio
26 typedef ratio<num, den> type;
29 // ratio arithmetic
35 // ratio comparison
44 typedef ratio<1, 1000000000000000000000000> yocto; // not supported
45 typedef ratio<1, 1000000000000000000000> zepto; // not supported
46 typedef ratio<1, 1000000000000000000> atto;
47 typedef ratio<1, 1000000000000000> femto
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
ratio 2 //===---------------------------- ratio -----------------------------------===//
15 ratio synopsis
21 class ratio
26 typedef ratio<num, den> type;
29 // ratio arithmetic
35 // ratio comparison
44 typedef ratio<1, 1000000000000000000000000> yocto; // not supported
45 typedef ratio<1, 1000000000000000000000> zepto; // not supported
46 typedef ratio<1, 1000000000000000000> atto;
47 typedef ratio<1, 1000000000000000> femto
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
ratio 2 //===---------------------------- ratio -----------------------------------===//
15 ratio synopsis
21 class ratio
26 typedef ratio<num, den> type;
29 // ratio arithmetic
35 // ratio comparison
44 typedef ratio<1, 1000000000000000000000000> yocto; // not supported
45 typedef ratio<1, 1000000000000000000000> zepto; // not supported
46 typedef ratio<1, 1000000000000000000> atto;
47 typedef ratio<1, 1000000000000000> femto
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
ratio 2 //===---------------------------- ratio -----------------------------------===//
15 ratio synopsis
21 class ratio
26 typedef ratio<num, den> type;
29 // ratio arithmetic
35 // ratio comparison
44 typedef ratio<1, 1000000000000000000000000> yocto; // not supported
45 typedef ratio<1, 1000000000000000000000> zepto; // not supported
46 typedef ratio<1, 1000000000000000000> atto;
47 typedef ratio<1, 1000000000000000> femto
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
ratio 2 //===---------------------------- ratio -----------------------------------===//
15 ratio synopsis
21 class ratio
26 typedef ratio<num, den> type;
29 // ratio arithmetic
35 // ratio comparison
44 typedef ratio<1, 1000000000000000000000000> yocto; // not supported
45 typedef ratio<1, 1000000000000000000000> zepto; // not supported
46 typedef ratio<1, 1000000000000000000> atto;
47 typedef ratio<1, 1000000000000000> femto
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
ratio 2 //===---------------------------- ratio -----------------------------------===//
15 ratio synopsis
21 class ratio
26 typedef ratio<num, den> type;
29 // ratio arithmetic
35 // ratio comparison
44 typedef ratio<1, 1000000000000000000000000> yocto; // not supported
45 typedef ratio<1, 1000000000000000000000> zepto; // not supported
46 typedef ratio<1, 1000000000000000000> atto;
47 typedef ratio<1, 1000000000000000> femto
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
ratio 2 //===---------------------------- ratio -----------------------------------===//
15 ratio synopsis
21 class ratio
26 typedef ratio<num, den> type;
29 // ratio arithmetic
35 // ratio comparison
44 typedef ratio<1, 1000000000000000000000000> yocto; // not supported
45 typedef ratio<1, 1000000000000000000000> zepto; // not supported
46 typedef ratio<1, 1000000000000000000> atto;
47 typedef ratio<1, 1000000000000000> femto
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
ratio 2 //===---------------------------- ratio -----------------------------------===//
15 ratio synopsis
21 class ratio
26 typedef ratio<num, den> type;
29 // ratio arithmetic
35 // ratio comparison
44 typedef ratio<1, 1000000000000000000000000> yocto; // not supported
45 typedef ratio<1, 1000000000000000000000> zepto; // not supported
46 typedef ratio<1, 1000000000000000000> atto;
47 typedef ratio<1, 1000000000000000> femto
    [all...]
  /external/autotest/frontend/client/src/autotest/common/
AbstractStatusSummary.java 30 public boolean matches(double ratio) {
31 return ratio * 100 >= minPercent;
47 double ratio = (double) getPassed() / getComplete(); local
49 if (mapping.matches(ratio))
52 throw new RuntimeException("No color map match for ratio " + ratio);

Completed in 876 milliseconds

12 3 4 5 6 7 8 91011>>