HomeSort by relevance Sort by last modified time
    Searched defs:n4 (Results 26 - 50 of 50) sorted by null

12

  /external/mesa3d/src/mesa/program/
prog_noise.c 484 float n0, n1, n2, n3, n4; /* Noise contributions from the five corners */ local
627 n4 = 0.0f;
630 n4 =
637 return 27.0f * (n0 + n1 + n2 + n3 + n4); /* TODO: The scale factor is preliminary! */
  /external/opencv/cv/src/
cvmoments.cpp 541 double n4 = 4 * nu11; local
546 HuState->hu2 = d * d + n4 * nu11;
548 HuState->hu6 = d * (q0 - q1) + n4 * t0 * t1;
  /external/v8/test/mjsunit/
json.js 38 var n4 = new Date(10003);
39 n4.toISOString = function () {
41 assertEquals(this, n4);
44 assertEquals(null, n4.toJSON());
  /libcore/ojluni/src/main/java/sun/util/calendar/
BaseCalendar.java 495 int n400, n100, n4, n1; local
504 n4 = d2 / 1461;
514 n4 = CalendarUtils.floorDivide(d2, 1461);
519 year = 400 * n400 + 100 * n100 + 4 * n4 + n1;
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 233 constexpr int n4 = n3 + 1; // expected-error {{constant expression}} expected-note {{value 2147483648 is outside the range of }} member in namespace:UndefinedBehavior::Overflow
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 76 constexpr int n4 = *const_cast<int*>(&n1); member in namespace:ConstCast
283 constexpr bool n4 = 0 >= &y; // expected-error {{must be initialized by a constant expression}} member in namespace:PointerComparison
    [all...]
  /external/opencv3/modules/imgproc/src/
moments.cpp 737 double n4 = 4 * m.nu11; local
742 hu[1] = d * d + n4 * m.nu11;
744 hu[5] = d * (q0 - q1) + n4 * t0 * t1;
838 double n4 = 4 * nu11; local
843 HuState->hu2 = d * d + n4 * nu11;
845 HuState->hu6 = d * (q0 - q1) + n4 * t0 * t1;
  /external/v8/test/unittests/compiler/
scheduler-unittest.cc 163 Node* n4 = g->NewNode(common()->IfFalse(), n2); local
165 Node* n6 = g->NewNode(common()->Return(), n5, start, n4);
  /external/clang/test/CXX/drs/
dr0xx.cpp 668 int n4 = convert_to<const volatile int>(); member in namespace:dr59
  /external/libxml2/os400/iconv/bldcsndfa/
bldcsndfa.c 300 unsigned int n4; local
314 for (n4 = n >> 2; n4; n4--) {
    [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp 190 MDNode *n4 = MDNode::getIfExists(Context, V); local
195 EXPECT_EQ(n4, n1);
534 MDNode *N4 = MDNode::get(Context, Ops4);
541 EXPECT_FALSE(N4->isResolved());
571 EXPECT_EQ(N4, N1->getOperand(0));
572 EXPECT_EQ(N1, N4->getOperand(0));
574 EXPECT_EQ(N4, N6->getOperand(0));
    [all...]
  /external/v8/test/cctest/compiler/
test-run-machops.cc 4721 Node* n4 = local
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc 2260 const int n4 = 6; local
2283 int n4 = 0; local
2286 n1++, n2++, n3++, n4++, n5++) local
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest_unittest.cc 2427 const int n4 = 6; local
2450 int n4 = 0; local
2453 n1++, n2++, n3++, n4++, n5++) local
    [all...]
  /external/gtest/test/
gtest_unittest.cc 2282 const int n4 = 6; local
2305 int n4 = 0; local
2308 n1++, n2++, n3++, n4++, n5++) local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
Calendar.java 4872 int n4 = floorDivide(rem[0], 1461, rem); \/\/ 4-year cycle length local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Calendar.java 5036 int n4 = floorDivide(rem[0], 1461, rem); \/\/ 4-year cycle length local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_unittest.cc 2282 const int n4 = 6; local
2305 int n4 = 0; local
2308 n1++, n2++, n3++, n4++, n5++) local
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_unittest.cc 2291 const int n4 = 6; local
2314 int n4 = 0; local
2317 n1++, n2++, n3++, n4++, n5++) local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 2047 milliseconds

12