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

  /external/skia/src/core/
SkFloat.h 37 void abs() { fPacked = Abs(fPacked); } function in class:SkFloat
105 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 174 static double Abs(int x) {
187 TEST(Abs) {
190 CHECK_EQ(3.0, Abs(-3));
  /external/webkit/WebCore/bindings/scripts/
CodeGeneratorObjC.pm 592 if ($type =~ /(\w+)(Abs|Rel)$/) {
    [all...]
CodeGeneratorJS.pm 176 $joinedName =~ s/Abs|Rel//;
    [all...]
CodeGeneratorV8.pm 165 $joinedName =~ s/Abs|Rel//;
392 $className =~ s/Abs|Rel//;
    [all...]

Completed in 100 milliseconds