/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcInternalformatTests.cpp | 1527 typedef TextureFormat TF; typedef 1556 TF(GL_RGBA, GL_UNSIGNED_BYTE, GL_RGBA), in getESTestData() 1557 TF(GL_RGB, GL_UNSIGNED_BYTE, GL_RGB), in getESTestData() 1558 TF(GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, GL_RGBA), in getESTestData() 1559 TF(GL_LUMINANCE_ALPHA, GL_UNSIGNED_BYTE, GL_LUMINANCE_ALPHA), in getESTestData() 1560 TF(GL_LUMINANCE, GL_UNSIGNED_BYTE, GL_LUMINANCE), in getESTestData() 1561 TF(GL_ALPHA, GL_UNSIGNED_BYTE, GL_ALPHA), in getESTestData() 1562 TF(GL_RGBA, GL_UNSIGNED_INT_2_10_10_10_REV, GL_RGBA, EXT_texture_type_2_10_10_10_REV), in getESTestData() 1563 TF(GL_RGBA, GL_UNSIGNED_INT_2_10_10_10_REV, GL_RGB10_A2, EXT_texture_type_2_10_10_10_REV), in getESTestData() 1564 TF(GL_RGBA, GL_UNSIGNED_INT_2_10_10_10_REV, GL_RGB5_A1, EXT_texture_type_2_10_10_10_REV), in getESTestData() [all …]
|
/third_party/cmsis/CMSIS/DSP/Source/DistanceFunctions/ |
D | arm_boolean_distance_template.h | 80 #ifdef TF in FUNC() 95 #ifdef TF in FUNC() 125 #ifdef TF in FUNC() 164 #ifdef TF in FUNC() 195 #ifdef TF in FUNC() 210 #ifdef TF in FUNC() 231 #ifdef TF in FUNC() 245 #ifdef TF in FUNC() 261 #ifdef TF in FUNC() 277 #ifdef TF in FUNC() [all …]
|
D | arm_boolean_distance.c | 45 #define TF macro 52 #undef TF 55 #define TF macro 62 #undef TF 67 #define TF macro 74 #undef TF
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcAsmPrinter.cpp | 295 SparcMCExpr::VariantKind TF = (SparcMCExpr::VariantKind) MO.getTargetFlags(); in printOperand() local 301 assert(TF == SparcMCExpr::VK_Sparc_None && in printOperand() 304 assert((TF == SparcMCExpr::VK_Sparc_HI in printOperand() 305 || TF == SparcMCExpr::VK_Sparc_H44 in printOperand() 306 || TF == SparcMCExpr::VK_Sparc_HH in printOperand() 307 || TF == SparcMCExpr::VK_Sparc_TLS_GD_HI22 in printOperand() 308 || TF == SparcMCExpr::VK_Sparc_TLS_LDM_HI22 in printOperand() 309 || TF == SparcMCExpr::VK_Sparc_TLS_LDO_HIX22 in printOperand() 310 || TF == SparcMCExpr::VK_Sparc_TLS_IE_HI22 in printOperand() 311 || TF == SparcMCExpr::VK_Sparc_TLS_LE_HIX22) && in printOperand() [all …]
|
/third_party/openssl/external/perl/Text-Template-1.46/t/ |
D | 12-preprocess.t | 26 open TF, "> $TMPFILE" or die "Couldn't open test file: $!; aborting"; 27 print TF $t; 28 close TF; 38 open TF, "< $TMPFILE" or die "Couldn't open test file: $!; aborting"; 40 (TYPE => 'FILEHANDLE', SOURCE => \*TF) or die;
|
/third_party/boost/boost/numeric/odeint/external/blaze/ |
D | blaze_algebra_dispatcher.hpp | 34 template< typename T , size_t N , bool TF > 35 struct algebra_dispatcher< blaze::StaticVector< T , N , TF > > 40 template< typename T , bool TF > 41 struct algebra_dispatcher< blaze::DynamicVector< T , TF > >
|
D | blaze_resize.hpp | 31 template< typename T , bool TF > 32 struct is_resizeable< blaze::DynamicVector< T , TF > >
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRMCInstLower.cpp | 28 unsigned char TF = MO.getTargetFlags(); in lowerSymbolOperand() local 32 if (TF & AVRII::MO_NEG) { IsNegated = true; } in lowerSymbolOperand() 41 if (TF & AVRII::MO_LO) { in lowerSymbolOperand() 48 } else if (TF & AVRII::MO_HI) { in lowerSymbolOperand() 55 } else if (TF != 0) { in lowerSymbolOperand()
|
D | AVRExpandPseudoInsts.cpp | 295 unsigned TF = MI.getOperand(2).getTargetFlags(); in expand() local 296 MIBLO.addGlobalAddress(GV, Offs, TF | AVRII::MO_NEG | AVRII::MO_LO); in expand() 297 MIBHI.addGlobalAddress(GV, Offs, TF | AVRII::MO_NEG | AVRII::MO_HI); in expand() 506 unsigned TF = MI.getOperand(1).getTargetFlags(); in expand() local 508 MIBLO.addGlobalAddress(GV, Offs, TF | AVRII::MO_LO); in expand() 509 MIBHI.addGlobalAddress(GV, Offs, TF | AVRII::MO_HI); in expand() 514 unsigned TF = MI.getOperand(1).getTargetFlags(); in expand() local 516 MIBLO.add(MachineOperand::CreateBA(BA, TF | AVRII::MO_LO)); in expand() 517 MIBHI.add(MachineOperand::CreateBA(BA, TF | AVRII::MO_HI)); in expand() 555 unsigned TF = MI.getOperand(1).getTargetFlags(); in expand() local [all …]
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | opcode.c | 26 #define OPCODE(OP,NG,SW,SG,TF,N,FL) \ argument 31 .to_float = OP_##TF, \
|
D | opcode.h | 7 #define OPCODE(OP,NG,SW,SG,TF,N,FL) OP_##OP, argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 602 if (unsigned int TF = GADN->getTargetFlags()) in print_details() local 603 OS << " [TF=" << TF << ']'; in print_details() 608 if (unsigned int TF = JTDN->getTargetFlags()) in print_details() local 609 OS << " [TF=" << TF << ']'; in print_details() 620 if (unsigned int TF = CP->getTargetFlags()) in print_details() local 621 OS << " [TF=" << TF << ']'; in print_details() 624 if (unsigned TF = TI->getTargetFlags()) in print_details() local 625 OS << " [TF=" << TF << ']'; in print_details() 638 if (unsigned int TF = ES->getTargetFlags()) in print_details() local 639 OS << " [TF=" << TF << ']'; in print_details() [all …]
|
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/ |
D | check_impl.h | 37 typedef struct TF struct 45 } TF; argument
|
D | check_run.c | 78 static TestResult *tcase_run_tfun_nofork (SRunner * sr, TCase * tc, TF * tf, 86 static TestResult *tcase_run_tfun_fork (SRunner * sr, TCase * tc, TF * tf, 223 TF *tfun; in srunner_iterate_tcase_tfuns() 232 tfun = (TF *) check_list_val (tfl); in srunner_iterate_tcase_tfuns() 385 tcase_run_tfun_nofork (SRunner * sr, TCase * tc, TF * tfun, int i) in tcase_run_tfun_nofork() 445 tcase_run_tfun_fork (SRunner * sr, TCase * tc, TF * tfun, int i) in tcase_run_tfun_fork()
|
D | check_log.h | 29 void log_test_start (SRunner * sr, TCase * tc, TF * tfun);
|
D | check.c | 254 TF *tf; in _tcase_add_test() 258 tf = (TF *) emalloc (sizeof (TF)); /* freed in tcase_free */ in _tcase_add_test()
|
/third_party/boost/boost/numeric/conversion/detail/ |
D | meta.hpp | 97 template<class expr0, class expr1, class TT, class TF, class FT, class FF> 100 typedef mpl::identity<TF> TF_Q ;
|
/third_party/skia/third_party/externals/icu/source/data/region/ |
D | ps_PK.txt | 9 TF{"د فرانسے جنوبي سیمے"}
|
D | zh_Hant_HK.txt | 85 TF{"法屬南部領地"}
|
/third_party/icu/icu4c/source/data/region/ |
D | ps_PK.txt | 9 TF{"د فرانسے جنوبي سیمے"}
|
D | zh_Hant_HK.txt | 85 TF{"法屬南部領地"}
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 190 unsigned TF = MO.getTargetFlags(); in PrintSymbolOperand() local 191 if (TF & ARMII::MO_LO16) in PrintSymbolOperand() 193 else if (TF & ARMII::MO_HI16) in PrintSymbolOperand() 195 GetARMGVSymbol(MO.getGlobal(), TF)->print(O, MAI); in PrintSymbolOperand() 219 unsigned TF = MO.getTargetFlags(); in printOperand() local 220 if (TF == ARMII::MO_LO16) in printOperand() 222 else if (TF == ARMII::MO_HI16) in printOperand() 898 unsigned char TF = Subtarget->isTargetMachO() ? ARMII::MO_NONLAZY : 0; in EmitMachineConstantPoolValue() local 899 MCSym = GetARMGVSymbol(GV, TF); in EmitMachineConstantPoolValue() 1388 const unsigned TF = Op.getTargetFlags(); in EmitInstruction() local [all …]
|
/third_party/tzdata/ |
D | leapseconds | 20 # (ITU-R) Recommendation TF.460-6 (02/2002) 21 # <https://www.itu.int/rec/R-REC-TF.460-6-200202-I/>.
|
/third_party/flutter/skia/third_party/externals/icu/source/data/region/ |
D | zh_Hant_HK.txt | 83 TF{"法屬南部領地"}
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_texture_sRGB_RG8.txt | 82 …Sized Internal Format Base Internal Format R G B A S CR TF Req. rend. … 106 …Sized Internal Format Base Internal Format R G B A S CR TF Req. rend. …
|