Searched defs:Square (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/PCH/
H A Denum.h10 Square, enumerator in enum:Shape
/external/slf4j/slf4j-simple/src/test/java/org/slf4j/
H A DDetectLoggerNameMismatchTest.java115 Square square = new Square();
116 assertEquals("org.slf4j.Square", square.logger.getName());
133 class Square extends ShapeBase { class in inherits:ShapeBase
/external/webp/src/enc/
H A Ddelta_palettization_enc.c281 static WEBP_INLINE int Square(int x) { function
300 distance += Square(pv - av);
306 distance += Square(Intensity(predicted_value)
/external/libchrome/crypto/
H A Dp224.cc186 // Square computes *out = a*a
190 void Square(FieldElement* out, const FieldElement& a) { function in namespace:__anon10267
248 Square(&f1, in); // 2
250 Square(&f1, f1); // 2**3 - 2
252 Square(&f2, f1); // 2**4 - 2
253 Square(&f2, f2); // 2**5 - 4
254 Square(&f2, f2); // 2**6 - 8
256 Square(&f2, f1); // 2**7 - 2
258 Square(&f2, f2);
261 Square(
[all...]
/external/skia/src/sfnt/
H A DSkPanose.h35 Square = 6, member in class:SkPanose::Data::TextAndDisplay::SerifStyle
370 Square = 6, member in class:SkPanose::Data::Decorative::SerifVariant
410 Square = 3, member in class:SkPanose::Data::Decorative::Topology

Completed in 271 milliseconds