Home
last modified time | relevance | path

Searched defs:T25 (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/src/math/
D__tanl.c42 T25 = 0.000018082171885432524, /* 0x12f5e563e5487e.0p-68 */ variable
73 T25 = 0x1.0b132d39f055c81be49eff7afd50p-16L, variable
/third_party/musl/porting/liteos_a/kernel/src/math/
D__tanl.c42 T25 = 0.000018082171885432524, /* 0x12f5e563e5487e.0p-68 */ variable
73 T25 = 0x1.0b132d39f055c81be49eff7afd50p-16L, variable
/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypesArraysTuples.ts23 type T25 = Required<ReadonlyArray<string | undefined>>; alias
/third_party/typescript/tests/cases/conformance/types/literal/
DtemplateLiteralTypes1.ts93 type T25 = FirstTwoAndRest<'abcde'>; // ['ab', 'cde'] alias
/third_party/typescript/tests/cases/conformance/types/conditional/
DinferTypes1.ts59 type T25 = ArgumentType<Function>; // Error alias
/third_party/typescript/tests/cases/conformance/types/tuple/
DvariadicTuples1.ts251 type T25 = Last<[string?]>; alias