HomeSort by relevance Sort by last modified time
    Searched refs:Quot (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
DivS64x64Remainder.c 49 INT64 Quot;
51 Quot = InternalMathDivRemU64x64 (
59 return (Dividend ^ Divisor) >= 0 ? Quot : -Quot;
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
DivS64x64Remainder.c 42 INT64 Quot;
44 Quot = InternalMathDivRemU64x64 (
52 return (Dividend ^ Divisor) >= 0 ? Quot : -Quot;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]

Completed in 764 milliseconds