Searched refs:testval (Results 1 – 7 of 7) sorted by relevance
440 float testval, ref; in test_unary() local445 testval = flush_denorm_to_zero(in[i]); in test_unary()446 ref = flush_denorm_to_zero(test->ref(testval)); in test_unary()463 ref != roundf(testval)) { in test_unary()470 if (test->ref == &expf && util_inf_sign(testval) == -1) { in test_unary()
5 enum test { testval = 1 }; enumerator18 test e = testval; in self_conversion()38 void *vp = reinterpret_cast<void*>(testval); in integral_conversion()
168 enum test { testval = 1 }; enumerator175 void *vp = (void*)(testval); in integral_conversion()
230 enum test { testval = 1 }; enumerator238 void *vp = voidp(testval); in integral_conversion()
185 u32 testval; in get_pcie_clk() local194 testval = (sccr & SCCR_PCIEXP2CM) >> SCCR_PCIEXP2CM_SHIFT; in get_pcie_clk()196 testval = (sccr & SCCR_PCIEXP1CM) >> SCCR_PCIEXP1CM_SHIFT; in get_pcie_clk()198 switch (testval) { in get_pcie_clk()
310 testval = time.mktime((year, 1, 10) + (0,)*6)316 self.assertEqual(time.ctime(testval)[20:], str(year))
5604 my $testval = $2;5610 …if ($s =~ /(?:^|\n)[ \+]\s*(?:$Type\s*)?\Q$testval\E\s*=\s*(?:\([^\)]*\)\s*)?\s*$allocFunctions\s*…