Searched refs:d_dd (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
D | wasm-opcodes.h | 216 V(F64Add, 0xa0, d_dd) \ 217 V(F64Sub, 0xa1, d_dd) \ 218 V(F64Mul, 0xa2, d_dd) \ 219 V(F64Div, 0xa3, d_dd) \ 220 V(F64Min, 0xa4, d_dd) \ 221 V(F64Max, 0xa5, d_dd) \ 222 V(F64CopySign, 0xa6, d_dd) \ 272 V(F64Atan2, 0xe4, d_dd) \ 273 V(F64Pow, 0xe5, d_dd) \ 274 V(F64Mod, 0xe6, d_dd) \ [all …]
|
/third_party/musl/libc-test/src/math/ |
D | sincos.c | 6 static struct d_dd t[] = { 17 struct d_dd *p; in main()
|
D | modf.c | 5 static struct d_dd t[] = { 16 struct d_dd *p; in main()
|
/third_party/musl/libc-test/src/math/gen/ |
D | functions.h | 196 T(modf, d_dd) 199 T(sincos, d_dd)
|
/third_party/musl/libc-test/src/common/ |
D | mtest.h | 84 struct d_dd {POS int r; double x; double y; float dy; double y2; float dy2; int e; }; argument
|