Searched refs:fres (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/libs/lexical_cast/test/ |
D | lexical_cast_try_lexical_convert.cpp | 59 float fres = 1.0f; in try_common_cases() local 60 const bool res3 = try_lexical_convert("0.0", fres); in try_common_cases() 62 BOOST_CHECK_EQUAL(fres, 0.0f); in try_common_cases() 64 fres = 1.0f; in try_common_cases() 65 const bool res4 = try_lexical_convert("0.0", sizeof("0.0") - 1, fres); in try_common_cases() 67 BOOST_CHECK_EQUAL(fres, 0.0f); in try_common_cases()
|
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/tests_pthread/ |
D | runall.c | 13 char fres[100]; in main() local 40 sprintf(fres,"%s.res",b); in main() 45 sprintf(cmd,"%s 2> %s",fexe,fres); in main() 47 rename(fres,ffail); in main() 49 rename(fres,fpass); in main()
|
/third_party/uboot/u-boot-2020.01/drivers/core/ |
D | ofnode.c | 745 struct fdt_resource fres; in ofnode_read_resource() local 749 "reg", index, &fres); in ofnode_read_resource() 753 res->start = fres.start; in ofnode_read_resource() 754 res->end = fres.end; in ofnode_read_resource()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPC.td | 85 def FeatureFRES : SubtargetFeature<"fres", "HasFRES", "true", 86 "Enable the fres instruction",
|
D | PPCInstrInfo.td | 2573 "fres", "$frD, $frB", IIC_FPGeneral,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenSubtargetInfo.inc | 127 …{ "fres", "Enable the fres instruction", PPC::FeatureFRES, { { { 0x8000000000ULL, 0x0ULL, 0x0ULL, …
|
D | PPCGenAsmMatcher.inc | 4268 "fnmadd\007fnmadds\006fnmsub\007fnmsubs\003fre\004fres\004frim\004frin\004" 5700 …{ 6062 /* fres */, PPC::FRES, Convert__RegF4RC1_0__RegF4RC1_1, AMFBS_None, { MCK_RegF4RC, MCK_RegF… 5701 …{ 6062 /* fres */, PPC::FRES_rec, Convert__RegF4RC1_1__RegF4RC1_2, AMFBS_None, { MCK__DOT_, MCK_Re…
|