Lines Matching refs:val
41 double val = wcstod(str0, &end);
42 EXPECT_DOUBLE_EQ(val, target);
58 double val = wcstod(str, &end);
59 EXPECT_DOUBLE_EQ(val, target);
72 double val = wcstod(str, &end);
73 EXPECT_DOUBLE_EQ(val, target);
86 double val = wcstod(str, &end);
87 if (val != 0) {
102 double val = wcstod(str, &end);
103 EXPECT_DOUBLE_EQ(val, target);
115 double val = wcstod(str, &end);
117 EXPECT_DOUBLE_EQ(val, target);
129 double val = wcstod(str, &end);
133 if (val != INFINITY) {
134 t_error("%s val is not equal to inf", __func__);