Home
last modified time | relevance | path

Searched refs:f_ff (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/libc-test/src/math/
Dsincosf.c6 static struct f_ff t[] = {
17 struct f_ff *p; in main()
Dmodff.c5 static struct f_ff t[] = {
16 struct f_ff *p; in main()
/third_party/node/deps/v8/src/wasm/
Dwasm-opcodes.h202 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/
Dfunctions.h197 T(modff, f_ff)
200 T(sincosf, f_ff)
/third_party/musl/libc-test/src/common/
Dmtest.h85 struct f_ff {POS int r; float x; float y; float dy; float y2; float dy2; int e; }; argument