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

  /external/skia/src/core/
SkFloat.h 37 void abs() { fPacked = Abs(fPacked); } function in class:SkFloat
103 static int32_t Abs(int32_t packed) { return (uint32_t)(packed << 1) >> 1; }
SkFP.h 65 #define SkFPAbs(x) SkFloat::Abs(x)
  /external/v8/test/cctest/
test-compiler.cc 176 static double Abs(int x) {
189 TEST(Abs) {
192 CHECK_EQ(3.0, Abs(-3));
  /external/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 353 ;# number will be the positive number (abs)
354 ;# RES = abs( A-B), trashes TMP
355 .macro Abs RES, TMP, A, B
361 ;# RES = Max( RES, abs( A-B)), trashes TMP
372 ;# do abs(vala-valb) > limit. but no need to compare each
376 Abs v14, v13, v2, v3 ;# |P1 - P0|
390 Abs v14, v13, v3, v4 ;# |P0 - Q0|
730 Abs v14, v13, \Q0, \Q1 ;# M = |Q0-Q1|
734 Abs v4, v5, \Q2, \Q3 ;# K = |Q2-Q3| = next |P0-P1]
740 vmaxub v14, v14, v4 ;# M = max interior abs dif
    [all...]
  /external/opencv/cvaux/src/
cvscanlines.cpp 196 dx = abs( x1 - x2 ) + 1;
197 dy = abs( y1 - y2 ) + 1;
239 dx = abs( x1 - x2 ) + 1;
240 dy = abs( y1 - y2 ) + 1;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 166 return CGF.Builder.CreateCall(Fn, V, "abs");
227 Builder.CreateSelect(CmpResult, ArgValue, NegOp, "abs");
444 Value *Abs = EmitFAbs(*this, V, E->getArg(0)->getType());
446 Builder.CreateFCmpULT(Abs, ConstantFP::getInfinity(V->getType()),"isinf");
450 Builder.CreateFCmpUGE(Abs, ConstantFP::get(V->getContext(), Smallest),
462 Value *Abs = EmitFAbs(*this, V, E->getArg(0)->getType());
464 Builder.CreateFCmpUNE(Abs, ConstantFP::getInfinity(V->getType()),"isinf");
    [all...]
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorObjC.pm 593 if ($type =~ /(\w+)(Abs|Rel)$/) {
    [all...]
CodeGeneratorJS.pm 248 $joinedName =~ s/Abs|Rel//;
    [all...]
CodeGeneratorV8.pm 137 $joinedName =~ s/Abs|Rel//;
461 $className =~ s/Abs|Rel//;
    [all...]

Completed in 376 milliseconds