Home
last modified time | relevance | path

Searched refs:R04 (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/math/
Dj0.c104 R04 = 1.82954049532700665670e-06, /* 0x3EBEB1D1, 0x0C503919 */ variable
133 r = z*(R02+z*(R03+z*(R04+z*R05))); in j0()
Dj0f.c57 R04 = 1.8295404516e-06, /* 0x35f58e88 */ variable
82 r = z*(R02+z*(R03+z*(R04+z*R05))); in j0f()
/third_party/musl/src/math/
Dj0.c104 R04 = 1.82954049532700665670e-06, /* 0x3EBEB1D1, 0x0C503919 */ variable
133 r = z*(R02+z*(R03+z*(R04+z*R05))); in j0()
Dj0f.c57 R04 = 1.8295404516e-06, /* 0x35f58e88 */ variable
82 r = z*(R02+z*(R03+z*(R04+z*R05))); in j0f()
/third_party/typescript/tests/cases/conformance/types/tuple/
DvariadicTuples1.ts272 type R04 = First<readonly [symbol, ...string[]]>; alias
/third_party/typescript/tests/baselines/reference/
DvariadicTuples1.js270 type R04 = First<readonly [symbol, ...string[]]>;
724 declare type R04 = First<readonly [symbol, ...string[]]>;
DvariadicTuples1.symbols913 type R04 = First<readonly [symbol, ...string[]]>;
914 >R04 : Symbol(R04, Decl(variadicTuples1.ts, 267, 57))
DvariadicTuples1.types926 type R04 = First<readonly [symbol, ...string[]]>;
927 >R04 : symbol
DvariadicTuples1.errors.txt379 type R04 = First<readonly [symbol, ...string[]]>;