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

1 2 3 4 5 6 7 8 91011

  /external/clang/test/CodeGen/
pointer-arithmetic.c 10 typedef void (*FP)(void);
18 FP f5(FP a, int b) { return a + b; }
19 FP f5_1(FP a, int b) { return (a += b); }
20 FP f6(int a, FP b) { return a + b; }
21 FP f6_1(int a, FP b) { return (a += b); }
22 FP f7(FP a, int b) { return a - b;
    [all...]
struct-init.c 37 void (*FP)(struct fp_struct_bar);
  /external/chromium_org/tools/grit/grit/extern/
BogoFP.py 14 import grit.extern.FP
22 grit.extern.FP._UnsignedFingerPrintImpl(str, encoding))
  /external/clang/test/Sema/
block-call.c 3 int (*FP)();
7 int (*FPL) (int) = FP; // C doesn't consider this an error.
  /external/clang/test/SemaCXX/
block-call.cpp 3 int (*FP)();
7 int (*FPL) (int) = FP; // expected-error {{cannot initialize a variable of type 'int (*)(int)' with an lvalue of type 'int (*)()'}}
explicit.cpp 230 struct FP {
237 FP fp; local
239 fp(1);
  /external/srec/srec/include/
comp_stats.h 110 void print_cs_clock(CS_CLOCK *c, float num_seconds, PFile* fp, char *prompt, char *item_name);
111 void dump_comp_stats(COMP_STATS *c, PFile* fp);
128 #define print_cs_clock1( CLK, NS,FP,PR,IN) print_cs_clock( CLK, NS,FP,PR,IN)
129 #define dump_comp_stats1( CS,FP) dump_comp_stats( CS,FP)
139 #define print_cs_clock1( CLK, NS,FP,PR,IN)
140 #define dump_comp_stats1( CS,FP)
  /external/chromium_org/crypto/
scoped_capi_types.h 98 template<class CH, typename FP> inline
99 bool operator==(CH h, const ScopedCAPIHandle<CH, FP>& b) {
103 template<class CH, typename FP> inline
104 bool operator!=(CH h, const ScopedCAPIHandle<CH, FP>& b) {
  /external/openfst/src/include/fst/
bi-table.h 271 // It is passed a function object FP that should fingerprint entries
273 // VectorBiTable constructs the FP object. The user can instead
276 template <class I, class T, class FP>
280 explicit VectorBiTable(FP *fp = 0, size_t table_size = 0)
281 : fp_(fp ? fp : new FP()) {
286 VectorBiTable(const VectorBiTable<I, T, FP> &table)
287 : fp_(table.fp_ ? new FP(*table.fp_) : 0)
294 ssize_t fp = (*fp_)(entry); local
372 uint64 fp = (*fp_)(entry); local
    [all...]
state-table.h 113 // It is passed a function object FP that should fingerprint tuples
115 // VectorStateTable constructs the FP object. The user can instead
118 template <class T, class FP>
120 : public VectorBiTable<typename T::StateId, T, FP> {
124 using VectorBiTable<StateId, T, FP>::FindId;
125 using VectorBiTable<StateId, T, FP>::FindEntry;
126 using VectorBiTable<StateId, T, FP>::Size;
127 using VectorBiTable<StateId, T, FP>::Fingerprint;
130 explicit VectorStateTable(FP *fp = 0, size_t table_size = 0
    [all...]
  /external/chromium_org/third_party/cld/base/
scoped_ptr.h 410 template<class C, class FP>
411 FP const scoped_ptr_malloc<C, FP>::free_ = FP();
413 template<class C, class FP> inline
414 void swap(scoped_ptr_malloc<C, FP>& a, scoped_ptr_malloc<C, FP>& b) {
418 template<class C, class FP> inline
419 bool operator==(C* p, const scoped_ptr_malloc<C, FP>& b) {
423 template<class C, class FP> inlin
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonExpandPredSpillCode.cpp 88 unsigned FP = MI->getOperand(0).getReg();
89 assert(FP == QTM.getRegisterInfo()->getFrameRegister() &&
103 .addReg(FP).addReg(HEXAGON_RESERVED_REG_1);
112 HEXAGON_RESERVED_REG_1).addReg(FP).addImm(Offset);
126 addReg(FP).addImm(Offset).addReg(HEXAGON_RESERVED_REG_2);
135 unsigned FP = MI->getOperand(1).getReg();
136 assert(FP == QTM.getRegisterInfo()->getFrameRegister() &&
147 .addReg(FP)
157 HEXAGON_RESERVED_REG_1).addReg(FP).addImm(Offset);
167 HEXAGON_RESERVED_REG_2).addReg(FP).addImm(Offset)
    [all...]
  /external/libcxx/src/
chrono.cpp 88 typedef steady_clock::rep (*FP)();
91 FP
106 static FP fp = init_steady_clock(); variable
107 return time_point(duration(fp()));
  /external/llvm/include/llvm/Analysis/
RegionPass.h 117 Pass *FP = static_cast<Pass *>(PassVector[N]);
118 return FP;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
chrono.cpp 88 typedef steady_clock::rep (*FP)();
91 FP
106 static FP fp = init_steady_clock(); variable
107 return time_point(duration(fp()));
  /art/runtime/arch/arm/
registers_arm.h 44 FP = 11,
  /external/llvm/lib/MC/
MCSubtargetInfo.cpp 49 const unsigned *FP) {
60 ForwardingPaths = FP;
  /art/runtime/arch/mips/
quick_method_frame_info_mips.h 29 (1 << art::mips::S6) | (1 << art::mips::S7) | (1 << art::mips::GP) | (1 << art::mips::FP);
registers_mips.h 60 FP = 30, // Saved value/frame pointer.
  /external/llvm/test/MC/AArch64/
arm64-optional-hash.s 15 ; FP immediates
  /external/valgrind/main/memcheck/tests/
origin2-not-quite.stderr.exp 2 Undef 1 of 3 (64-bit FP)
12 Undef 2 of 3 (32-bit FP)
  /external/chromium_org/tools/grit/grit/format/
rc_header.py 11 from grit.extern import FP
180 id = FP.UnsignedFingerPrint(tid)
  /external/oprofile/events/mips/vr5432/
events 9 event:0x5 counters:0,1 um:zero minimum:500 name:FP_INSTRUCTIONS : (FP instruction execution) / 2 and truncated excluding cp1 loads and stores
  /external/valgrind/main/massif/
ms_main.c     [all...]
  /external/llvm/include/llvm/MC/
MCSubtargetInfo.h 55 const unsigned *OC, const unsigned *FP);

Completed in 827 milliseconds

1 2 3 4 5 6 7 8 91011