Searched refs:Div (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/core/
H A DSkFloat.h55 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 DSkFloat.cpp196 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 DSkFP.h70 #define SkFPDiv(a, b) SkFloat::Div(a, b)
/external/libnfc-nxp/src/
H A DphFriNfc_OvrHalCmd.h75 void *Div; member in struct:phFriNfc_OvrHalCmdVoid
/external/v8/src/mips/
H A Dmacro-assembler-mips.h152 DEFINE_INSTRUCTION2(Div);
H A Dmacro-assembler-mips.cc199 void MacroAssembler::Div(Register rs, const Operand& rt) { function in class:v8::internal::MacroAssembler

Completed in 318 milliseconds