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

1 2 3

  /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/crypto/
scoped_capi_types.h 99 template<class CH, typename FP>
100 const FP ScopedCAPIHandle<CH, FP>::free_ = FP();
102 template<class CH, typename FP> inline
103 bool operator==(CH h, const ScopedCAPIHandle<CH, FP>& b) {
107 template<class CH, typename FP> inline
108 bool operator!=(CH h, const ScopedCAPIHandle<CH, FP>& b) {
  /external/libffi/src/sparc/
v9.S 135 #define FP %fp+STACK_BIAS
151 stx %i0, [FP+128+0]
152 stx %i1, [FP+128+8]
153 stx %i2, [FP+128+16]
154 stx %i3, [FP+128+24]
155 stx %i4, [FP+128+32]
156 stx %i5, [FP+128+40]
159 std %f0, [FP-128]
160 std %f2, [FP-120
    [all...]
  /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 163 struct FP {
170 FP fp; local
172 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/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/base/memory/
scoped_ptr.h 365 template<class C, class FP>
366 FP const scoped_ptr_malloc<C, FP>::free_ = FP();
368 template<class C, class FP> inline
369 void swap(scoped_ptr_malloc<C, FP>& a, scoped_ptr_malloc<C, FP>& b) {
373 template<class C, class FP> inline
374 bool operator==(C* p, const scoped_ptr_malloc<C, FP>& b) {
378 template<class C, class FP> inlin
    [all...]
  /external/chromium/googleurl/base/
scoped_ptr.h 304 template<typename T, typename FP>
305 FP const scoped_ptr_malloc<T,FP>::free_ = FP();
307 template<typename T, typename FP> inline
308 void swap(scoped_ptr_malloc<T,FP>& a, scoped_ptr_malloc<T,FP>& b) {
312 template<typename T, typename FP> inline
313 bool operator==(T* p, const scoped_ptr_malloc<T,FP>& b) {
317 template<typename T, typename FP> inlin
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonExpandPredSpillCode.cpp 80 unsigned FP = MI->getOperand(0).getReg();
81 assert(FP == QTM.getRegisterInfo()->getFrameRegister() &&
95 .addReg(FP).addReg(HEXAGON_RESERVED_REG_1);
104 HEXAGON_RESERVED_REG_1).addReg(FP).addImm(Offset);
118 addReg(FP).addImm(Offset).addReg(HEXAGON_RESERVED_REG_2);
127 unsigned FP = MI->getOperand(1).getReg();
128 assert(FP == QTM.getRegisterInfo()->getFrameRegister() &&
139 .addReg(FP)
149 HEXAGON_RESERVED_REG_1).addReg(FP).addImm(Offset);
159 HEXAGON_RESERVED_REG_2).addReg(FP).addImm(Offset)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/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()));
  /dalvik/vm/compiler/template/armv5te-vfp/
TEMPLATE_SAVE_STATE.S 20 add r0, #12 @ move to start of FP save regio
  /dalvik/vm/mterp/mips/
stub.S 2 SAVE_PC_TO_SELF() # only need to export PC and FP
  /external/llvm/include/llvm/Analysis/
RegionPass.h 116 Pass *FP = static_cast<Pass *>(PassVector[N]);
117 return FP;
  /external/llvm/lib/Target/Mips/
MipsSEFrameLowering.cpp 54 unsigned FP = STI.isABI_N64() ? Mips::FP_64 : Mips::FP;
146 // Insert instruction "move $fp, $sp" at this location.
147 BuildMI(MBB, MBBI, dl, TII.get(ADDu), FP).addReg(SP).addReg(ZERO);
149 // emit ".cfi_def_cfa_register $fp"
153 DstML = MachineLocation(FP);
170 unsigned FP = STI.isABI_N64() ? Mips::FP_64 : Mips::FP;
182 // Insert instruction "move $sp, $fp" at this location.
183 BuildMI(MBB, I, dl, TII.get(ADDu), SP).addReg(FP).addReg(ZERO)
    [all...]
MipsRegisterInfo.cpp 133 // Reserve FP if this function should have a dedicated frame pointer register.
138 Reserved.set(Mips::FP);
206 return TFI->hasFP(MF) ? (IsN64 ? Mips::FP_64 : Mips::FP) :
  /external/llvm/lib/MC/
MCSubtargetInfo.cpp 46 const unsigned *FP,
58 ForwardingPaths = FP;
  /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/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 57 const unsigned *OC, const unsigned *FP,
  /external/llvm/lib/IR/
PassManager.cpp 272 FPPassManager *FP = static_cast<FPPassManager *>(PassManagers[N]);
273 return FP;
    [all...]

Completed in 1755 milliseconds

1 2 3