HomeSort by relevance Sort by last modified time
    Searched refs:Res (Results 1 - 25 of 976) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/google-benchmark/test/
statistics_test.cc 13 double Res = benchmark::StatisticsMean(Inputs);
14 EXPECT_DOUBLE_EQ(Res, 42.0);
18 double Res = benchmark::StatisticsMean(Inputs);
19 EXPECT_DOUBLE_EQ(Res, 2.5);
23 double Res = benchmark::StatisticsMean(Inputs);
24 EXPECT_DOUBLE_EQ(Res, 7.0);
32 double Res = benchmark::StatisticsMedian(Inputs);
33 EXPECT_DOUBLE_EQ(Res, 42.0);
37 double Res = benchmark::StatisticsMedian(Inputs);
38 EXPECT_DOUBLE_EQ(Res, 2.5)
    [all...]
  /external/libcxx/utils/google-benchmark/test/
statistics_test.cc 13 double Res = benchmark::StatisticsMean(Inputs);
14 EXPECT_DOUBLE_EQ(Res, 42.0);
18 double Res = benchmark::StatisticsMean(Inputs);
19 EXPECT_DOUBLE_EQ(Res, 2.5);
23 double Res = benchmark::StatisticsMean(Inputs);
24 EXPECT_DOUBLE_EQ(Res, 7.0);
32 double Res = benchmark::StatisticsMedian(Inputs);
33 EXPECT_DOUBLE_EQ(Res, 42.0);
37 double Res = benchmark::StatisticsMedian(Inputs);
38 EXPECT_DOUBLE_EQ(Res, 2.5)
    [all...]
  /external/compiler-rt/test/profile/Inputs/
instrprof-comdat-1.cpp 9 int Res = Foo.DoIt(10);
11 if (Res > 10)
  /external/python/cpython2/Mac/Demo/resources/
listres.py 3 from Carbon import Res
7 ntypes = Res.Count1Types()
9 type = Res.Get1IndType(itype)
11 nresources = Res.Count1Resources(type)
13 Res.SetResLoad(0)
14 res = Res.Get1IndResource(type, i)
15 Res.SetResLoad(1)
16 info(res)
19 ntypes = Res.CountTypes(
    [all...]
  /external/clang/test/OpenMP/
threadprivate_codegen.cpp 199 // CHECK: [[RES:%.*]] = bitcast i8* [[ARG]] to [[S1]]*
200 // CHECK-NEXT: call {{.*}} [[S1_CTOR]]([[S1]]* [[RES]], {{.*}} 5)
207 // CHECK: [[RES:%.*]] = bitcast i8* [[ARG]] to [[S1]]*
208 // CHECK-NEXT: call {{.*}} [[S1_DTOR]]([[S1]]* [[RES]])
223 // CHECK-DEBUG: [[RES:%.*]] = bitcast i8* [[ARG]] to [[S1]]*
224 // CHECK-DEBUG-NEXT: call {{.*}} [[S1_CTOR:@.+]]([[S1]]* [[RES]], {{.*}} 5){{.*}}, !dbg
232 // CHECK-DEBUG: [[RES:%.*]] = bitcast i8* [[ARG]] to [[S1]]*
233 // CHECK-DEBUG-NEXT: call {{.*}} [[S1_DTOR:@.+]]([[S1]]* [[RES]]){{.*}}, !dbg
251 // CHECK: [[RES:%.*]] = bitcast i8* [[ARG]] to [2 x [3 x [[S1]]]]*
252 // CHECK: [[ARR1:%.*]] = getelementptr inbounds [2 x [3 x [[S1]]]], [2 x [3 x [[S1]]]]* [[RES]], i{{.*}} 0, i{{.*}}
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
MachO.h 42 virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const;
43 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const;
44 virtual error_code getSymbolOffset(DataRefImpl Symb, uint64_t &Res) const;
45 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const;
46 virtual error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const;
47 virtual error_code getSymbolNMTypeChar(DataRefImpl Symb, char &Res) const;
48 virtual error_code isSymbolInternal(DataRefImpl Symb, bool &Res) const;
49 virtual error_code isSymbolGlobal(DataRefImpl Symb, bool &Res) const;
50 virtual error_code getSymbolType(DataRefImpl Symb, SymbolRef::SymbolType &Res) const;
52 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const
    [all...]
COFF.h 85 const coff_section *&Res) const;
86 error_code getString(uint32_t offset, StringRef &Res) const;
88 const coff_symbol *&Res) const;
95 virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const;
96 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const;
97 virtual error_code getSymbolOffset(DataRefImpl Symb, uint64_t &Res) const;
98 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const;
99 virtual error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const;
100 virtual error_code getSymbolNMTypeChar(DataRefImpl Symb, char &Res) const;
101 virtual error_code isSymbolInternal(DataRefImpl Symb, bool &Res) const
    [all...]
  /external/valgrind/none/tests/amd64/
