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

  /external/qemu/fpu/
softfloat-macros.h 55 | The result is stored in the location pointed to by `zPtr'.
58 INLINE void shift32RightJamming( uint32_t a, int16 count, uint32_t *zPtr )
71 *zPtr = z;
81 | The result is stored in the location pointed to by `zPtr'.
84 INLINE void shift64RightJamming( uint64_t a, int16 count, uint64_t *zPtr )
97 *zPtr = z;
  /external/mesa3d/src/pixelflinger2/
llvm_scanline.cpp 569 Value * depthZ = NULL, * zPtr = NULL, * z = NULL, * zCmp = NULL;
572 zPtr = builder.CreateAlloca(intType); // temp store for modifying incoming z
573 zPtr->setName("zPtr");
581 builder.CreateStore(z, zPtr);
587 builder.CreateStore(z, zPtr);
591 z = builder.CreateLoad(zPtr, "z");

Completed in 35 milliseconds