HomeSort by relevance Sort by last modified time
    Searched defs:result (Results 51 - 75 of 10822) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
toplevel.ml 37 let result = ExecutionEngine.run_function the_function [||] var
41 print_float (GenericValue.as_float Codegen.double_type result);
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
toplevel.ml 37 let result = ExecutionEngine.run_function the_function [||] var
41 print_float (GenericValue.as_float Codegen.double_type result);
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
toplevel.ml 37 let result = ExecutionEngine.run_function the_function [||] var
41 print_float (GenericValue.as_float Codegen.double_type result);
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toplevel.ml 37 let result = ExecutionEngine.run_function the_function [||] var
41 print_float (GenericValue.as_float Codegen.double_type result);
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toplevel.ml 37 let result = ExecutionEngine.run_function the_function [||] var
41 print_float (GenericValue.as_float Codegen.double_type result);
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toplevel.ml 37 let result = ExecutionEngine.run_function the_function [||] var
41 print_float (GenericValue.as_float Codegen.double_type result);
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toplevel.ml 37 let result = ExecutionEngine.run_function the_function [||] var
41 print_float (GenericValue.as_float Codegen.double_type result);
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cov/Inputs/multithreaded_report/
main.cc 5 bool result = false; local
7 result |= true;
9 result |= true;
11 if (result)
14 return result;
  /external/v8/tools/clang/translation_unit/test_files/
test.cc 16 int result = calculateNumberOfWaysToDistributeNItemsAmongKPersons(10, 5); local
17 return result + binomial(42, 1);
  /external/vboot_reference/tests/tpm_lite/
startup.c 14 uint32_t result; local
16 result = TlclStartup();
17 if (result != 0) {
18 printf("tpm startup failed with 0x%x\n", result);
20 result = TlclGetFlags(NULL, NULL, NULL);
21 if (result != 0) {
22 printf("tpm getflags failed with 0x%x\n", result);
26 result = TlclGetFlags(NULL, NULL, NULL);
27 if (result != 0) {
28 printf("tpm getflags failed with 0x%x\n", result);
    [all...]
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/
ARDMessageResponse.h 22 @property(nonatomic, readonly) ARDMessageResultType result; variable
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
l_shr_r.cpp 41 function return value name from "L_var_out" to "result".
95 result = Shifted result w/ rounding (Word32)
109 the result. The result is saturated in case of underflows or overflows, i.e.,
195 Word32 result; local
199 result = 0;
203 result = L_shr(L_var1, var2, pOverflow);
209 result++;
213 return (result);
    [all...]
round.cpp 48 Created a new return variable result.
110 result = MS 16 bits of rounded input L_var1.
189 Word16 result; local
192 result = (Word16)(L_var1 >> 16);
194 return (result);
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowSyncResultTest.java 17 SyncResult result = new SyncResult(); local
18 assertThat(result.stats).isNotNull();
23 SyncResult result = new SyncResult(); local
24 assertFalse(result.hasSoftError());
25 result.stats.numIoExceptions++;
26 assertTrue(result.hasSoftError());
27 assertTrue(result.hasError());
32 SyncResult result = new SyncResult(); local
33 assertFalse(result.hasHardError());
34 result.stats.numAuthExceptions++
41 SyncResult result = new SyncResult(); local
49 SyncResult result = new SyncResult(); local
    [all...]
  /art/test/483-dce-block/src/
Main.java 19 Object result = null; local
26 result = o;
30 result = new Object();
33 result = new Object();
35 // The compiler produces a phi at the back edge for `result`.
37 // result = (new Object(), new Object(), HBoundType)
40 // result = (new Object(), HBoundType)
48 System.out.println(result.getClass());
  /external/testng/src/test/java/test/multiple/
ThisFactory.java 17 List result = new ArrayList(); local
19 result.add(new Test1());
22 return result.toArray();
  /art/libdexfile/dex/
modifiers.cc 24 std::string result; local
26 result += "public ";
29 result += "protected ";
32 result += "private ";
35 result += "final ";
38 result += "static ";
41 result += "abstract ";
44 result += "interface ";
47 result += "transient ";
50 result += "volatile "
    [all...]
  /art/test/025-access-controller/src/
Main.java 25 Integer result = AccessController.doPrivileged(priv); local
26 System.out.println("AccessControllerTest: got " + result);
  /art/test/112-double-math/src/
Main.java 23 double result = cond_neg_double(-1.0d, true); local
25 if (Double.doubleToRawLongBits(result) == 0x3ff0000000000000L) {
28 System.out.println("cond_neg_double FAILED " + result);
  /art/test/507-referrer/src/
Main.java 21 int result = InPackage.$inline$foo(); local
22 if (result != 42) {
23 throw new Error("Expected 42, got " + result);
  /art/test/508-referrer-method/src/
Main.java 21 int result = p1.InPackage.$inline$method(); local
22 if (result != 42) {
23 throw new Error("Expected 42, got " + result);
  /bionic/libc/bionic/
clock_getcpuclockid.cpp 38 clockid_t result = ~static_cast<clockid_t>(pid) << 3; local
40 result |= 2;
43 if (clock_getres(result, nullptr) == -1) {
47 *clockid = result;
fchmod.cpp 42 int result = ___fchmod(fd, mode); local
43 if (result == 0 || errno != EBADF) {
44 return result;
62 result = chmod(FdPath(fd).c_str(), mode);
63 if (result == -1 && errno == ELOOP) {
70 return result;
fchmodat.cpp 60 int result = fchmod(fd, mode); local
63 return result;
fgetxattr.cpp 42 ssize_t result = ___fgetxattr(fd, name, value, size); local
44 if (result != -1 || errno != EBADF) {
45 return result;

Completed in 1103 milliseconds

1 23 4 5 6 7 8 91011>>