Searched refs:R04 (Results 1 – 9 of 9) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | j0.c | 104 R04 = 1.82954049532700665670e-06, /* 0x3EBEB1D1, 0x0C503919 */ variable 133 r = z*(R02+z*(R03+z*(R04+z*R05))); in j0()
|
D | j0f.c | 57 R04 = 1.8295404516e-06, /* 0x35f58e88 */ variable 82 r = z*(R02+z*(R03+z*(R04+z*R05))); in j0f()
|
/third_party/musl/src/math/ |
D | j0.c | 104 R04 = 1.82954049532700665670e-06, /* 0x3EBEB1D1, 0x0C503919 */ variable 133 r = z*(R02+z*(R03+z*(R04+z*R05))); in j0()
|
D | j0f.c | 57 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/ |
D | variadicTuples1.ts | 272 type R04 = First<readonly [symbol, ...string[]]>; alias
|
/third_party/typescript/tests/baselines/reference/ |
D | variadicTuples1.js | 270 type R04 = First<readonly [symbol, ...string[]]>; 724 declare type R04 = First<readonly [symbol, ...string[]]>;
|
D | variadicTuples1.symbols | 913 type R04 = First<readonly [symbol, ...string[]]>; 914 >R04 : Symbol(R04, Decl(variadicTuples1.ts, 267, 57))
|
D | variadicTuples1.types | 926 type R04 = First<readonly [symbol, ...string[]]>; 927 >R04 : symbol
|
D | variadicTuples1.errors.txt | 379 type R04 = First<readonly [symbol, ...string[]]>;
|