x87trigOOR.c 15 typedef struct { Double arg; Double st0; Double st1; UShort fpusw; } Res;
25 void do_fsin ( /*OUT*/Res* r, double d )
27 assert(my_offsetof(Res,arg) == 0);
28 assert(my_offsetof(Res,st0) == 8);
29 assert(my_offsetof(Res,st1) == 16);
30 assert(my_offsetof(Res,fpusw) == 24);
47 void do_fcos ( /*OUT*/Res* r, double d )
49 assert(my_offsetof(Res,arg) == 0);
50 assert(my_offsetof(Res,st0) == 8);
51 assert(my_offsetof(Res,st1) == 16)
    [all...]
  /external/valgrind/none/tests/x86/
x87trigOOR.c 15 typedef struct { Double arg; Double st0; Double st1; UShort fpusw; } Res;
25 void do_fsin ( /*OUT*/Res* r, double d )
27 assert(my_offsetof(Res,arg) == 0);
28 assert(my_offsetof(Res,st0) == 8);
29 assert(my_offsetof(Res,st1) == 16);
30 assert(my_offsetof(Res,fpusw) == 24);
47 void do_fcos ( /*OUT*/Res* r, double d )
49 assert(my_offsetof(Res,arg) == 0);
50 assert(my_offsetof(Res,st0) == 8);
51 assert(my_offsetof(Res,st1) == 16)
    [all...]
  /external/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiMCExpr.cpp 50 bool LanaiMCExpr::evaluateAsRelocatableImpl(MCValue &Res,
53 if (!getSubExpr()->evaluateAsRelocatable(Res, Layout, Fixup))
56 Res =
57 MCValue::get(Res.getSymA(), Res.getSymB(), Res.getConstant(), getKind());
  /external/llvm/unittests/Support/
MD5Test.cpp 28 SmallString<32> Res;
29 MD5::stringifyResult(MD5Res, Res);
30 EXPECT_EQ(Res, Final);
38 SmallString<32> Res;
39 MD5::stringifyResult(MD5Res, Res);
40 EXPECT_EQ(Res, Final);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Errno.h 36 decltype(F(As...)) Res;
38 Res = F(As...);
39 while (Res == Fail && errno == EINTR);
40 return Res;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Errno.h 36 decltype(F(As...)) Res;
38 Res = F(As...);
39 while (Res == Fail && errno == EINTR);
40 return Res;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Errno.h 36 decltype(F(As...)) Res;
38 Res = F(As...);
39 while (Res == Fail && errno == EINTR);
40 return Res;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Errno.h 36 decltype(F(As...)) Res;
38 Res = F(As...);
39 while (Res == Fail && errno == EINTR);
40 return Res;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Errno.h 36 decltype(F(As...)) Res;
38 Res = F(As...);
39 while (Res == Fail && errno == EINTR);
40 return Res;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Errno.h 36 decltype(F(As...)) Res;
38 Res = F(As...);
39 while (Res == Fail && errno == EINTR);
40 return Res;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Errno.h 36 decltype(F(As...)) Res;
38 Res = F(As...);
39 while (Res == Fail && errno == EINTR);
40 return Res;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Errno.h 36 decltype(F(As...)) Res;
38 Res = F(As...);
39 while (Res == Fail && errno == EINTR);
40 return Res;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/GlobalISel/
MachineIRBuilder.h 63 MachineInstrBuilder buildBinaryOp(unsigned Opcode, unsigned Res, unsigned Op0, unsigned Op1);
207 /// Build and insert \p Res<def> = G_FRAME_INDEX \p Idx
213 /// \pre \p Res must be a generic virtual register with pointer type.
216 MachineInstrBuilder buildFrameIndex(unsigned Res, int Idx);
218 /// Build and insert \p Res<def> = G_GLOBAL_VALUE \p GV
221 /// into \p Res.
224 /// \pre \p Res must be a generic virtual register with pointer type
228 MachineInstrBuilder buildGlobalValue(unsigned Res, const GlobalValue *GV);
230 /// Build and insert \p Res<def> = G_ADD \p Op0, \p Op1
232 /// G_ADD sets \p Res to the sum of integer parameters \p Op0 and \p Op1
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/GlobalISel/
MachineIRBuilder.h 63 MachineInstrBuilder buildBinaryOp(unsigned Opcode, unsigned Res, unsigned Op0, unsigned Op1);
207 /// Build and insert \p Res<def> = G_FRAME_INDEX \p Idx
213 /// \pre \p Res must be a generic virtual register with pointer type.
216 MachineInstrBuilder buildFrameIndex(unsigned Res, int Idx);
218 /// Build and insert \p Res<def> = G_GLOBAL_VALUE \p GV
221 /// into \p Res.
224 /// \pre \p Res must be a generic virtual register with pointer type
228 MachineInstrBuilder buildGlobalValue(unsigned Res, const GlobalValue *GV);
230 /// Build and insert \p Res<def> = G_ADD \p Op0, \p Op1
232 /// G_ADD sets \p Res to the sum of integer parameters \p Op0 and \p Op1
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/GlobalISel/
MachineIRBuilder.h 63 MachineInstrBuilder buildBinaryOp(unsigned Opcode, unsigned Res, unsigned Op0, unsigned Op1);
207 /// Build and insert \p Res<def> = G_FRAME_INDEX \p Idx
213 /// \pre \p Res must be a generic virtual register with pointer type.
216 MachineInstrBuilder buildFrameIndex(unsigned Res, int Idx);
218 /// Build and insert \p Res<def> = G_GLOBAL_VALUE \p GV
221 /// into \p Res.
224 /// \pre \p Res must be a generic virtual register with pointer type
228 MachineInstrBuilder buildGlobalValue(unsigned Res, const GlobalValue *GV);
230 /// Build and insert \p Res<def> = G_ADD \p Op0, \p Op1
232 /// G_ADD sets \p Res to the sum of integer parameters \p Op0 and \p Op1
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/GlobalISel/
MachineIRBuilder.h 63 MachineInstrBuilder buildBinaryOp(unsigned Opcode, unsigned Res, unsigned Op0, unsigned Op1);
207 /// Build and insert \p Res<def> = G_FRAME_INDEX \p Idx
213 /// \pre \p Res must be a generic virtual register with pointer type.
216 MachineInstrBuilder buildFrameIndex(unsigned Res, int Idx);
218 /// Build and insert \p Res<def> = G_GLOBAL_VALUE \p GV
221 /// into \p Res.
224 /// \pre \p Res must be a generic virtual register with pointer type
228 MachineInstrBuilder buildGlobalValue(unsigned Res, const GlobalValue *GV);
230 /// Build and insert \p Res<def> = G_ADD \p Op0, \p Op1
232 /// G_ADD sets \p Res to the sum of integer parameters \p Op0 and \p Op1
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/GlobalISel/
MachineIRBuilder.h 63 MachineInstrBuilder buildBinaryOp(unsigned Opcode, unsigned Res, unsigned Op0, unsigned Op1);
207 /// Build and insert \p Res<def> = G_FRAME_INDEX \p Idx
213 /// \pre \p Res must be a generic virtual register with pointer type.
216 MachineInstrBuilder buildFrameIndex(unsigned Res, int Idx);
218 /// Build and insert \p Res<def> = G_GLOBAL_VALUE \p GV
221 /// into \p Res.
224 /// \pre \p Res must be a generic virtual register with pointer type
228 MachineInstrBuilder buildGlobalValue(unsigned Res, const GlobalValue *GV);
230 /// Build and insert \p Res<def> = G_ADD \p Op0, \p Op1
232 /// G_ADD sets \p Res to the sum of integer parameters \p Op0 and \p Op1
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/GlobalISel/
MachineIRBuilder.h 63 MachineInstrBuilder buildBinaryOp(unsigned Opcode, unsigned Res, unsigned Op0, unsigned Op1);
207 /// Build and insert \p Res<def> = G_FRAME_INDEX \p Idx
213 /// \pre \p Res must be a generic virtual register with pointer type.
216 MachineInstrBuilder buildFrameIndex(unsigned Res, int Idx);
218 /// Build and insert \p Res<def> = G_GLOBAL_VALUE \p GV
221 /// into \p Res.
224 /// \pre \p Res must be a generic virtual register with pointer type
228 MachineInstrBuilder buildGlobalValue(unsigned Res, const GlobalValue *GV);
230 /// Build and insert \p Res<def> = G_ADD \p Op0, \p Op1
232 /// G_ADD sets \p Res to the sum of integer parameters \p Op0 and \p Op1
    [all...]

Completed in 1894 milliseconds

1 2 3 4 5 6 7 8 91011>>