Searched refs:Div (Results 1 - 6 of 6) sorted by relevance
/external/skia/src/core/ |
H A D | SkFloat.h | 55 void div(const SkFloat& a) { fPacked = Div(fPacked, a.fPacked); } 56 void setDiv(const SkFloat& a, const SkFloat& b) { fPacked = Div(a.fPacked, b.fPacked); } 110 static int32_t Div(int32_t, int32_t);
|
H A D | SkFloat.cpp | 196 int32_t SkFloat::Div(int32_t packed_n, int32_t packed_d) function in class:SkFloat 214 return Div(packed, SetShift(n, 0)); 219 return Div(packed, SetShift(1, 0));
|
H A D | SkFP.h | 70 #define SkFPDiv(a, b) SkFloat::Div(a, b)
|
/external/libnfc-nxp/src/ |
H A D | phFriNfc_OvrHalCmd.h | 75 void *Div; member in struct:phFriNfc_OvrHalCmdVoid
|
/external/v8/src/mips/ |
H A D | macro-assembler-mips.h | 152 DEFINE_INSTRUCTION2(Div);
|
H A D | macro-assembler-mips.cc | 199 void MacroAssembler::Div(Register rs, const Operand& rt) { function in class:v8::internal::MacroAssembler
|
Completed in 318 milliseconds