Searched refs:val2 (Results 76 - 100 of 132) sorted by relevance

123456

/external/mesa3d/src/gtest/src/
H A Dgtest.cc1040 double val2,
1042 const double diff = fabs(val1 - val2);
1051 << expr2 << " evaluates to " << val2 << ", and\n"
1061 RawType val2) {
1062 // Returns success if val1 is less than val2,
1063 if (val1 < val2) {
1067 // or if val1 is almost equal to val2.
1068 const FloatingPoint<RawType> lhs(val1), rhs(val2);
1074 // val2 is NaN, as the IEEE floating-point standard requires that
1083 << val2;
1036 DoubleNearPredFormat(const char* expr1, const char* expr2, const char* abs_error_expr, double val1, double val2, double abs_error) argument
1058 FloatingPointLE(const char* expr1, const char* expr2, RawType val1, RawType val2) argument
1095 FloatLE(const char* expr1, const char* expr2, float val1, float val2) argument
1102 DoubleLE(const char* expr1, const char* expr2, double val1, double val2) argument
[all...]
/external/protobuf/gtest/src/
H A Dgtest.cc1055 double val2,
1057 const double diff = fabs(val1 - val2);
1066 << expr2 << " evaluates to " << val2 << ", and\n"
1077 RawType val2) {
1078 // Returns success if val1 is less than val2,
1079 if (val1 < val2) {
1083 // or if val1 is almost equal to val2.
1084 const FloatingPoint<RawType> lhs(val1), rhs(val2);
1090 // val2 is NaN, as the IEEE floating-point standard requires that
1099 << val2;
1051 DoubleNearPredFormat(const char* expr1, const char* expr2, const char* abs_error_expr, double val1, double val2, double abs_error) argument
1074 FloatingPointLE(const char* expr1, const char* expr2, RawType val1, RawType val2) argument
1113 FloatLE(const char* expr1, const char* expr2, float val1, float val2) argument
1120 DoubleLE(const char* expr1, const char* expr2, double val1, double val2) argument
[all...]
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
H A Dgtest.cc1040 double val2,
1042 const double diff = fabs(val1 - val2);
1051 << expr2 << " evaluates to " << val2 << ", and\n"
1061 RawType val2) {
1062 // Returns success if val1 is less than val2,
1063 if (val1 < val2) {
1067 // or if val1 is almost equal to val2.
1068 const FloatingPoint<RawType> lhs(val1), rhs(val2);
1074 // val2 is NaN, as the IEEE floating-point standard requires that
1083 << val2;
1036 DoubleNearPredFormat(const char* expr1, const char* expr2, const char* abs_error_expr, double val1, double val2, double abs_error) argument
1058 FloatingPointLE(const char* expr1, const char* expr2, RawType val1, RawType val2) argument
1095 FloatLE(const char* expr1, const char* expr2, float val1, float val2) argument
1102 DoubleLE(const char* expr1, const char* expr2, double val1, double val2) argument
[all...]
/external/v8/testing/gtest/src/
H A Dgtest.cc1366 double val2,
1368 const double diff = fabs(val1 - val2);
1377 << expr2 << " evaluates to " << val2 << ", and\n"
1387 RawType val2) {
1388 // Returns success if val1 is less than val2,
1389 if (val1 < val2) {
1393 // or if val1 is almost equal to val2.
1394 const FloatingPoint<RawType> lhs(val1), rhs(val2);
1400 // val2 is NaN, as the IEEE floating-point standard requires that
1409 << val2;
1362 DoubleNearPredFormat(const char* expr1, const char* expr2, const char* abs_error_expr, double val1, double val2, double abs_error) argument
1384 FloatingPointLE(const char* expr1, const char* expr2, RawType val1, RawType val2) argument
1421 FloatLE(const char* expr1, const char* expr2, float val1, float val2) argument
1428 DoubleLE(const char* expr1, const char* expr2, double val1, double val2) argument
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest.cc1043 double val2,
1045 const double diff = fabs(val1 - val2);
1054 << expr2 << " evaluates to " << val2 << ", and\n"
1064 RawType val2) {
1065 // Returns success if val1 is less than val2,
1066 if (val1 < val2) {
1070 // or if val1 is almost equal to val2.
1071 const FloatingPoint<RawType> lhs(val1), rhs(val2);
1077 // val2 is NaN, as the IEEE floating-point standard requires that
1086 << val2;
1039 DoubleNearPredFormat(const char* expr1, const char* expr2, const char* abs_error_expr, double val1, double val2, double abs_error) argument
1061 FloatingPointLE(const char* expr1, const char* expr2, RawType val1, RawType val2) argument
1098 FloatLE(const char* expr1, const char* expr2, float val1, float val2) argument
1105 DoubleLE(const char* expr1, const char* expr2, double val1, double val2) argument
[all...]
/external/ppp/pppd/
H A Dipcp.c776 #define ADDCIADDRS(opt, neg, val1, val2) \
784 l = ntohl(val2); \
891 #define ACKCIADDRS(opt, neg, val1, val2) \
907 if (val2 != cilong) \
1285 #define REJCIADDRS(opt, neg, val1, val2) \
1301 if (cilong != val2) \
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc507 const string& val2) {
513 vars[var2] = val2;
503 PrintHandlingOptionalStaticInitializers( const FileDescriptor* file, const Options& options, io::Printer* printer, const char* with_static_init, const char* without_static_init, const char* var1, const string& val1, const char* var2, const string& val2) argument
/external/icu/icu4c/source/i18n/
H A Dtmutfmt.cpp744 * @param val2 the other value in comparison
747 static UBool U_CALLCONV tmutfmtHashTableValueComparator(UHashTok val1, UHashTok val2);
750 U_CALLCONV tmutfmtHashTableValueComparator(UHashTok val1, UHashTok val2) { argument
752 const MessageFormat** pattern2 = (const MessageFormat**)val2.pointer;
/external/selinux/python/sepolicy/
H A Dsepolicy.py245 def numcmp(val1, val2):
248 v2 = int(val2.split(",")[0].split("-")[0])
256 return cmp(val1, val2)
/external/strace/
H A Dutil.c155 const uint64_t val2 = ((const struct xlat *) b)->val; local
156 return (val1 > val2) ? 1 : (val1 < val2) ? -1 : 0;
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc2395 double val2,
2397 const double diff = fabs(val1 - val2);
2406 << expr2 << " evaluates to " << val2 << ", and\n"
2417 RawType val2) {
2418 // Returns success if val1 is less than val2,
2419 if (val1 < val2) {
2423 // or if val1 is almost equal to val2.
2424 const FloatingPoint<RawType> lhs(val1), rhs(val2);
2430 // val2 is NaN, as the IEEE floating-point standard requires that
2439 << val2;
2391 DoubleNearPredFormat(const char* expr1, const char* expr2, const char* abs_error_expr, double val1, double val2, double abs_error) argument
2414 FloatingPointLE(const char* expr1, const char* expr2, RawType val1, RawType val2) argument
2453 FloatLE(const char* expr1, const char* expr2, float val1, float val2) argument
2460 DoubleLE(const char* expr1, const char* expr2, double val1, double val2) argument
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc2527 double val2,
2529 const double diff = fabs(val1 - val2);
2538 << expr2 << " evaluates to " << val2 << ", and\n"
2548 RawType val2) {
2549 // Returns success if val1 is less than val2,
2550 if (val1 < val2) {
2554 // or if val1 is almost equal to val2.
2555 const FloatingPoint<RawType> lhs(val1), rhs(val2);
2561 // val2 is NaN, as the IEEE floating-point standard requires that
2570 << val2;
2523 DoubleNearPredFormat(const char* expr1, const char* expr2, const char* abs_error_expr, double val1, double val2, double abs_error) argument
2545 FloatingPointLE(const char* expr1, const char* expr2, RawType val1, RawType val2) argument
2582 FloatLE(const char* expr1, const char* expr2, float val1, float val2) argument
2589 DoubleLE(const char* expr1, const char* expr2, double val1, double val2) argument
[all...]
/external/webp/src/dsp/
H A Ddec_msa.c727 uint32_t val2, val3; local
743 val2 = __msa_copy_s_w((v4i32)R, 0);
748 SW4(val0, val1, val2, val3, dst, BPS);
755 uint32_t val2, val3; local
769 val2 = __msa_copy_s_w((v4i32)R, 0);
772 SW4(val0, val1, val2, val3, dst, BPS);
H A Denc_msa.c308 const uint32_t val2 = __msa_copy_s_w((v4i32)R2, 0); local
310 SW4(val3, val2, val1, val0, dst, BPS);
327 const uint32_t val2 = __msa_copy_s_w((v4i32)R2, 0); local
329 SW4(val0, val1, val2, val3, dst, BPS);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.codec_1.3.0.v20100518-1140.jar ... pArray public static byte[] encodeBase64 (byte[], boolean) byte val1 byte val2 byte val3 byte val1 byte val1 byte val2 byte[] binaryData ...
/external/libxml2/
H A Dxpointer.c651 * @val2: the second LocationSet
653 * Merges two rangesets, all ranges from @val2 are added to @val1
658 xmlXPtrLocationSetMerge(xmlLocationSetPtr val1, xmlLocationSetPtr val2) { argument
662 if (val2 == NULL) return(val1);
666 * val1 and val2 already have unicity of their values.
669 for (i = 0;i < val2->locNr;i++)
670 xmlXPtrLocationSetAdd(val1, val2->locTab[i]);
H A Dxpath.c1164 #define PUSH_FULL_EXPR(op, op1, op2, val, val2, val3, val4, val5) \
1166 (op), (val), (val2), (val3), (val4), (val5))
1167 #define PUSH_LONG_EXPR(op, val, val2, val3, val4, val5) \
1169 (op), (val), (val2), (val3), (val4), (val5))
1171 #define PUSH_LEAVE_EXPR(op, val, val2) \
1172 xmlXPathCompExprAdd(ctxt->comp, -1, -1, (op), (val), (val2), 0 ,NULL ,NULL)
1174 #define PUSH_UNARY_EXPR(op, ch, val, val2) \
1175 xmlXPathCompExprAdd(ctxt->comp, (ch), -1, (op), (val), (val2), 0 ,NULL ,NULL)
1177 #define PUSH_BINARY_EXPR(op, ch1, ch2, val, val2) \
1179 (val), (val2),
3818 xmlXPathNodeSetMerge(xmlNodeSetPtr val1, xmlNodeSetPtr val2) argument
[all...]
/external/opencv/ml/src/
H A Dmlboost.cpp310 double val = lcw[0] + rcw[1], val2 = lcw[1] + rcw[0]; local
311 val = MAX(val, val2);
413 double val2 = lcw[1] + rcw[0]; local
415 val = MAX(val, val2);
/external/fmtlib/test/
H A Dgmock-gtest-all.cc2527 double val2,
2529 const double diff = fabs(val1 - val2);
2538 << expr2 << " evaluates to " << val2 << ", and\n"
2548 RawType val2) {
2549 // Returns success if val1 is less than val2,
2550 if (val1 < val2) {
2554 // or if val1 is almost equal to val2.
2555 const FloatingPoint<RawType> lhs(val1), rhs(val2);
2561 // val2 is NaN, as the IEEE floating-point standard requires that
2570 << val2;
2523 DoubleNearPredFormat(const char* expr1, const char* expr2, const char* abs_error_expr, double val1, double val2, double abs_error) argument
2545 FloatingPointLE(const char* expr1, const char* expr2, RawType val1, RawType val2) argument
2582 FloatLE(const char* expr1, const char* expr2, float val1, float val2) argument
2589 DoubleLE(const char* expr1, const char* expr2, double val1, double val2) argument
[all...]
/external/icu/icu4c/source/common/
H A Duhash.c900 const UHashTok val2 = elem2->value; local
901 if(hash1->valueComparator(val1, val2)==FALSE){
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dstorage.c336 VALUE val2 = DEREF(mem2, VALUE); local
337 VALUE ret = rb_funcall(val1, rb_intern("=="), 1, val2);
/external/v8/src/arm/
H A Dsimulator-arm.cc1248 void Simulator::Compute_FPSCR_Flags(float val1, float val2) {
1249 if (std::isnan(val1) || std::isnan(val2)) {
1255 } else if (val1 == val2) {
1260 } else if (val1 < val2) {
1266 // Case when (val1 > val2).
1275 void Simulator::Compute_FPSCR_Flags(double val1, double val2) {
1276 if (std::isnan(val1) || std::isnan(val2)) {
1282 } else if (val1 == val2) {
1287 } else if (val1 < val2) {
1293 // Case when (val1 > val2)
[all...]
/external/libpcap/
H A Dgencode.c8706 bpf_u_int32 val1 , val2 , val3; local
8742 val2 = jvalue & 0x000003fc;
8743 val2 = val2 <<6;
8746 jvalue = val1 + val2 + val3;
8766 val2 = jvalue & 0x00003f00;
8767 val2 = val2 << 8;
8768 jvalue = val1 + val2;
/external/icu/icu4c/source/test/intltest/
H A Dnumrgts.cpp1973 double val2 = num.getDouble(); local
1981 if (val == val2 && out == out2) {
1984 out2 + "\" -> " + val2); local
1989 out2 + "\" -> " + val2); local
/external/libxml2/include/libxml/
H A DxpathInternals.h537 xmlNodeSetPtr val2);

Completed in 2096 milliseconds

123456