Searched refs:R03 (Results 1 – 9 of 9) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | j0.c | 103 R03 = -1.89979294238854721751e-04, /* 0xBF28E6A5, 0xB61AC6E9 */ variable 133 r = z*(R02+z*(R03+z*(R04+z*R05))); in j0()
|
D | j0f.c | 56 R03 = -1.8997929874e-04, /* 0xb947352e */ variable 82 r = z*(R02+z*(R03+z*(R04+z*R05))); in j0f()
|
/third_party/musl/src/math/ |
D | j0.c | 103 R03 = -1.89979294238854721751e-04, /* 0xBF28E6A5, 0xB61AC6E9 */ variable 133 r = z*(R02+z*(R03+z*(R04+z*R05))); in j0()
|
D | j0f.c | 56 R03 = -1.8997929874e-04, /* 0xb947352e */ variable 82 r = z*(R02+z*(R03+z*(R04+z*R05))); in j0f()
|
/third_party/typescript/tests/cases/conformance/types/tuple/ |
D | variadicTuples1.ts | 271 type R03 = First<readonly [number, symbol, ...string[]]>; alias
|
/third_party/typescript/tests/baselines/reference/ |
D | variadicTuples1.js | 269 type R03 = First<readonly [number, symbol, ...string[]]>; 723 declare type R03 = First<readonly [number, symbol, ...string[]]>;
|
D | variadicTuples1.symbols | 909 type R03 = First<readonly [number, symbol, ...string[]]>; 910 >R03 : Symbol(R03, Decl(variadicTuples1.ts, 266, 36))
|
D | variadicTuples1.types | 923 type R03 = First<readonly [number, symbol, ...string[]]>; 924 >R03 : number
|
D | variadicTuples1.errors.txt | 378 type R03 = First<readonly [number, symbol, ...string[]]>;
|