Home
last modified time | relevance | path

Searched refs:TF (Results 1 – 25 of 405) sorted by relevance

12345678910>>...17

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcInternalformatTests.cpp1527 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/
Darm_boolean_distance_template.h80 #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 …]
Darm_boolean_distance.c45 #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/
DSparcAsmPrinter.cpp295 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/typescript/tests/ts_extra_tests/test_ts_cases/spec/grammar/statements/
Dstatements.ts59 type TF = -1 | 0 | 1; alias
60 let tf0: TF = 0;
61 let tf1: TF = 1;
62 let tf2: TF = -1;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRMCInstLower.cpp28 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()
DAVRExpandPseudoInsts.cpp295 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/
Dopcode.c26 #define OPCODE(OP,NG,SW,SG,TF,N,FL) \ argument
31 .to_float = OP_##TF, \
Dopcode.h7 #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/
DSelectionDAGDumper.cpp602 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/typescript/tests/baselines/reference/
DstaticIndexSignature5.symbols42 type TF = Pick<typeof B, number>
43 >TF : Symbol(TF, Decl(staticIndexSignature5.ts, 16, 25))
DstaticIndexSignature5.types40 type TF = Pick<typeof B, number>
41 >TF : { [x: number]: 42 | 233; }
DstaticIndexSignature5.js20 type TF = Pick<typeof B, number>
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.8/
Dtype_inference.ts34 type TF = Type00<() => string>; alias
40 let c: TF = 's';
DImproved_keyof_with_intersection_types_2.ts37 type TF = TC<myType2>; alias
48 let c: TF = "str";
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/
Dcheck_impl.h37 typedef struct TF struct
45 } TF; argument
Dcheck_run.c78 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp190 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/typescript/tests/cases/conformance/classes/staticIndexSignature/
DstaticIndexSignature5.ts21 type TF = Pick<typeof B, number> alias
/third_party/skia/third_party/externals/icu/source/data/region/
Dps_PK.txt9 TF{"د فرانسے جنوبي سیمے"}
/third_party/icu/icu4c/source/data/region/
Dps_PK.txt9 TF{"د فرانسے جنوبي سیمے"}
Dsr_Cyrl_BA.txt38 TF{"Француске јужне територије"}
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/namespaces/namespace_declarations/
Dnamespace_declarations_2.ts31 export type TF = boolean | number; alias
/third_party/tzdata/
Dleapseconds17 # (ITU-R) Recommendation TF.460-6 (02/2002)
18 # <https://www.itu.int/rec/R-REC-TF.460-6-200202-I/>.
/third_party/openGLES/extensions/EXT/
DEXT_texture_sRGB_RG8.txt82 …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. …

12345678910>>...17