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

  /external/google-breakpad/src/testing/gtest/samples/
sample1_unittest.cc 107 // Tests factorial of positive numbers.
108 TEST(FactorialTest, Positive) {
135 // Tests positive input.
136 TEST(IsPrimeTest, Positive) {
  /external/protobuf/gtest/samples/
sample1_unittest.cc 107 // Tests factorial of positive numbers.
108 TEST(FactorialTest, Positive) {
135 // Tests positive input.
136 TEST(IsPrimeTest, Positive) {
  /ndk/sources/third_party/googletest/googletest/samples/
sample1_unittest.cc 107 // Tests factorial of positive numbers.
108 TEST(FactorialTest, Positive) {
135 // Tests positive input.
136 TEST(IsPrimeTest, Positive) {
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Plane.java 57 Positive,
170 * distance returned is negative, otherwise it is positive. If the point is
183 * plane. The positive values returned are: NEGATIVE_SIDE, POSITIVE_SIDE and
195 return Side.Positive;
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
ReflectionProcessor.java 65 reflectionCam.setClipPlane(reflectionClipPlane, Plane.Side.Positive);//,1
  /prebuilts/misc/common/swig/include/2.0.11/
constraints.i 17 positive numbers, non-NULL pointers, and so on. The following
20 Number POSITIVE - Positive number (not zero)
23 Number NONNEGATIVE - Positive number (including zero)
38 void *malloc(int POSITIVE); // May return a NULL pointer
56 double log(double POSITIVE);
63 Real log(Real POSITIVE);
78 // Positive numbers
81 int POSITIVE,
82 short POSITIVE,
    [all...]
  /external/clang/test/SemaCXX/
compare.cpp 230 // A is max short plus 1. All zero and positive shorts are smaller than it.
345 Positive = 1
354 Positive = 1
  /external/v8/test/mjsunit/
mod.js 33 // Positive case.
regexp-capture-3.js 178 NoHang(/(?=(((.*)*)*x)?)foo/); // Positive lookahead is filtered.
179 NoHang(/(?=(((.*)*)*x))?/); // Continuation branch of positive lookahead.
180 NoHang(/(?=?)(((.*)*)*x)/); // Positive lookahead also prunes continuation.
  /external/jmonkeyengine/engine/src/core/com/jme3/bounding/
BoundingSphere.java 449 return Plane.Side.Positive;
BoundingBox.java 287 // Make the rotation matrix all positive to get the maximum x/y/z extent
319 // Make the rotation matrix all positive to get the maximum x/y/z extent
353 return Plane.Side.Positive;
    [all...]
  /frameworks/rs/api/
rs_math.spec 601 summary: Positive difference between two values
603 Returns the positive difference between two values.
716 summary: Positive fractional part
718 Returns the positive fractional part of v, i.e. <code>v - floor(v)</code>.
1643 summary: Approximate positive base raised to an exponent
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
Camera.java     [all...]
  /external/libmtp/
configure     [all...]

Completed in 833 milliseconds