Searched refs:l_ll (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
D | wasm-opcodes.h | 126 V(I64Add, 0x7c, l_ll) \ 127 V(I64Sub, 0x7d, l_ll) \ 128 V(I64Mul, 0x7e, l_ll) 183 V(I64DivS, 0x7f, l_ll) \ 184 V(I64DivU, 0x80, l_ll) \ 185 V(I64RemS, 0x81, l_ll) \ 186 V(I64RemU, 0x82, l_ll) \ 187 V(I64And, 0x83, l_ll) \ 188 V(I64Ior, 0x84, l_ll) \ 189 V(I64Xor, 0x85, l_ll) \ [all …]
|
/third_party/musl/libc-test/src/math/ |
D | sincosl.c | 6 static struct l_ll t[] = { 22 struct l_ll *p; in main()
|
D | modfl.c | 5 static struct l_ll t[] = { 21 struct l_ll *p; in main()
|
/third_party/musl/libc-test/src/math/gen/ |
D | functions.h | 198 T(modfl, l_ll) 201 T(sincosl, l_ll)
|
/third_party/musl/libc-test/src/common/ |
D | mtest.h | 86 struct l_ll {POS int r; long double x; long double y; float dy; long double y2; float dy2; int e; }; argument
|