HomeSort by relevance Sort by last modified time
    Searched full:yout (Results 1 - 25 of 70) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.27/gas/testsuite/lib/
dotest 8 yout=`basename $x`.yyy.$$
11 mkdir $yout
18 $y $i -o $yout/$object
22 if (cmp $xout/$object $yout/$object)
26 if (doobjcmp $xout/$object $yout/$object)
37 rm -rf $xout $yout
  /external/llvm/unittests/ObjectYAML/
YAMLTest.cpp 35 yaml::Output YOut(OS);
36 YOut << BH;
  /external/pdfium/third_party/agg23/
agg_clip_liang_barsky.h 68 float yin, yout; local
71 yout = (float)clip_box.y2;
74 yout = (float)clip_box.y1;
93 float touty = (yout - y1) / deltay;
113 *y++ = (T)yout;
123 *y++ = (T)yout;
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
p256.go 818 // p256PointDouble sets {xOut,yOut,zOut} = 2*{x,y,z}.
821 func p256PointDouble(xOut, yOut, zOut, x, y, z *[p256Limbs]uint32) {
847 p256Diff(yOut, &tmp, &tmp2)
850 // p256PointAddMixed sets {xOut,yOut,zOut} = {x1,y1,z1} + {x2,y2,1}.
857 func p256PointAddMixed(xOut, yOut, zOut, x1, y1, z1, x2, y2 *[p256Limbs]uint32) {
881 p256Mul(yOut, &tmp, &r)
883 p256Diff(yOut, yOut, &tmp)
884 p256Diff(yOut, yOut, &tmp
    [all...]
elliptic.go 86 func (curve *CurveParams) affineFromJacobian(x, y, z *big.Int) (xOut, yOut *big.Int) {
97 yOut = new(big.Int).Mul(y, zinvsq)
98 yOut.Mod(yOut, curve.P)
  /prebuilts/go/linux-x86/src/crypto/elliptic/
p256.go 818 // p256PointDouble sets {xOut,yOut,zOut} = 2*{x,y,z}.
821 func p256PointDouble(xOut, yOut, zOut, x, y, z *[p256Limbs]uint32) {
847 p256Diff(yOut, &tmp, &tmp2)
850 // p256PointAddMixed sets {xOut,yOut,zOut} = {x1,y1,z1} + {x2,y2,1}.
857 func p256PointAddMixed(xOut, yOut, zOut, x1, y1, z1, x2, y2 *[p256Limbs]uint32) {
881 p256Mul(yOut, &tmp, &r)
883 p256Diff(yOut, yOut, &tmp)
884 p256Diff(yOut, yOut, &tmp
    [all...]
elliptic.go 86 func (curve *CurveParams) affineFromJacobian(x, y, z *big.Int) (xOut, yOut *big.Int) {
97 yOut = new(big.Int).Mul(y, zinvsq)
98 yOut.Mod(yOut, curve.P)
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 216 Output yout(ostr);
217 yout << seq;
362 Output yout(ostr);
363 yout << map;
476 Output yout(ostr);
477 yout << map;
582 Output yout(ostr);
583 yout << map;
777 Output yout(ostr);
778 yout << map
    [all...]
  /external/llvm/include/llvm/Support/
YAMLTraits.h     [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
evr.h 215 STDMETHOD_(HRESULT,MapOutputCoordinateToInputStream)(THIS_ float xOut,float yOut,DWORD dwOutputStreamIndex,DWORD dwInputStreamIndex,float *pxIn,float *pyIn) PURE;
223 #define IMFVideoPositionMapper_MapOutputCoordinateToInputStream(This,xOut,yOut,dwOutputStreamIndex,dwInputStreamIndex,pxIn,pyIn) (This)->lpVtbl->MapOutputCoordinateToInputStream(This,xOut,yOut,dwOutputStreamIndex,dwInputStreamIndex,pxIn,pyIn)

Completed in 906 milliseconds

1 2 3