Home
last modified time | relevance | path

Searched refs:testval (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_arit.c440 float testval, ref; in test_unary() local
445 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()
/external/clang/test/SemaCXX/
Dreinterpret-cast.cpp5 enum test { testval = 1 }; enumerator
18 test e = testval; in self_conversion()
38 void *vp = reinterpret_cast<void*>(testval); in integral_conversion()
Dcstyle-cast.cpp168 enum test { testval = 1 }; enumerator
175 void *vp = (void*)(testval); in integral_conversion()
Dfunctional-cast.cpp230 enum test { testval = 1 }; enumerator
238 void *vp = voidp(testval); in integral_conversion()
/external/u-boot/arch/powerpc/cpu/mpc83xx/
Dpcie.c185 u32 testval; in get_pcie_clk() local
194 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()
/external/python/cpython3/Lib/test/
Dtest_time.py310 testval = time.mktime((year, 1, 10) + (0,)*6)
316 self.assertEqual(time.ctime(testval)[20:], str(year))
/external/u-boot/scripts/
Dcheckpatch.pl5604 my $testval = $2;
5610 …if ($s =~ /(?:^|\n)[ \+]\s*(?:$Type\s*)?\Q$testval\E\s*=\s*(?:\([^\)]*\)\s*)?\s*$allocFunctions\s*…