Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/kernel/src/math/
Dj0.c103 R03 = -1.89979294238854721751e-04, /* 0xBF28E6A5, 0xB61AC6E9 */ variable
133 r = z*(R02+z*(R03+z*(R04+z*R05))); in j0()
Dj0f.c56 R03 = -1.8997929874e-04, /* 0xb947352e */ variable
82 r = z*(R02+z*(R03+z*(R04+z*R05))); in j0f()
/third_party/musl/src/math/
Dj0.c103 R03 = -1.89979294238854721751e-04, /* 0xBF28E6A5, 0xB61AC6E9 */ variable
133 r = z*(R02+z*(R03+z*(R04+z*R05))); in j0()
Dj0f.c56 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/
DvariadicTuples1.ts271 type R03 = First<readonly [number, symbol, ...string[]]>; alias
/third_party/typescript/tests/baselines/reference/
DvariadicTuples1.js269 type R03 = First<readonly [number, symbol, ...string[]]>;
723 declare type R03 = First<readonly [number, symbol, ...string[]]>;
DvariadicTuples1.symbols909 type R03 = First<readonly [number, symbol, ...string[]]>;
910 >R03 : Symbol(R03, Decl(variadicTuples1.ts, 266, 36))
DvariadicTuples1.types923 type R03 = First<readonly [number, symbol, ...string[]]>;
924 >R03 : number
DvariadicTuples1.errors.txt378 type R03 = First<readonly [number, symbol, ...string[]]>;