HomeSort by relevance Sort by last modified time
    Searched refs:three (Results 201 - 225 of 584) sorted by null

1 2 3 4 5 6 7 891011>>

  /cts/hostsidetests/sustainedperf/dhrystone/
Drystone-2.1.sh 153 Xo In procedure "main", three statements have been added in the non-
168 Xo In the three arithmetic computations at the end of the measurement
561 X * This C version of Dhrystone consists of three files:
594 X * respect to the three aspects:
601 X * The combination of these three aspects is balanced only approximately.
623 X * three operators
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
StackX64.asm 37 ; Save three register: eax, ebx, ecx
  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DfpField.java 598 * @param three constant with value 3 at desired precision
601 private static Dfp computePi(final Dfp one, final Dfp two, final Dfp three) {
607 Dfp ak = two.multiply(three.subtract(two.multiply(sqrt2)));
  /external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/
DoublesTest.java 293 List<Double> three = Arrays.asList((double) 0, (double) 1, Math.PI); local
294 assertTrue(Arrays.equals(array, Doubles.toArray(three)));
FloatsTest.java 283 List<Float> three = Arrays.asList((float) 0, (float) 1, (float) 3); local
284 assertTrue(Arrays.equals(array, Floats.toArray(three)));
IntsTest.java 273 List<Integer> three = Arrays.asList((int) 0, (int) 1, (int) 0xdeadbeef); local
274 assertTrue(Arrays.equals(array, Ints.toArray(three)));
ShortsTest.java 281 List<Short> three = Arrays.asList((short) 0, (short) 1, (short) 3); local
282 assertTrue(Arrays.equals(array, Shorts.toArray(three)));
  /external/guava/guava-tests/test/com/google/common/collect/
ComputingConcurrentHashMapTest.java 266 final Object three = new Object(); local
295 assertNotNull(map.putIfAbsent(one, three)); // force notifications
  /external/guava/guava-tests/test/com/google/common/primitives/
BooleansTest.java 179 List<Boolean> three = Arrays.asList(false, false, true); local
180 assertTrue(Arrays.equals(array, Booleans.toArray(three)));
CharsTest.java 325 List<Character> three = Arrays.asList((char) 0, (char) 1, 'A'); local
326 assertTrue(Arrays.equals(array, Chars.toArray(three)));
  /external/libunwind/doc/
unw_set_caching_policy.tex 21 \Var{policy}. The \Var{policy} argument can take one of three
  /external/mesa3d/docs/specs/
MESA_shader_debug.spec 210 __FILE__ and __LINE__, respectively. The following three calls
  /external/protobuf/src/google/protobuf/
arena_unittest.cc 119 int one, const char* two, const string& three,
121 : one_(one), two_(two), three_(three), four_(four) {}
136 int one, const char* two, const string& three,
139 : one_(one), two_(two), three_(three), four_(four), five_(five),
188 const string three("3");
192 &arena, 1, "2", three, &four);
202 const string three("3");
208 &arena, 1, "2", three, &four, 5, "6", seven, eight);
    [all...]
  /frameworks/rs/script_api/
rs_convert.spec 104 Packs three or four floating point RGBA values into a uchar4.
  /prebuilts/go/darwin-x86/src/math/
tan.go 86 PI4A = 7.85398125648498535156E-1 // 0x3fe921fb40000000, Pi/4 split into three parts
  /prebuilts/go/darwin-x86/src/net/http/
example_test.go 98 // response. These three headers are actually sent in
  /prebuilts/go/darwin-x86/src/runtime/cgo/
callbacks.go 24 // it works to call it with three arguments when calling _cgo_panic.
  /prebuilts/go/darwin-x86/src/runtime/
utf8.go 71 // 0800-FFFF three byte sequence
  /prebuilts/go/linux-x86/src/math/
tan.go 86 PI4A = 7.85398125648498535156E-1 // 0x3fe921fb40000000, Pi/4 split into three parts
  /prebuilts/go/linux-x86/src/net/http/
example_test.go 98 // response. These three headers are actually sent in
  /prebuilts/go/linux-x86/src/runtime/cgo/
callbacks.go 24 // it works to call it with three arguments when calling _cgo_panic.
  /prebuilts/go/linux-x86/src/runtime/
utf8.go 71 // 0800-FFFF three byte sequence
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
neon-omit.s 54 @ Also test three-argument forms without omitted arguments
  /external/clang/test/Parser/
cxx0x-attributes.cpp 283 one, /* rest are deprecated */ two, three
  /external/mockito/src/test/java/org/mockitousage/
IMethods.java 125 String simpleMethod(String one, Integer two, Integer three, Integer four, Integer five);

Completed in 1804 milliseconds

1 2 3 4 5 6 7 891011>>