Searched refs:f_ff (Results 1 – 5 of 5) sorted by relevance
/third_party/musl/libc-test/src/math/ |
D | sincosf.c | 6 static struct f_ff t[] = { 17 struct f_ff *p; in main()
|
D | modff.c | 5 static struct f_ff t[] = { 16 struct f_ff *p; in main()
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-opcodes.h | 202 V(F32Add, 0x92, f_ff) \ 203 V(F32Sub, 0x93, f_ff) \ 204 V(F32Mul, 0x94, f_ff) \ 205 V(F32Div, 0x95, f_ff) \ 206 V(F32Min, 0x96, f_ff) \ 207 V(F32Max, 0x97, f_ff) \ 208 V(F32CopySign, 0x98, f_ff) \ 763 V(f_ff, kWasmF32, kWasmF32, kWasmF32) \
|
/third_party/musl/libc-test/src/math/gen/ |
D | functions.h | 197 T(modff, f_ff) 200 T(sincosf, f_ff)
|
/third_party/musl/libc-test/src/common/ |
D | mtest.h | 85 struct f_ff {POS int r; float x; float y; float dy; float y2; float dy2; int e; }; argument
|