Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/kernel/src/math/
Dj0f.c58 R05 = -4.6183270541e-09, /* 0xb19eaf3c */ variable
82 r = z*(R02+z*(R03+z*(R04+z*R05))); in j0f()
Dj0.c105 R05 = -4.61832688532103189199e-09, /* 0xBE33D5E7, 0x73D63FCE */ variable
133 r = z*(R02+z*(R03+z*(R04+z*R05))); in j0()
/third_party/musl/src/math/
Dj0.c105 R05 = -4.61832688532103189199e-09, /* 0xBE33D5E7, 0x73D63FCE */ variable
133 r = z*(R02+z*(R03+z*(R04+z*R05))); in j0()
Dj0f.c58 R05 = -4.6183270541e-09, /* 0xb19eaf3c */ variable
82 r = z*(R02+z*(R03+z*(R04+z*R05))); in j0f()
/third_party/typescript/tests/cases/conformance/types/tuple/
DvariadicTuples1.ts273 type R05 = First<readonly string[]>; alias
/third_party/typescript/tests/baselines/reference/
DvariadicTuples1.js271 type R05 = First<readonly string[]>;
729 type R05 = First<readonly string[]>;
DvariadicTuples1.symbols920 type R05 = First<readonly string[]>;
921 >R05 : Symbol(R05, Decl(variadicTuples1.ts, 268, 49))
DvariadicTuples1.types929 type R05 = First<readonly string[]>;
930 >R05 : string | undefined
DvariadicTuples1.errors.txt370 type R05 = First<readonly string[]>;