HomeSort by relevance Sort by last modified time
    Searched refs:Invert (Results 26 - 50 of 62) sorted by null

12 3

  /external/skia/src/core/
SkFloat.cpp 204 int32_t SkFloat::Invert(int32_t packed)
  /external/chromium_org/crypto/
p224.cc 241 // Invert calcuates *out = in**-1 by computing in**(2**224 - 2**96 - 1), i.e.
243 void Invert(FieldElement* out, const FieldElement& in) {
687 Invert(&zinv, this->z);
728 Invert(&zinv, in.z);
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 357 Val = ~Val; // invert mask
621 static unsigned getCRIdxForSetCC(ISD::CondCode CC, bool &Invert) {
622 Invert = false;
633 case ISD::SETGE: Invert = true; return 0; // !Bit #0 = SETUGE
635 case ISD::SETLE: Invert = true; return 1; // !Bit #1 = SETULE
637 case ISD::SETNE: Invert = true; return 2; // !Bit #2 = SETUNE
638 case ISD::SETO: Invert = true; return 3; // !Bit #3 = SETO
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
virtualsocketserver.cc 1000 return Resample(Invert(Accumulate(f)), 0, 1, samples);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
image.c 173 if (packing->Invert) {
311 if (packing->Invert) {
attrib.c     [all...]
mtypes.h     [all...]
  /external/chromium_org/third_party/webrtc/base/
virtualsocketserver.cc 983 return Resample(Invert(Accumulate(f)), 0, 1, samples);
1019 VirtualSocketServer::Function* VirtualSocketServer::Invert(Function* f) {
    [all...]
  /external/mesa3d/src/mesa/main/
image.c 173 if (packing->Invert) {
311 if (packing->Invert) {
attrib.c     [all...]
mtypes.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1helper.h 428 inline bool Invert() {
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/chromium_org/cc/output/
filter_operations_unittest.cc 127 SAVE_RESTORE_AMOUNT(Invert, INVERT, 0.6f);
  /external/chromium_org/chrome/browser/chromeos/display/
display_preferences_unittest.cc 475 layout = layout.Invert();
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 1389 Invert,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 22 typedef enum _unaryop { Invert=1, Not=2, UAdd=3, USub=4 } unaryop_ty;
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 22 typedef enum _unaryop { Invert=1, Not=2, UAdd=3, USub=4 } unaryop_ty;
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
ARMBaseInstrInfo.cpp     [all...]
  /external/chromium_org/ash/display/
display_manager.cc 288 // Invert if the primary was swapped.
329 // Invert if the primary was swapped.
331 layout_relative_to_primary : layout_relative_to_primary.Invert();
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_texture.c 801 unpack.Invert = GL_TRUE;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c 801 unpack.Invert = GL_TRUE;
    [all...]

Completed in 888 milliseconds

12 3