Home
last modified time | relevance | path

Searched refs:val1 (Results 1 – 25 of 224) sorted by relevance

123456789

/external/ceres-solver/internal/ceres/miniglog/glog/
Dlogging.h359 #define CHECK_OP(val1, val2, op) LOG_IF_FALSE(FATAL, ((val1) op (val2))) \ argument
360 << "Check failed: " #val1 " " #op " " #val2 " "
363 #define CHECK_EQ(val1, val2) CHECK_OP(val1, val2, ==) argument
364 #define CHECK_NE(val1, val2) CHECK_OP(val1, val2, !=) argument
365 #define CHECK_LE(val1, val2) CHECK_OP(val1, val2, <=) argument
366 #define CHECK_LT(val1, val2) CHECK_OP(val1, val2, <) argument
367 #define CHECK_GE(val1, val2) CHECK_OP(val1, val2, >=) argument
368 #define CHECK_GT(val1, val2) CHECK_OP(val1, val2, >) argument
372 # define DCHECK_EQ(val1, val2) CHECK_OP(val1, val2, ==) argument
373 # define DCHECK_NE(val1, val2) CHECK_OP(val1, val2, !=) argument
[all …]
/external/llvm/test/CodeGen/ARM/
Dvsel.ll7 %val1 = select i1 %tst1, float %a, float %b
8 store float %val1, float* @varfloat
16 %val1 = select i1 %tst1, double %a, double %b
17 store double %val1, double* @vardouble
25 %val1 = select i1 %tst1, float %a, float %b
26 store float %val1, float* @varfloat
34 %val1 = select i1 %tst1, double %a, double %b
35 store double %val1, double* @vardouble
43 %val1 = select i1 %tst1, float %a, float %b
44 store float %val1, float* @varfloat
[all …]
/external/valgrind/none/tests/s390x/
Dclgrj.c30 register uint64_t val1 asm("r7") = value1; in compare_never()
40 : : "d"(val1), "d"(val2) : "15", BRASLCLOBBER); in compare_never()
46 register uint64_t val1 asm("r7") = value1; in compare_always()
56 : : "d"(val1), "d"(val2) : "15", BRASLCLOBBER); in compare_always()
62 register uint64_t val1 asm("r7") = value1; in compare_le()
72 : : "d"(val1), "d"(val2) : "15", BRASLCLOBBER); in compare_le()
78 register uint64_t val1 asm("r7") = value1; in compare_ge()
88 : : "d"(val1), "d"(val2) : "15", BRASLCLOBBER); in compare_ge()
94 register uint64_t val1 asm("r7") = value1; in compare_gt()
104 : : "d"(val1), "d"(val2) : "15", BRASLCLOBBER); in compare_gt()
[all …]
Dcrj.c30 register int32_t val1 asm("r7") = value1; in compare_never()
40 : : "d"(val1), "d"(val2) : "15", BRASLCLOBBER); in compare_never()
46 register int32_t val1 asm("r7") = value1; in compare_always()
56 : : "d"(val1), "d"(val2) : "15", BRASLCLOBBER); in compare_always()
62 register int32_t val1 asm("r7") = value1; in compare_le()
72 : : "d"(val1), "d"(val2) : "15", BRASLCLOBBER); in compare_le()
78 register int32_t val1 asm("r7") = value1; in compare_ge()
88 : : "d"(val1), "d"(val2) : "15", BRASLCLOBBER); in compare_ge()
94 register int32_t val1 asm("r7") = value1; in compare_gt()
104 : : "d"(val1), "d"(val2) : "15", BRASLCLOBBER); in compare_gt()
[all …]
Dclrj.c30 register uint32_t val1 asm("r7") = value1; in compare_never()
40 : : "d"(val1), "d"(val2) : "15", BRASLCLOBBER); in compare_never()
46 register uint32_t val1 asm("r7") = value1; in compare_always()
56 : : "d"(val1), "d"(val2) : "15", BRASLCLOBBER); in compare_always()
62 register uint32_t val1 asm("r7") = value1; in compare_le()
72 : : "d"(val1), "d"(val2) : "15", BRASLCLOBBER); in compare_le()
78 register uint32_t val1 asm("r7") = value1; in compare_ge()
88 : : "d"(val1), "d"(val2) : "15", BRASLCLOBBER); in compare_ge()
94 register uint32_t val1 asm("r7") = value1; in compare_gt()
104 : : "d"(val1), "d"(val2) : "15", BRASLCLOBBER); in compare_gt()
[all …]
Dcgrj.c30 register int64_t val1 asm("r7") = value1; in compare_never()
40 : : "d"(val1), "d"(val2) : "15", BRASLCLOBBER); in compare_never()
46 register int64_t val1 asm("r7") = value1; in compare_always()
56 : : "d"(val1), "d"(val2) : "15", BRASLCLOBBER); in compare_always()
62 register int64_t val1 asm("r7") = value1; in compare_le()
72 : : "d"(val1), "d"(val2) : "15", BRASLCLOBBER); in compare_le()
78 register int64_t val1 asm("r7") = value1; in compare_ge()
88 : : "d"(val1), "d"(val2) : "15", BRASLCLOBBER); in compare_ge()
94 register int64_t val1 asm("r7") = value1; in compare_gt()
104 : : "d"(val1), "d"(val2) : "15", BRASLCLOBBER); in compare_gt()
[all …]
/external/llvm/test/CodeGen/AArch64/
Dlogical_shifted_reg.ll11 %val1 = load i32, i32* @var1_32
17 %and_noshift = and i32 %val1, %val2
20 %bic_noshift = and i32 %neg_val2, %val1
24 %or_noshift = or i32 %val1, %val2
27 %orn_noshift = or i32 %neg_val2, %val1
31 %xor_noshift = xor i32 %val1, %val2
34 %xorn_noshift = xor i32 %neg_val2, %val1
42 %and_lsl31 = and i32 %val1, %operand_lsl31
45 %bic_lsl31 = and i32 %val1, %neg_operand_lsl31
49 %or_lsl31 = or i32 %val1, %operand_lsl31
[all …]
Dfloatdp_2source.ll8 %val1 = load float, float* @varfloat
10 %val2 = fadd float %val1, %val1
13 %val3 = fmul float %val2, %val1
16 %val4 = fdiv float %val3, %val1
25 %val6 = fmul float %val1, %val2
36 %val1 = load double, double* @vardouble
38 %val2 = fadd double %val1, %val1
41 %val3 = fmul double %val2, %val1
44 %val4 = fdiv double %val3, %val1
53 %val6 = fmul double %val1, %val2
Dfloatdp_1source.ll30 %val1 = load volatile float, float* @varfloat
32 %valabs = call float @fabsf(float %val1)
36 %valneg = fsub float -0.0, %val1
40 %valsqrt = call float @llvm.sqrt.f32(float %val1)
44 %valceil = call float @ceilf(float %val1)
48 %valfloor = call float @floorf(float %val1)
52 %valtrunc = call float @truncf(float %val1)
56 %valrint = call float @rintf(float %val1)
60 %valnearbyint = call float @nearbyintf(float %val1)
69 %val1 = load volatile double, double* @vardouble
[all …]
Ddp-3source.ll3 define i32 @test_madd32(i32 %val0, i32 %val1, i32 %val2) {
5 %mid = mul i32 %val1, %val2
11 define i64 @test_madd64(i64 %val0, i64 %val1, i64 %val2) {
13 %mid = mul i64 %val1, %val2
19 define i32 @test_msub32(i32 %val0, i32 %val1, i32 %val2) {
21 %mid = mul i32 %val1, %val2
27 define i64 @test_msub64(i64 %val0, i64 %val1, i64 %val2) {
29 %mid = mul i64 %val1, %val2
35 define i64 @test_smaddl(i64 %acc, i32 %val1, i32 %val2) {
37 %ext1 = sext i32 %val1 to i64
[all …]
Dlogical-imm.ll13 %val1 = and i32 %in32, 4293984240
14 store volatile i32 %val1, i32* @var32
35 %val1 = or i32 %in32, 4293984240
36 store volatile i32 %val1, i32* @var32
57 %val1 = xor i32 %in32, 4293984240
58 store volatile i32 %val1, i32* @var32
78 %val1 = add i64 %in64, 11068046444225730969
79 store i64 %val1, i64* @var64
/external/elfutils/src/libdwfl/
Dframe_unwind.c155 Dwarf_Addr val1, val2; in expr_eval() local
203 if (! state_get_reg (state, op->atom - DW_OP_reg0, &val1) in expr_eval()
204 || ! push (val1)) in expr_eval()
211 if (! state_get_reg (state, op->number, &val1) || ! push (val1)) in expr_eval()
218 if (! state_get_reg (state, op->atom - DW_OP_breg0, &val1)) in expr_eval()
223 val1 += op->number; in expr_eval()
224 if (! push (val1)) in expr_eval()
231 if (! state_get_reg (state, op->number, &val1)) in expr_eval()
236 val1 += op->number2; in expr_eval()
237 if (! push (val1)) in expr_eval()
[all …]
/external/regex-re2/util/
Dlogging.h15 #define DCHECK_EQ(val1, val2) assert((val1) == (val2)) argument
16 #define DCHECK_NE(val1, val2) assert((val1) != (val2)) argument
17 #define DCHECK_LE(val1, val2) assert((val1) <= (val2)) argument
18 #define DCHECK_LT(val1, val2) assert((val1) < (val2)) argument
19 #define DCHECK_GE(val1, val2) assert((val1) >= (val2)) argument
20 #define DCHECK_GT(val1, val2) assert((val1) > (val2)) argument
/external/llvm/test/CodeGen/NVPTX/
Dmulwide.ll10 %val1 = sext i16 %b to i32
11 %val2 = mul i32 %val0, %val1
21 %val1 = zext i16 %b to i32
22 %val2 = mul i32 %val0, %val1
32 %val1 = sext i8 %b to i32
33 %val2 = mul i32 %val0, %val1
43 %val1 = zext i8 %b to i32
44 %val2 = mul i32 %val0, %val1
54 %val1 = sext i32 %b to i64
55 %val2 = mul i64 %val0, %val1
[all …]
Dbfe.ll10 %val1 = and i32 %val0, 15
11 ret i32 %val1
20 %val1 = and i32 %val0, 7
21 ret i32 %val1
30 %val1 = and i32 %val0, 7
31 ret i32 %val1
/external/freetype/src/base/
Dftlcdfil.c59 FT_UInt val1, xx; in _ft_lcd_filter_fir() local
62 val1 = line[0]; in _ft_lcd_filter_fir()
63 fir[0] = weights[2] * val1; in _ft_lcd_filter_fir()
64 fir[1] = weights[3] * val1; in _ft_lcd_filter_fir()
65 fir[2] = weights[4] * val1; in _ft_lcd_filter_fir()
68 val1 = line[1]; in _ft_lcd_filter_fir()
69 fir[0] += weights[1] * val1; in _ft_lcd_filter_fir()
70 fir[1] += weights[2] * val1; in _ft_lcd_filter_fir()
71 fir[2] += weights[3] * val1; in _ft_lcd_filter_fir()
72 fir[3] += weights[4] * val1; in _ft_lcd_filter_fir()
[all …]
/external/pdfium/third_party/freetype/src/base/
Dftlcdfil.c59 FT_UInt val1, xx; in _ft_lcd_filter_fir() local
62 val1 = line[0]; in _ft_lcd_filter_fir()
63 fir[0] = weights[2] * val1; in _ft_lcd_filter_fir()
64 fir[1] = weights[3] * val1; in _ft_lcd_filter_fir()
65 fir[2] = weights[4] * val1; in _ft_lcd_filter_fir()
68 val1 = line[1]; in _ft_lcd_filter_fir()
69 fir[0] += weights[1] * val1; in _ft_lcd_filter_fir()
70 fir[1] += weights[2] * val1; in _ft_lcd_filter_fir()
71 fir[2] += weights[3] * val1; in _ft_lcd_filter_fir()
72 fir[3] += weights[4] * val1; in _ft_lcd_filter_fir()
[all …]
/external/mesa3d/src/gtest/include/gtest/
Dgtest.h1429 const T1& val1, const T2& val2) {\
1430 if (val1 op val2) {\
1435 << "), actual: " << FormatForComparisonFailureMessage(val1, val2)\
1436 << " vs " << FormatForComparisonFailureMessage(val2, val1);\
1440 const char* expr1, const char* expr2, BiggestInt val1, BiggestInt val2)
1585 double val1,
1852 #define EXPECT_LE(val1, val2) \ argument
1853 EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperLE, val1, val2)
1854 #define EXPECT_LT(val1, val2) \ argument
1855 EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperLT, val1, val2)
[all …]
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest.h1433 const T1& val1, const T2& val2) {\
1434 if (val1 op val2) {\
1439 << "), actual: " << FormatForComparisonFailureMessage(val1, val2)\
1440 << " vs " << FormatForComparisonFailureMessage(val2, val1);\
1444 const char* expr1, const char* expr2, BiggestInt val1, BiggestInt val2)
1589 double val1,
1856 #define EXPECT_LE(val1, val2) \ argument
1857 EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperLE, val1, val2)
1858 #define EXPECT_LT(val1, val2) \ argument
1859 EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperLT, val1, val2)
[all …]
/external/deqp/data/gles31/shaders/
Dlinkage_tessellation_uniform_types.test10 uniform float val1 = 1.0;
38 te_out = tc_out[2] + 2.0 * val1;
62 uniform vec2 val1 = [ vec2(1.0, 1.5) ];
90 te_out = tc_out[2] + 2.0 * val1;
114 uniform vec3 val1 = [ vec3( 1.0, 1.5, 2.5) ];
142 te_out = tc_out[2] + 2.0 * val1;
166 uniform vec4 val1 = [ vec4(1.0, 1.5, 2.5, -1.0) ];
194 te_out = tc_out[2] + 2.0 * val1;
218 uniform mat2 val1 = [ mat2(1.0, 1.5, 2.5, -1.0) ];
246 te_out = tc_out[2] + 2.0 * val1;
[all …]
/external/google-breakpad/src/testing/gtest/include/gtest/
Dgtest.h1439 const T1& val1, const T2& val2) {\
1440 if (val1 op val2) {\
1445 << "), actual: " << FormatForComparisonFailureMessage(val1, val2)\
1446 << " vs " << FormatForComparisonFailureMessage(val2, val1);\
1450 const char* expr1, const char* expr2, BiggestInt val1, BiggestInt val2)
1595 double val1,
1856 #define EXPECT_LE(val1, val2) \ argument
1857 EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperLE, val1, val2)
1858 #define EXPECT_LT(val1, val2) \ argument
1859 EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperLT, val1, val2)
[all …]
/external/gtest/include/gtest/
Dgtest.h1561 const T1& val1, const T2& val2) {\
1562 if (val1 op val2) {\
1567 << "), actual: " << FormatForComparisonFailureMessage(val1, val2)\
1568 << " vs " << FormatForComparisonFailureMessage(val2, val1);\
1572 const char* expr1, const char* expr2, BiggestInt val1, BiggestInt val2)
1717 double val1,
1983 #define EXPECT_LE(val1, val2) \ argument
1984 EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperLE, val1, val2)
1985 #define EXPECT_LT(val1, val2) \ argument
1986 EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperLT, val1, val2)
[all …]
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
DLineRegion.java27 public LineRegion(Number val1, Number v2) { in LineRegion() argument
28 if (val1.doubleValue() < v2.doubleValue()) { in LineRegion()
29 this.setMinVal(val1); in LineRegion()
33 this.setMaxVal(val1); in LineRegion()
37 public static Number measure(Number val1, Number val2) { in measure() argument
38 return new LineRegion(val1, val2).length(); in measure()
/external/protobuf/gtest/include/gtest/
Dgtest.h1362 const T1& val1, const T2& val2) {\
1363 if (val1 op val2) {\
1368 << "), actual: " << FormatForComparisonFailureMessage(val1, val2)\
1369 << " vs " << FormatForComparisonFailureMessage(val2, val1);\
1374 const char* expr1, const char* expr2, BiggestInt val1, BiggestInt val2)
1519 double val1,
1765 #define EXPECT_LE(val1, val2) \ argument
1766 EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperLE, val1, val2)
1767 #define EXPECT_LT(val1, val2) \ argument
1768 EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperLT, val1, val2)
[all …]
/external/mesa3d/src/egl/main/
Deglconfig.c585 EGLint val1, val2; in _eglCompareConfigs() local
594 val1 = conf1->ConfigCaveat - conf2->ConfigCaveat; in _eglCompareConfigs()
595 if (val1) in _eglCompareConfigs()
596 return val1; in _eglCompareConfigs()
600 val1 = conf1->ColorBufferType - conf2->ColorBufferType; in _eglCompareConfigs()
601 if (val1) in _eglCompareConfigs()
602 return val1; in _eglCompareConfigs()
605 val1 = val2 = 0; in _eglCompareConfigs()
608 val1 += conf1->RedSize; in _eglCompareConfigs()
612 val1 += conf1->GreenSize; in _eglCompareConfigs()
[all …]

123456789